You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
Plugins ⭐ AngelChest Plus ⭐ Death Chests & Graveyards
Version: 13.9.4
Discord: https://discord.jeff-media.com
- [!] Fixed plugin not enabling on versions 1.20.4 and older
Donate: https://paypal.me/mfnalex
Discord: https://discord.jeff-media.com
- [+] Added 1.20.5 support
- [+] Updated to latest LandsAPI
Donate: https://paypal.me/mfnalex
- [+] Added two new config options: force-close-open-inventory-on-angelchest-spawn and call-inventory-close-event-manually-if-needed
- Both default to true and shouldn't be changed unless you have a specific reason to
- The default settings fix the below mentioned issue
- [!] Fixed possible item duplication for plugins altering the player's inventory during InventoryCloseEvent in a certain way
- [!] Fixed PvPManager NPCs duplicating items on death
- [+] Added config option "try-to-ignore-npc-deaths" (default true)
- [+] Added support for custom model data in blacklist.yml
- You can match items by custom model data using a range (min and max).
- Use "min: -1" and "max: -1" to match items with no custom model data.
- Use "min: 0" to match all items with any custom model data.
- Use for example "min: 69" and "max: 69" to match all items that have exactly 69 as custom model data
- [+] Also added some convenience commands for custom model data
- /acadmin custommodeldataget: Shows the custom model data of your current item
- /acadmin custommodeldataset <number>: Sets the custom model data of your current item
- /acadmin custommodeldataremove: Removes the custom model data of your current item
- [+] Added option "random-item-loss-ignores-shulkerboxes"
- [+] Added PAPI placeholders:
- %angelchest_allowed% - Checks if the player currently has permission (angelchest.use)
- %angelchest_enabled_and_allowed% - Checks if the player has angelchest.use permission, and whether they have NOT disabled AngelChest using /actoggle
- [!] Fixed console spam about "inconsistent skull meta" on 1.20.2 and newer
- [+] [Updated French translation, thanks @Le_Sage_De_Nancy
- [+] Added toStringRegex in blacklist.yml
- This options allows to fully detect every possible item whatsoever, for example books containing a certain word (or even books with a specific word on the second line of the third page, ...), items created by custom plugins, etc
- Added config option "dont-clear-inventory" for use with plugins that log inventory contents on death
- [+] Added "pdcKeys" option to blacklist items with specific PDC (NBT) keys
- [!] Fixed waterlogged chests leaving behind water when despawning after having been fetched into non-water blocks, and players being able to break water by spawning chests in specific locations
- [!] Fixed exception when using plugins that break PlayerDeathEvent's getDrops() method on Paper and its forks