Common Issues
My graves are not storing items or xp, instead they are dropped on the ground.
This is most often caused by some third party plugin, most often keep invetory plugins. The first thing that you should check is that your keepinventory gamerule is not enabled. (
/gamerule keep_inventoryshould be false) Next try removing your permissions to see if some plugin is giving you keep inventory. (for example EssentialsX has aessentials.keepinv/essentials.keepxppermission given by default to OP users)
If none of these are the case, then we will have to look for a faulty third party plugin.
If you don't want to go plugin hunting, you can solve this by decreasing the event priority of AxGraves, to make its tasks run before other plugins. Go to the
plugins/AxGraves/config.ymland find thedeath-listener-prioritysetting. Try decreasing this value, setting this toLOWESTwill solve this issue as it will make AxGrave run first. You will have to restart your server after changing this setting for it to apply.By default, the plugin uses the
HIGHESTlistener priority for compatibility reasons, however if you have plugins that misuse death events, this might be necessary to override them.If this still didn't solve the issue, the only possible things are that the conflicting plugin is using the
LOWESTpriority as well. (unlikely) Or the more likely is that you have some AxGraves settings misconfigured. Make sure that thestore-itemsand thestore-xpsettings are enabled. You can also try to enableoverride-keep-inventoryandoverride-keep-levelto make sure. After changing these values, run the/axgraves reloadcommand to apply the modifications.
My grave heads sometimes turn black when they spawn on a block.
This happens when the grave entity clips into the block and on some minecraft versions it can instantly turn the grave dark.
Check if the player who has this issue is using the same minecraft version as your server.
If not: Go to the
plugins/ViaVersion/config.ymland try tweaking thehologram-patch,hologram-yoptions to move the holograms a bit higher.If they are using the server's version, then you can make these changes by increasing the
plugins/AxGraves/config.yml→head-heightoption. You might need to restart the server for the changes to apply to existing graves.