Teleport a player sitting on a display when the display teleports, API, Command Alias
- If a display is teleported while a player is sitting on it (
/d seat), the player will now move with the display while staying seated.
- Added more API functions to create markerVectors. Instead of requiring a
from and
to location, it can now take a
from location and a Vector.
- Added custom API event
DisplayTranslationEvent, an event that is called whenever a player or API purposely moves (such as with /d move or DexterityDisplay#teleport) any Dexterity selection.
- Added an alias
/dx for the main /dex command in case /d is taken by another plugin.