-
Notifications
You must be signed in to change notification settings - Fork 6
Commands
Claycorp edited this page Oct 16, 2014
·
2 revisions
<> arguments must be provided, [] arguments are optional
###Client Side Commands
/p2s
or /pay2spawn
-
reload
-> Reload the reward database from file (the json file) -
configure
-> Open the configurator -
getnbt
-> Open the NBTgrabber -
off
-> Disables Pay2Spawn (client side) if not forced by the server -
on
-> Enable Pay2Spawn (client side) if not forced by the server -
donate <amount>
-> Fake a donation -
adjusttotal <amount>
-> Add or subtract from the total amount donated. (Use - to subtract)
###Server Side Command
/p2sserver
or /pay2spawnserver
-
butcher
-> Remove entities spawned by Pay2Spawn -
reload
-> Reload the reward database from file (the json file) and send to all clients -
hasmod <player>
-> Check to see if player has Pay2Spawn/p2s makehtml
-> Uploads a HTML file to the server. If you use D3Backend it will automaticly host it for you!
###Permission System (Server Side)
/p2sperm
or /p2spermissions
####Groups
/p2sperm groups
-
add <name> [parent]
-> Add a new group [with parent] -
remove <name>
-> Remove a group
####Group
/p2sperm group <name>
-
parent set <name>
-> Set a group's parent -
parent clear
-> Clear a group's parent -
add <perm node>
-> Add a permission node to the group - 'remove ' -> Remove a permission node from the group
####Player
/p2sperm player <name>
-
group add <name>
-> Add the player to a group -
group remove <name>
-> Remove the player from a group -
perm add <perm node>
-> Add the permission node to the player -
perm remove <perm node>
-> Remove the permission node from the player