Added a new billboard option, called
rotating. This will have the item spin in the display case. It is accessible in the same way as the other options.
Also changed the parsing of the owner to offline player as opposed to entity, seeing as it should only ever be a player.
Reworked the option to show the name of the item in the display case. Previously, this option would show/hide both the line with the name and line with the owner. This has been split into two separate options,
showName and
showOwner.
Forgot in the last couple of updates to add
items as an entry in the tab completer for the
/display command. This has now been fixed.
Added some basic options to the GUI opened when a player left clicks a display case. Only the owner of the item which is currently held in a display case is able to change the options.
Cycling options
Its super easy to cycle through the options, and through the settings which each option has. In the GUI, left clicking the blue slot will change the option that you're currently editing, and right clicking will cycle through the settings currently supported for said option.
As mentioned, only the owner of the item can use these.
Options added
Billboard - changing this option will cycle between center and fixed
Show name - changing this will cycle between showing or hiding the name and owner text display
Added an event which is called whenever any entity is removed from a world. This works when using
/kill or an effect command like
!kill all entities. This means that if the display case is killed, the player who's item is in said display case won't just lose it.