-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Nicc0 edited this page Jul 14, 2017
·
6 revisions
<argument>
- Required.
[argument]
- Optional.
/<main/alias> <command>
Default Main Command snakeparkour
Default Aliases sp
, snake
If you want, you can change main command and aliases for this command in config.yml
Command | Description | Permission* |
---|---|---|
create <map-name> |
Creating new map | editor.create |
remove <map-name> |
Removes existing map | admin.remove |
edit <map-name> |
Allows to edit existing map | editor.edit |
save |
Saves the currently edited map | editor.save |
info [map-name] |
Displays information about map configuration | player.join |
list |
Displays list of all maps | player.list |
join [map-name] |
Not supported yet :( | player.join |
leave |
Not supported yet :( | player.leave |
Make sure that you are a map editor otherwise the command will not work.
Command | Description | Permission* |
---|---|---|
set block [path] |
Sets block (which you have in hand) for the moving part or path | editor.block |
set freq <double> |
Sets frequency | editor.freq |
set speed <number> |
Sets speed (1.0) | editor.speed |
set length <number> |
Sets length (e.g. 6) | editor.length |
set invert |
Toggle direction of moving part | editor.invert |
set path |
Sets path for moving part | editor.path |
set spawn |
Location where players will be spawn after joining | editor.spawn |
set join <true/false> |
Sets ability for player to join to parkour | editor.join |
set timer <true/false> |
Turns on/off time counter | editor.timer |
set start |
Sets location where the counter is started | editor.start |
set end |
Sets location where the counter is stopped | editor.end |
Make sure are you a map editor otherwise the command will not work.
Command | Destination | Permission* |
---|---|---|
rewards set <true/false> |
Turns on/off rewards | rewards.set |
rewards add <type:value> |
Adds new rewards of type | rewards.add |
rewards remove <type> |
Removes type from rewards | rewards.remove |
rewards list [type] |
Displays list of all rewards | rewards.list |
*Permissions must have snakeparkrour prefix e.g. snakeparkour.player.join