You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
- Author ArteffKods
- Creation date
- Add new config option custom-model-icon-handling which replaces show-custom-item-models.
The new option can be either "vanilla", "custom" or "hide" to set which icons items with a custom item_model component should use (either the vanilla one, trying to find a texture in "<namespace>/textures/item/<model name>", or completely hiding the icon)- Fix issues with chat icons of Sea Lanterns and Crossbows
- Re-add compatibility with servers running on...
- This fixes a possible exception related to the item blocking feature and the unbreakable item tag on older server versions (e.g. 1.8.8)
- Change the default of block.unbreakable to empty to make it block nothing.
- Further improve the automatic selection of the chat packet handler
- Add more debug messaging for errors with chat component parsing
- This adds support for running the plugin on 1.21.6 and 1.21.7 servers
- Improve "auto" option for the chat packet handler and log a warning where cases are detected that might lead to errors.
- This update fixes some compatibility issues with older server versions (pre 1.21.5)
- Improve the debug output (of the /showitem -debug command). It will now include more information about the plugin and server version as well as the item itself.
- Fixed a breakage of the API with the changes in 1.7.6 which was not intentional. E.g. with ChestShop.
- Added the sender's name and UUID to the ViewItemEvent to match the ViewInventory/EnderchestEvents
- Made compatible to a change which Paper's 1.21.4 hardfork made which broke this plugin automatically detecting the appropriate adapter for internal server access
- Added support for 1.21.4 servers
- Added two more events for when the GUIs for inventories and items are viewed when clicking on the message in chat (an event for Enderchests already existed). Both can be modified or cancelled: