Releases: iRedTea/NoDropX
Releases · iRedTea/NoDropX
1.0.5 HOTFIX
Now when a player goes to the main menu at the time of death and then joins to the server, his nodrop items are saved
1.0.4 HOTIFX | Folia fixes, new features
- Switching to the new command library - KotlinBukkitKIT.
Warning! This library is written in kotlin. If you have any problems, create an issue or contact me! - A new feature! Now you can create an item that will keep your entire inventory after death! Use /nodrop giveallnodrop! (for more information, see the plugin wiki)
- Fixed some issues related to Folia
NoDropX 1.0.3c SNAPSHOT HOTFIX | Folia support!
Color fix, confirm menu fix
1.0.3a SNAPSHOT HOTFIX | Folia support | Spigot fix
Fixes for clear spigot
NoDropX 1.0.3 SNAPSHOT | Folia support!
NoDropX 1.0.3 SNAPSHOT
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)
NoDropX 1.0.2b SNAPSHOT HOTFIX
Fix on respawn
NoDropX 1.0.2a SNAPSHOT HOTFIX
- Fix MiniMessages on 1.20.1
NoDropX 1.0.2 SNAPSHOT
Added new commands:
/nodrop giveStorage - gives no drop to player no drop storage
/nodrpp applyHand - set item in main hand no drop
Added ItemsAdder support
NoDropX 1.0.1 SNAPSHOT
Update checker
NoDropX 1.0.0 SNAPSHOT
Tested on:
- 1.18.2 Paper
- 1.16.5 Spigot
- 1.16.5 Acrlight