Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
Platforms
Paper
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
🪦Soul Graves🪦
A unique graves plugin where players collect their souls to retrieve their belongings when they die. A soul will spawn at your death location that provides audio and visual feedback to help you locate it. Once you find it you can retrieve your items by walking into your soul. Be careful though, wait too long and your soul will burst dropping all your items!
Features
- Additional Minecraft death mechanics
- Fun particle effects
- Soul persists through restarts
- Visual cue to indicate when the soul is about to burst
- Audible heartbeat to make finding your soul easier
- Soul Graves will avoid spawning a soul in liquids, the void, and non-solid blocks
- Players can have multiple souls possible at the same time
- Option to only let owners retrieve their souls
- Option to make it so souls destroy items or XP when they burst
- Customizable XP return percentages
- Customizable messages
- Minimessage support
GIFs
A stable soul waiting to be collected:
A unstable soul that bursts and drops its contents:
Configuration
config.yml
# Time in seconds for how long a soul remains in its stable state before becoming unstable
time-stable: 240
# Time in seconds for how long a soul will show the unstable animation for before bursting
# The total time the soul is available to collect is time-stable + time-unstable
time-unstable: 60
# Whether to notify nearby players when a soul bursts
notify-nearby-players: true
# The radius in blocks to alert nearby players when a soul bursts
notify-radius: 128
# The percentage of the soul's XP to give to the owner of the soul when it is collected by the owner
xp-percentage-owner: 0.5
# The percentage of the soul's XP to give to a player who isn't the owner when the soul is collected by that player
xp-percentage-others: 0.2
# The percentage of the soul's XP to drop when the soul bursts
xp-percentage-burst: 0.2
# Whether souls are only collectible by their owners
owner-locked: false
# Whether souls will drop items when they burst
souls-drop-items: true
# Whether souls will drop XP when they burst
souls-drop-xp: true
# What worlds to disable spawning a soul in
# If none, leave a blank array
# Usage:
#disabled-worlds:
# - world_nether
# - world_the_end
disabled-worlds: []
messages.yml
# Message to send to the owner when their soul bursts
soul-burst: "<dark_aqua>☠Your soul has burst!"
# Message to send to the owner when their soul bursts and souls-drop-items is true
soul-burst-drop-items: "<red>☀ Any belongings inside have been scattered!"
# Message to send to the owner when their soul bursts and souls-drop-items is false
soul-burst-lose-items: "<red>✖ Any belongings inside have been destroyed!"
# Message to send when a soul bursts nearby
soul-burst-nearby: "<dark_aqua>☠A soul has burst nearby!"
# Message to send when a soul is collected
soul-collect: "<green>✦ You've collected the soul's contents!"
# Message to send to the owner when another player has collected their soul
soul-collect-other: "<light_purple>âš‘ Someone else has collected your soul!"
Roadmap
Acknowledgements
- Vanilla Refresh - Based on their idea of "Soul Links"
- B's Ghost Graves - Similar plugin inspired by Hollow Knight. They shared their source so I could learn from it, huge thanks!
- MorePersistentDataTypes - Great PDC library