Main changes
- Restructured config
- Interaction entities are now tied to text display entities (Currently used for page switching)
- A paging system & improved text editor
- Restructured command tree
- No more packets, now the plugin uses per-player text display - interaction entity is global
Side Changes
- New hit-box size commands!
the
size
command now has two sub-commands,box
andtext
(both having width and height options):- box - changes the hitbox size (interaction entity).
- text - changes the display size, like in older versions.
- Rotation Command is now split into 3 rotations: pitch, yaw, and roll.
- Location Command has an easier way to be set. Use
~ ~ ~
to set the location to your current location.
Switched to a new display update system so it won't make the server laggy. Note that this is the first test, and it looks like it is working, if there are any issues please report them to me via the Discord Server.
Added a way to rotate the display sideways, under the transformation subcommand. /textdisplay ... transformation rotation <angle> (0 to 360)