Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "__comment_global": "This file is a command reference. Uncomment (remove __comment style entries) when using.",
- "commands": [
- {
- "__comment": "SHUTDOWN - kicks all players and blocks joins",
- "type": "disabled_shutdown",
- "message": "Server closed for update"
- },
- {
- "__comment": "KICK ALL PLAYERS",
- "type": "disabled_kickAll",
- "message": "You were removed from the server"
- },
- {
- "__comment": "GLOBAL MESSAGE (console only unless you hook UI)",
- "type": "disabled_broadcast",
- "message": "Hello players!"
- },
- {
- "__comment": "TELEPORT EVERYONE TO ANOTHER PLACE",
- "type": "disabled_teleportAll",
- "placeId": 123456789
- },
- {
- "__comment": "SET LIGHTING",
- "type": "disabled_setLighting",
- "preset": "0"
- },
- {
- "__comment": "SET Fog",
- "type": "disabled_setFog",
- "preset": "0"
- },
- {
- "__comment": "HEAL ALL PLAYERS TO FULL HP",
- "type": "disabled_healAll"
- },
- {
- "__comment": "RESET ALL PLAYERS (respawn)",
- "type": "disabled_resetAll"
- },
- {
- "__comment": "GIVE EVERY PLAYER A TOOL FROM ServerStorage",
- "type": "disabled_giveAllTool",
- "toolName": "Radar"
- },
- {
- "__comment": "SET ALL PLAYERS WALK SPEED",
- "type": "disabled_setWalkSpeed",
- "value": 24
- },
- {
- "__comment": "SET ALL PLAYERS JUMP POWER",
- "type": "disabled_setJumpPower",
- "value": 80
- },
- {
- "__comment": "SPAWN A ROBLOX MODEL (InsertService asset id required)",
- "type": "disabled_spawnModel",
- "assetId": 12345678,
- "position": [656.794, 248.881, 439.97],
- "rotation": [0, 90, 0]
- },
- {
- "__comment": "CLEAR ALL REMOTELY SPAWNED MODELS",
- "type": "disabled_clearSpawns"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment