Skip to content
MrAfitol edited this page Apr 9, 2026 · 2 revisions

πŸ“˜ AdminTools β€” Commands

πŸ“Œ Overview

This page contains a full list of available Remote Admin commands provided by the AdminTools plugin, including descriptions and usage examples.


🧩 Commands


BreakDoors

Description: Toggles the ability for a player to break doors when interacting with them.

Usage:

breakdoors <playerId>

Example:

breakdoors 12

DropItem

Description: Drops a specified item.

Usage:

dropitem <playerId> <itemId> [quantity]

ItemIds List

Example:

dropitem 12 5 2

DropSize

Description: Drops an item with custom size values.

Usage:

dropsize <playerId> <itemId> <x> <y> <z>

ItemIds List

Example:

dropsize 12 5 1,0 1,0 1,0

Grenade

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

RandomTeleport

Description: Teleports a player to a random room on the map.

Usage:

randomtp <playerId>

Example:

randomtp 12

Scale

Description: Changes the size of a player.

Usage:

scale <playerId> <x> <y> <z>

Example:

scale 12 1,5 1,5 1,5

SpawnRagdoll

Description: Spawns a ragdoll at the player position with given parameters.

Usage:

spawnragdoll <playerId> <className> <name> <amount>

ClassName List

Example:

spawnragdoll 12 SCP-173 Test_Player 1

Workbench

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

πŸ“Œ Notes

  • <playerId> refers to the Remote Admin player ID

Clone this wiki locally