filoghost / HolographicDisplays

Create modern looking holograms in Minecraft.
https://dev.bukkit.org/projects/holographic-displays
GNU General Public License v3.0
370 stars 200 forks source link

Allow for arrival directions when teleporting #319

Closed PLG closed 3 years ago

PLG commented 4 years ago

Description

The Multiverse-Portals plugin allows for the direction on arrival to be appended to teleport commands e.g., p:portal:se, with se being South East. I would like to suggest the same feature for /hd teleport; append a colon and one of the following directions: n,e,s,w,ne,nw,se,sw. E.g., /hd teleport hologram:nw would teleport the player to the hologram called 'hologram' and then face them in the North West direction.

soshimee commented 4 years ago

Maybe yaw/pitch would be better, as it is more adjustable.

filoghost commented 3 years ago

Sorry, but why would you need that on teleports? The command /hd teleport is only for admins, don't use holograms as warps for users (if that's what you're doing).

PLG commented 3 years ago

@filoghost Can I ask why not? Why is that feature only for admins?

filoghost commented 3 years ago

Because there are /warp plugins that are better suited for that task. Implementing features is time consuming and bloats the plugin, if they're not widely used.