Compatibility
Minecraft: Java Edition
1.21–1.21.6
Platforms
Creators
Details
Sour Graves
- Save your items from being deleted after a death!
- Items are always saved no matter how you die!
- Recover items by clicking on the grave
- Graves become public (raidable) after a timer (5 mins by default)
- Graves are deleleted with their items dropped on the ground after a timer (30 mins by default)
Default Configuration
# irishgreencitrus' Sour Graves
# Everything in the plugin is completely configurable.
# If you mess up the file, you can delete it to reset it to the defaults.
#
# Some key notes:
# - A player without any items in their inventory will not drop a grave.
# - A player with keepInventory enabled will not drop a grave.
# - Comments made in this file will be deleted.
# - The cleanup task is what actually deletes graves, as well as saves graves to disk.
# It should not be ran too infrequently, as your graves will not be saved if the server crashes.
# The default should probably be fine, but it can be raised or lowered as necessary.
#
# After this many minutes, the grave will be accessible by all players.
# Set to `-1` to disable this.
publicInMinutes = 5
# After this many minutes, the grave will be deleted.
# Set to `-1` to disable this.
deleteInMinutes = 30
# The maximum number of graves a player can have.
# After this limit, a player's oldest grave will be deleted.
# Set to `-1` to disable this
maxGravesPerPlayer = 3
# Whether to drop the items of the oldest grave once a player has exceeded max graves
dropItemsOnTooManyGraves = true
# Whether to drop the items of a just-deleted grave. If false, the items just disappear
dropItemsOnGraveDeletion = true
# The particle to use for the grave recovery animation
recoverParticle = "SOUL"
# The number of particles to use in the grave recovery animation
recoverParticleAmount = 1000
# The sound to play on grave recovery
recoverSound = "minecraft:block.respawn_anchor.deplete"
# When should the first grave cleanup run, after the server has started
periodicCleanupDelayMinutes = 10
# How frequently the grave cleanup runs
periodicCleanupPeriodMinutes = 5
# Whether to reset the grave timeout when the server stops
resetTimeoutOnStop = false
# Whether to send a player their grave coordinates once they respawn
notifyCoordsOnRespawn = false
# Whether to write a message to the console every time the cleanup task runs
logCleanupTaskRuns = false
Permissions
sourgraves.admin.server:
description: Allows you to use `/sourgraves disk` and `/sourgraves config`
default: op
sourgraves.admin.settings:
description: Allows you to use `/sourgraves settings`
default: op
sourgraves.utils.player:
description: Allows you to use `/sourgraves player`
default: op
sourgraves.utils.locateown:
description: Allows you to use `/sourgraves locate`
default: true
Found a bug, have questions or feature requests?
Join the Discord on the right hand side and drop me a message.