GhostlyPath Your reliable guide back to your lost items.
GhostlyPath is a lightweight, minimalistic plugin that solves one of the most frustrating problems in survival mode: losing your items upon death.
Instead of just printing coordinates in chat, GhostlyPath creates a "ghost" (your player's head) at your death location that
safely stores all your items. Your compass will automatically point to the ghost, helping you find your way back quickly. No more 5-minute despawn timers for your precious gear!
✨ Features
Safe Item Storage: Your inventory is stored inside the ghost instead of dropping on the ground, protecting it from despawning or being stolen.
Visual Marker: A glowing player head appears at your death location, making it easy to spot from a distance.
Compass Navigation: Upon respawning, your compass automatically points to your death location.
Server Restart Proof: Ghosts and their items will persist through server restarts and reloads. You will never lose your items due to a server shutdown.
Configurable PvP Looting: Enable looting by other players for a high-risk PvP experience, or keep it disabled for a classic, safe PvE feeling.
Fully Configurable: Customize the ghost's lifespan, pickup distance, and other settings in config.yml.
Lightweight & Optimized: The plugin is designed to be efficient and is only active when needed, ensuring zero server lag.
Version Support: Works on versions 1.19.4 through 1.21+.
️ Installation
Download the latest version of the plugin.
Place the downloaded .jar file into your server's plugins folder.
Restart or reload the server.
(Optional) Configure the config.yml file in the /plugins/GhostlyPath/ folder to your liking.
Commands & Permissions
Command
Description
Permission
/ghostlypath reload
Reloads the plugin's configuration.
ghostlypath.admin.reload
Configuration (config.yml)
Code (Text):
# GhostlyPath Configuration
# --- Core Settings ---
# Should the ghost store items? If false, it will only be a marker and items will drop normally.
save-items-in-ghost: true
# Can OTHER players loot items from a ghost if they find it first?
# If true, PvP risk is created. If false, only the owner can loot.
allow-looting-by-others: false # Disabled by default for security reasons
# Time in seconds before the ghost and its items disappear forever.
# Set to 0 to disable the timer (not recommended).
ghost-timeout-seconds: 1800 # 30 minutes
# Distance in blocks to trigger ghost removal and item return.
remove-distance-blocks: 3
# Enable the compass tracking feature.
enable-compass-tracking: true
# --- Messages (supports color codes like &a, &b, &7) ---
messages:
death-location-set: "&aYour items are safe! A ghost is waiting for you. Your compass will guide you."
ghost-removed-nearby: "&eYou found your items! They have been returned to your inventory."
items-dropped-full-inv: "&6Your inventory was full, so some items were dropped on the ground!"
ghost-timed-out: "&cTime's up! Your ghost and all its items have vanished forever."
compass-not-enabled: "&aYour death location has been marked with a ghostly trail."
config-reloaded: "&aGhostlyPath configuration has been successfully reloaded."
no-permission: "&cYou do not have permission to execute this command."