Max Lee
Max Lee
### What is happening? Items that are only damaged and have no additional meta data set now generate a unique meta data item code (e.g. `Diamond Axe:1#A` vs: `Diamond Axe:1`...
Currently there is a NotImplementedException thrown when trying to use the per-world Vault Economy methods, this does not match VaultAPI specs (which [says](https://github.com/MilkBowl/VaultAPI/blob/8bad2c479f531436b4b0694f5696b501d0afef3e/src/main/java/net/milkbowl/vault/economy/Economy.java#L137) to use the global balance instead) and...
Previously additional formatting like brackets around the display name as well as the item information hover event were automatically added when using the `ItemStack#displayName`. In my opinion this did not...
sprites.png is queried from blockly-demo.appspot.com instead of from JupyterLab server/a common CDN
Right now the sprite which includes the buttons and the trash can seems to be queried from the blockly demo server as seen in the dev console:  This seems...
This library only listens for the InventoryClickEvent, not the InventoryDragEvent which allows for players to drag items in (or out) of the GUI in places where it should be cancelled....
This adjusts the format of the .jpblockly files to allow storing of additional metadata similarly to .ipynb files: It stores the selected kernel and toolbox as well as adds the...
This adds the ability to specify an annotation to be used to get the preferred name of a server instead of just a label as labels have a relatively short...
### What is happening? Plugin is no longer compatible with pre 1.21 versions due to changes to the API moving InventoryView from an abstract class to an interface -> error...
Currently the out of stock message is only send to the owner when a player tries to buy another item from the shop when it is out of stock, this...