Jump
With this simple plugin you can save and load your position. It is intended for jump servers.
If you saved on the wrong place you can always go a step back further.
The commands can be disabled for certain worlds. Admins still can use it in every world.
Now with MySQL support for saving the highscores!
You can setup a jump parcour by placing a sign at the beginning of the parcour with the following lines:
- [jump] or jump (case insensitive)
- Anything you want
- An unique parcourname
- start (case insensitive)
At the end of a parcour place a sign with the following lines:
- [jump] or jump (case insensitive)
- Anything you want
- The parcour name you also used at the start
- stop (case insensitive)
To start the timer for a parcour simply right-click the start sign. At the end, right-click the stop sign.
Commands
You can use /jump or /j or /jp (because essentials also uses /jump and /j)
Everyone
- /jump save(/s) - Save your current position
- /jump load(/l/back) [steps back] - Go back to a saved position
- /jump tool - Gives you a tool. Left-click is save, right-click is load. Typing the command again will disable the save and load for the tool.
- /jump getpos - Returns your last saved position
- /jump savelength - Returns the amount of saves of you
- /jump timer - If you're in a jump, this will show you what your current time is
- /jump top [jump] - Gives you the top 5 times of a jump
- /jump stop - If you're in a jump, this will stop the timer
- /jump help - Shows a help message with all the commands
Admins
- /jump enable(d) true/false - Enable or disable the jump commands of normal people, admins can still use it though
- /jump getpos player - Get the last saved position of the given player
- /jump del(ete) jumpname - Removes all the times for the given jump from the database
Permissions
- jump.use
- jump.admin
- jump.denied
Suggestions
Suggestions are always welcome