New stable features
- /nodrop storage (/nodrop gui) now by default it is loaded in single-page mode. This is the most stable implementation (for multi-pages, see experimental ones).
- Now you can set custom model data for material in capacity.
For example:
#MATERIAL->CUSTOM_MODEL_DATA
DIAMOND_HELMET->1000: [ 9, 10, 11, 12, 13, 14, 15, 16, 17 ]
- Confirmation when the player tries to throw no drop item (this option blocks all attempts to throw no drop item, except for pressing q without an open inventory) (you can disable this option in config: confirmThrowNoDropItem).
- Now you can disable update checker in config: checkForUpdates.
Experimental features
- Multi-pages no drop item storage (/nodrop gui). It can be not stable, you can enable it in config: personalStorageType: MULTI_PAGES. This will allow you to store an infinite number of items in personal no drop storage.
- Added experimental Folia support. If Folia support has been successfully enabled, you will see in the console: Patches for Folia successfully applied! (you can enable force use folia patches in config)