- The grave inventory now closes if the player goes/teleports too far away
- Added a way to set the max active grave limit with a permission (axgraves.limit.<amount> - if it is not set, the limit in the config is used)
- Added a permission that is required to have graves (axgraves.allowgraves - and it is set to true by default)
- Fixed that graves which had their timer run out while the server was offline did not disappear
- Fixed that saved graves shifted their location after a server restart
- Added support for plugins that cancel death events
- Added 1.21.4 support
- Fixed some issues with commands on 1.21+ versions
- Improved the throughput of the packet entity system by a large margin (faster holograms)
- Fixed an exception that sometimes occured on shutdown
- Added a "store-xp" setting to the config, so now it is possible make the plugin not handle XP drops.
- Made it not possible to instant pickup graves in spectator mode (Thanks, MrLeonidas61)
- Fixed some exceptions
- Added 1.21.2 and 1.21.3 support
- Fixed that the /axgraves list did not show any graves after relogging
- Sometimes the plugin did not start if the server couldn't find some offlineplayers' name
- Fixed the plugin not working on the last few 1.21.1 builds
- Fixed some stuff with the /axgrave tp command
- Some code cleanup
- Fixed an exception on startup that occurred when there were no saved graves
- Added the most requested feature: grave saving
- The plugin now auto saves graves, so they won't be lost even if the server restarts/crashes
- You can disable this and it will drop out the items like it used to before this update
- Fixed some typos in the config
- Made the plugin use only 1 thread, not 5 (it should be more than enough, and 5 can cause issues on some shared hostings that limit the thread count)
- Some other bug fixes
- Fixed an exception that sometimes appeared while the server was stopping
- Fixed an exception that was caused by a change in the last update, whoops.
- Items are now dropped when the server stops (this doesn't work on folia)
- Fixed an issue with the folia support
- Added 1.21.1 compatibility
- Made the /axgraves tp only work when you teleport to your own grave, you can bypass it with the axgraves.tp.bypass permission.
- Made it possible to click on /axgraves list messages to tp to the grave location
- Fixed an exception
- Added 1.21 support
- Added an update notifier, you can customize it or disable it in the config
- Fixed a warning that appeared on startup when using paper 1.20.5 and 1.20.6
- Fixed an bug that caused kicks on 1.20.5 and 1.20.6
- Added 1.20.5 and 1.20.6 support
- Reworked the permissions of the plugin, check the wiki for the up to date list!
- Fixed compatibility with spigot servers
- Made 'despawn-when-empty' work with 'despawn-when-empty' when it is set to -1
- Added a new setting: despawn-when-empty
- Hologram system improvements
- Made grave spawn heights configurable, check out the spawn-height-limits section in the config
- Added a command to list spawned graves: /axgraves list
- Added an optional message on death, that tells the death location to the player
- Added a new setting, dropped-item-velocity, if you disable this, items will not fly away when graves expire
- Added 2 new settings: grave limit and blacklisted-death-causes
- More info on the plugin's wiki!
- Graves now spawn at the correct Y height in the end/nether as well
- Fixed the instant-pickup-only-own setting.
- Updated the command library, this fixes the random exceptions that many users have reported. Also if you enter the wrong subcommand arguments, instead of giving a 'unknown command' now there is more information on what are you missing.
- Graves now can't spawn below Y-64.
- 3 new config settings:
- xp-keep-percentage
- grave-item-order
- auto-equip-armor
- Fixed an issue with the XP calculation
- Made it possible to open graves that got stuck in transparent blocks (like webs or grass)
- Added a new option: interact-only-own
- If this is set to true, then players can only interact with their own graves
- Changed some internal logic to (hopefully) prevent incompatibility with soulbound enchant plugins.
- The main /axgraves command will now return the /axgraves help messages by default
- Now if the despawn-time-seconds is set to -1, the grave will only despawn when the server restarts.
- Fixed an issue with graves not reappearing when changing worlds quickly
- The grave gui size is now based on the item amount
- Fixed the auto config updater
- Added a new config section which lets you blacklist items from graves
New config settings:
Code (YAML):
# true: the head can face in all the 360 degrees
# false: the head can face in only 4 directions (north, east, south, west)
rotate-head-360
: true
# should the head rotate
auto-rotation:
enabled
: false
speed
: 10.0