Releases: Guarmanda/LootChest
2.5.1 : Per-chest despawn command, some fixes
2.5.0: fixed "remove chest after first oppening" on old install
A previously corrected typo prevented this option to work properly (I corrected the typo but didn't update the config for old installations )
2.4.9: Fixed some bug on chest emptying
Emptying chest wasn't throwing the take message neither removing the chest due to a code change made 2 or 3 versions ago
2.4.8: Fixed metrics
Sorry for this stuppidly small update
Hotfix for metrics throwing an error when another plugin was shading metrics
2.4.7: Bug fixes, some new features, performance improvements
Performances:
Paricles respawn tick is now set from 5 to 20 by default. Old configs will be forced to update automatically. It drastically reduces lags.
New features
- Added Configurable maximum height for randomspawn
- Added Minimum_Number_Of_Players_For_COMMAND_Spawning
Bug/fixes
- Fixed chest direction not being modified if block was a barrel: found a "new" code working on current and future versions (from 1.14)
- Fixed some typos in config/code/comments (well, only new installs will have corrected typos in config)
- Cleaned debug messages on old versions (sorry)
- Fixed an issue where an user could get items from the menu, and the menu would throw errors (only admin would do that but still)
- Maybe fixed a bug when destroying a chest would prevent it from respawning
- Fixed the option to prevent chest from spawning on water
Fall effect with packet, some fixes
Fall effect now works with packets, removing any entities spawned by my plugin
Some compatibilities with old versions were fixed
Some dependencies (Lootin) couldn't be found on jitpak anymore and where imported manually (and updated)
Fixed 1.12 compatibility
Added Ansi library inside the plugin and removed an unused thing in particle api
2.4.2
prevents creating double chests with a lootchest around only if ches has a protection time
removed unsupported particles from 1.20.6, now using the good logger in particles
More code cleaning, fixed /lc settime description
Some corrections about holograms and timers on holograms
1.21, removed dependency, despawnall command, API
- Added 1.20.6 particles, added 1.21 compatibility
- removed protocollib dependency, now using a fork of decentHolograms
- Added despawnall command
- Added an API class, rewrote some code better to do so
- Maybe fixed chest spawning in protected zone, didn't test it
Fixed chances menu, compilation back to java8
- chances menu was broken for new install of the plugin due to a percent sign added to the lore of items
- some people told me that they were still using java 8, so I turned back my compilation to java 8