Skip to content

NoDropX 1.0.3 SNAPSHOT | Folia support!

Compare
Choose a tag to compare
@iRedTea iRedTea released this 09 Aug 20:05
· 16 commits to main since this release

NoDropX 1.0.3 SNAPSHOT

New stable features

  1. /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).
  2. 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 ]
  1. 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).
  2. Now you can disable update checker in config: checkForUpdates.

Experimental features

  1. 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.
  2. 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)