Teleport Command Rework #3
Labels
enhancement
Modification to current Feature/System
implemented
The issue has been implemented into the project
Milestone
Provide different options to accessing the teleportation commands.
Currently
Currently, the tp command is split into two different sections with two different names yet are also nested under the
/waystones
command./waystone tp <waystone>
/waystone teleport <username> <waystone>
This is a bit clumsy and discourages players from teleporting to non-public waystones not owned by them.
Potential Solutions
There are many things we can do. First, we want to unnest the TP commands from inside of the
/waystone
command.This would mean we give them their own command.
In theory, we can replace the Minecraft tp and the Essentials tp and province our own root
/tp <waystone>
command.Another thing we can do is smoosh the two current TP commands together. Potentially something like
/tp <waystone> <username>
where same-named waystones are smooshed together then discriminated in the username section. We will have to tell the player that there are multiple waystones in that case.In addition to the two above solutions, we should also include filtering of the Tab responses as we are typing. This would allow people to see the waystone they're thinking of come up to the top while typing the command.
We could also solve this the way Minecraft did and have selections look like the following.
<creator>:<waystone>
=>sim2kid:Home
. Then when a player types in a waystone name, the tab results for multiple waystones will pop up, and then the player can discriminate between them. The problem here is the default cases. Who would get picked initially? The author is always first, then likely in alphabetical order.The text was updated successfully, but these errors were encountered: