Wormhole
Teleport to Saved Locations using Commands and Signs
Wormhole aims to be a secure sign- and command-based teleportation plugin, by separating jump destinations into private and public jumps.
Use commands to add/delete jump teleportation destinations for your player. Set signs to point to jumps, right-click the signs, and you're off! Need to go back to your last location? No problem, just use the "/worm back" command!
Don't be afraid to donate a little (top-right); college kids need cash :)
Features
- Use signs or commands to teleport to "jump" destinations.
- Separation of public and private (per-player) jumps.
- Charge or pay players for certain actions.
- Configurable visual and audible effects.
- Quick, easy, and extensive command syntax.
- Tab completion of commands and jump names.
- Extensive control through permissions.
Commands
Note: [This means optional] and <this means required>.
- /wormhole - Display all wormhole commands (alias "worm")
- /wormhole reload - Reload config
- /wormhole version - Display version information
- /worm add [player or "public"] <jump name> - Create a new jump destination
- /worm back - Jump back to previous location
- /worm cost - Display the cost of all actions
- /worm delete [player or "public"] <jump name> - Delete a jump
- /worm jump [player or "public"] <jump name> - Teleport directly to a jump
- /worm list [player or "public"] [page number] - List jumps
- /worm rename [player or "public"] <old name> <new name> - Rename an existing jump
- /worm replace [player or "public"] <jump name> - Replace an existing jump with the current location
- /worm search [player or "public"] <jump name> - Searches for jumps with a similar name
- /worm set [player or "public"] <jump name> - Set a sign to point to a jump
- /worm unset - Unset a sign from pointing to a jump
Examples
- Create a new private jump destination at current location:
/worm add my-jump-name
- Create a new public jump:
/worm add public public-jump-name
- Delete the jump "home" belonging to player "notch":
/worm delete notch home
- Jump directly to your favorite mine:
/worm jump favorite-mine
Permissions and Configuration
Installation
- Download the latest Wormhole .jar file.
- Remove any previously existing "Wormhole-x.y.z.jar" from your server's plugins directory.
- Move the new Wormhole .jar file into your server's plugins directory.
- Reload your server's plugins ("/reload") if it's already running, or start the server if it isn't.
- Set permissions and change Wormhole's config if you want.
- If you changed the permissions, reload your permission plugin's config (probably "/perms reload").
- If you changed the Wormhole config, give the "/worm reload" command as OP.
To Do
- Limit usage based on hunger and health?
- Increase exhaustion after teleporting?
- Teleport creatures that the player is leading?
Notes
- Wormhole is built for Java 1.8.
- Comments / suggestions appreciated!