-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This page contains a full list of available Remote Admin commands provided by the AdminTools plugin, including descriptions and usage examples.
Description: Toggles the ability for a player to break doors when interacting with them.
Usage:
breakdoors <playerId>
Example:
breakdoors 12
Description: Drops a specified item.
Usage:
dropitem <playerId> <itemId> [quantity]
Example:
dropitem 12 5 2
Description: Drops an item with custom size values.
Usage:
dropsize <playerId> <itemId> <x> <y> <z>
Example:
dropsize 12 5 1,0 1,0 1,0
Description: Throws a grenade from the player's current position.
Usage:
grenade <playerId> <grenadeType>
Grenade types:
-
0= Frag grenade -
1= Flash grenade
Example:
grenade 12 0
Description: Teleports a player to a random room on the map.
Usage:
randomtp <playerId>
Example:
randomtp 12
Description: Changes the size of a player.
Usage:
scale <playerId> <x> <y> <z>
Example:
scale 12 1,5 1,5 1,5
Description: Spawns a ragdoll at the player position with given parameters.
Usage:
spawnragdoll <playerId> <className> <name> <amount>
Example:
spawnragdoll 12 SCP-173 Test_Player 1
Description: Spawns or removes workbenches.
Usage:
workbench spawn <playerId> <x> <y> <z>
workbench despawn
<x> <y> <z> - Size of the workbench
Examples:
workbench spawn 12 0,8 0,8 0,8
workbench despawn
-
<playerId>refers to the Remote Admin player ID