main/Commands

Commands:

Base Command: This is the primary command used before all sub commands
Usage: </basecommand subcommands>

Help Command: Not yet fully implemented!

Copy Command: Copy the key blocks from a course from the position you are standing to paste them on another course
Usage: </copycommand #coursenumber>

Paste Command: Paste a copied course to the position you are standing in (there is not yet a way to rotate courses)
Usage: </pastecommand>

Sub Commands: all sub commands come after base commands
Toggle Block Edit Mode: Turns your edit mode on or off, must have the parkour immune permission to use
Usage: </basecommand toggleblockeditmode>

Create New: Start the creation of a new course, this places the newly created course as an edited course for you, all furthur commands will use this course for you until it is saved The block you are standing on will be the course start block that players must click to start the course (this will teleport them to the course start location, it is recommended that start blocks all go in a lobby)
Usage: </basecommand createnew coursename>

Select a Level: Not fully implemented yet!!

Set Check Point: Set a check point on a course (check points are temporary course markers and do not persist for players through reloads or log outs
Usage: </basecommand setcheckpoint true/false true/false
the first true/false is for use effects, the second is for use timers for the checkpoint
both true usage:
</basecommand setcheckpoint true true 22 STONE,GRASS,OBSIDIAN JUMP:22:1,REGENERATION:22:2,SPEED:22:1
22 is the length of the timer in seconds
STONE,GRASS,OBSIDIAN is a list of all blocks that will finish the timer to complete the checkpoint
Effects format"
effect:time:strength
all block names and effects use bukkit enums so must be written correctly
if the first value is false only include the timer number and the blocks list, if the second is false only include the effects list

Set End Block: Set the end block of a course that a player has to click to complete the parkour
Usage: </basecommand setendblockcommand> will count the block you are standing on top of (will eventually be an interact event to set the block after command

Set Course Sign: sets the course sign to use for the course
Usage:
Make a sign with however you want the text to show up &# is used for colors @c will be course name @l will be course lives @i will be course time
</basecommand setcoursecommand> right click on the sign you made

Set Leader Sign: sets the leader sign for the course you are making
Usage:
Make a sign however you want the text to show up &#is used for color @c will be the course name @p will be the player with the best times name and @i will be their time (when the sign is first made it will have the player name being the creator and the time being 9999)
<basecommand setleadersigncommand> right click on the sign you made

Help Command: not fully implemented yet

Add Bad Block: will add the block you are standing on to the list of "bad blocks" for that course, bad block take away lives and teleport players back to check points
Usage: </basecommand addbadblockcommand>

Remove Bad Block: Removes bad blocks from the list, uses the block you are standing on
Usage: </basecommand removebadblockcommand>

Toggle Active: the second to last command that you should use before finishing editing a course, this command makes the course playable
Usage: </basecommand toggleactivecommand>

Save Course: This command saves the course and finalizes creation after you are done making it!
Usage: </basecommand /savecommand

Set Start Location: sets the location that players are teleported to when they first start a course, when they run out of lives, and when they fall before reaching a check point
Usage: </basecommand setstartlocationcommand>

Set End Location: sets the locatrion that players are teleported to when they have completed a course. recommended to be in a lobby where start blocks are
Usage: </basecommmand setendlocationcommand>

Set Lobby Location: set the location to teleport players that have completely failed a course that has a timer
Usage: </basecommand setlobbylocationcommand>

for more info on what the commands are please see Locale Settings Page.


Comments

Posts Quoted:
Reply
Clear All Quotes