GhostLogger spawns a "ghost" (mob) of a player who has disconnected from the server. This ghost is only damagable by other players and is unmovable. If the clone dies, it drops (configurable) xp, armor and the inventory of this player.
- Messages and Nametags fully customizable with colorcode support -
- Several mobs are available and each has it's own permission -
- Armor, inventory and xp drops can be enabled -
- Armor, inventory and xp drops can be enabled -
Spoiler: config.yml
Code (YAML):
Mob
: Zombie
Drops:
Inventory : true
XP : true
Armor : true
GUI:
title : "&8Choose Mob"
placeholder : " "
zombie : "&aZombie"
zombie_pigman : "&bZombie Pigman"
zombie_villager : "&cZombie Villager"
skeleton : "&dSkeleton"
wither_skeleton : "&eWither Skeleton"
creeper : "&fCreeper"
enderman : "&1Enderman"
blaze : "&2Blaze"
iron_golem : "&3Iron Golem"
villager : "&4Villager"
vindicator : "&5Vindicator"
wandering_trader : "&6Wandering Trader"
evoker : "&7Evoker"
husk : "&8Husk"
witch : "&9Witch"
stray : "&aStray"
drowned : "&bDrowned"
pillager : "&dPillager"
reset : "&cReset"
close : "&8Close"
#Nametag
Prefix : "&4"
Suffix : " &7[&cOFFLINE&7]"
Messages:
no-permission : "&4Error: &cYou don't have the permission to do this!"
wrong-syntax : "&4Error: &cWrong syntax. /help GhostLogger"
offline-killed : "&9You got killed, while being offline! &bBe careful next time!"
#%player% replaces the victimname and %killer% replaces the killername!
broadcast-offline-killed : "&6%killer% &7has killed &c%player%&7! &7(&4Offline&7)"
#%mob% replaces the mobtype!
mob-choosen : "&9You have chosen the mobtype %mob%&9!"
mob-reset : "&bThe mobtype has been resetted."
#%mob% replaces the mobtype!
gui-no-permission : "&eYou don't have the permission to use the mobtype %mob%&e."
#If you want to use this you need to install WorldGuard + WorldEdit
WorldGuard:
PVP : true
Owner : true
Member : true
GriefPrevention:
Owner : true
Drops:
Inventory : true
XP : true
Armor : true
GUI:
title : "&8Choose Mob"
placeholder : " "
zombie : "&aZombie"
zombie_pigman : "&bZombie Pigman"
zombie_villager : "&cZombie Villager"
skeleton : "&dSkeleton"
wither_skeleton : "&eWither Skeleton"
creeper : "&fCreeper"
enderman : "&1Enderman"
blaze : "&2Blaze"
iron_golem : "&3Iron Golem"
villager : "&4Villager"
vindicator : "&5Vindicator"
wandering_trader : "&6Wandering Trader"
evoker : "&7Evoker"
husk : "&8Husk"
witch : "&9Witch"
stray : "&aStray"
drowned : "&bDrowned"
pillager : "&dPillager"
reset : "&cReset"
close : "&8Close"
#Nametag
Prefix : "&4"
Suffix : " &7[&cOFFLINE&7]"
Messages:
no-permission : "&4Error: &cYou don't have the permission to do this!"
wrong-syntax : "&4Error: &cWrong syntax. /help GhostLogger"
offline-killed : "&9You got killed, while being offline! &bBe careful next time!"
#%player% replaces the victimname and %killer% replaces the killername!
broadcast-offline-killed : "&6%killer% &7has killed &c%player%&7! &7(&4Offline&7)"
#%mob% replaces the mobtype!
mob-choosen : "&9You have chosen the mobtype %mob%&9!"
mob-reset : "&bThe mobtype has been resetted."
#%mob% replaces the mobtype!
gui-no-permission : "&eYou don't have the permission to use the mobtype %mob%&e."
#If you want to use this you need to install WorldGuard + WorldEdit
WorldGuard:
PVP : true
Owner : true
Member : true
GriefPrevention:
Owner : true
Spoiler: Moblist
Code (YAML):
Zombie
Zombie Pigman
Zombie Villager
Skeleton
Wither Skeleton
Creeper
Enderman
Blaze
Iron Golem
Villager
Vindicator
Wandering Trader 1.14+
Evoker
Husk
Witch
Stray
Drowned
Pillager 1.14+
Zombie Pigman
Zombie Villager
Skeleton
Wither Skeleton
Creeper
Enderman
Blaze
Iron Golem
Villager
Vindicator
Wandering Trader 1.14+
Evoker
Husk
Witch
Stray
Drowned
Pillager 1.14+
WorldGuard Support (1.14+):
You can disable "Ghost"-spawning if:
- PvP is disabled -
- The player is member of this region -
You can disable "Ghost"-spawning if:
- PvP is disabled -
- The player is member of this region -
- The player is owner of this region -
GriefPrevention Support (1.14+):
You can disable "Ghost"-spawning if:
- you are the owner of the protected area -
/choosemob - opens a GUI to choose a custom mobtype.
GhostLogger.Admin - Gives you every permission.
GhostLogger.GUI.* - Gives you the right to use all mobtypes.
GhostLogger.GUI.<mobtype> - Gives you the right to use this certain mobtype. (List given above)
GhostLogger.Command - Allows to the player to use the "/choosemob" command.
GhostLogger.Bypass - Bypass the effect of GhostLogger (No Mob will spawn on Disconnection)
If the Server is being stopped, no mob will spawn to prevent unfairness caused by crashes. (For more information please message me.)
This plugin currently supports only 1.13+. If you need another version that is 1.8+ just message me.
GriefPrevention Support (1.14+):
You can disable "Ghost"-spawning if:
- you are the owner of the protected area -
/choosemob - opens a GUI to choose a custom mobtype.
GhostLogger.Admin - Gives you every permission.
GhostLogger.GUI.* - Gives you the right to use all mobtypes.
GhostLogger.GUI.<mobtype> - Gives you the right to use this certain mobtype. (List given above)
GhostLogger.Command - Allows to the player to use the "/choosemob" command.
GhostLogger.Bypass - Bypass the effect of GhostLogger (No Mob will spawn on Disconnection)
If the Server is being stopped, no mob will spawn to prevent unfairness caused by crashes. (For more information please message me.)
This plugin currently supports only 1.13+. If you need another version that is 1.8+ just message me.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
GhostLogger - Ghosts of offline players! is a free Minecraft Java mod. Compatible with Minecraft 1.14, 1.15. Downloaded 245 times (via Spigot). Download it and open it directly in the game.