- 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)
- 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