You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets you create custom server commands from a JSON file without writing code. Targeted admin commands, info commands, cvar/exec macros and player commands are all defined in a single file.
Features
Unlimited custom command definitions in commands.json; created with 11 example commands on first run
Nearly 30 actions: set health/armor/money/speed/gravity, give/strip weapons, teleport, freeze, noclip, godmode, slap, respawn, change model/name, play a sound and more
Rich placeholder system: player/target info, server info, scores, random player selection
Chat color tags: [GOLD], [RED], [GREEN], [ORCHID] etc.
!hp Player 200 → sets the target's health to 200
!slap @t 10 → slaps every T for 10 damage
!team #42 3 → moves the player with id 42 to CT
!serverinfo → shows the server info
!can → (T, alive, 30 s cooldown) refills your own health
Notes
setspeed / setgravity effects are persistent (applied per tick); to reset them define a second command that sets the value to 1.0.
Players given setgodmode take no damage until they leave the server or it is turned off.
For group targets (@all etc.) the [TARGET] placeholder in messages is replaced with the group label.