HomeJavaModsGhostPlugin
GhostPlugin
ModsJava

GhostPlugin

The plugin turns dead players into ghosts with a time limit to recover items.

⬇ Download on Spigot
GhostPlugin implements the concept of "ghosts". After death, the player enters ghost mode with the goal of recovering their items at the death location within a certain time limit. If they fail to do so, they lose their items. Below is a detailed overview of its features:

After death, the player becomes a ghost:
Main BossBar:
Commands:
Ghost bans and restrictions:
Code (YAML):
messages:
  prefix
: '&7 [GHOST ]'
  ghost
: ' {prefix } &7You are a ghost! You have 1 minute to reach the location of your
    death and recover your items.'
  compass
: ' {prefix } &eYour compass points to the location of your death.'
  compass_error
: ' {prefix } &cThe location of your death could not be found or is in
    another world.'
  revive
: ' {prefix } &aYou are alive again, and your items have been restored!'
  instant_revive
: ' {prefix } &cTime is up! You have been revived but lost your items.'
  not_ghost
: ' {prefix } &eYou cannot use this command when you are not a ghost.'
  block_break
: ' {prefix } &cGhosts cannot break blocks!'
  reload_success
: ' {prefix } &aGhostPlugin configuration has been reloaded.'
  no_permission
: ' {prefix } &cYou do not have permission to execute this command.'
  bossbar_title
: ' {prefix } &cTime as a ghost'
  bossbar_remaining_time
: ' {prefix } &cRemaining time : {time } seconds'
settings
:
  ghost_duration
: 360 # Duration of ghost state in seconds
  revive_distance
: 30 # Maximum distance for revival in blocks
 
Technical Details:

Commands

Plugin details

Read from the plugin's own plugin.yml.

GhostPlugin is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 225 times (via Spigot). Download it and open it directly in the game.

Explore more