What’s up? I used to be a plugin writer for Bukkit. My goal is to recreate as many of those plugins as possible in Sponge. TeleportationPlus was my first idea where I plan on giving users several ways to manage teleporting between players.
Potential Commands
- /tpr <player>
- /tpaccept
- /tpdecline
- /qtp [player]
- /gather
- /back
Command Descriptions
/tpr is a way to send a player a request to teleport to you. The receiver can use /tpaccept or /tpdecline to accept or decline a request.
/qtp is a “quick teleport” where to target is sent a message they can click to to tp to the sender. If no target is given, the message is broadcast across the whole server.
/gather is a command to forcibly teleport everyone on the server to your location.
/back takes you back to your previous location (must be used within 2 minutes)
Other Planned Features
When I know more about it, I plan on adding a config file to change the delay of the /gather, how long previous locations are stored, and how long a tp request is active.
If you have any suggestions, I’m willing to consider them!
If you’d like to look at the plugin and how I’m writing it, you can look at its repo on GitHub.
Thanks,
combateer3