-
Notifications
You must be signed in to change notification settings - Fork 916
Description
Minecraft Feather Server Plugin – Description
Generate a plugin for a Minecraft Feather (Spigot-compatible) server using IntelliJ IDEA with the following rules:
If a player is killed by another player:
The dead player is teleported to a world called deadworld.
deadworld represents the land of the dead and is a Cherry Grove (cherry forest) biome.
When the player dies, their heart is dropped as an item.
The dead player stays in deadworld.
If another player throws the heart item into water:
The dead player is revived at the exact location where the heart enters the water.
The heart item is consumed.
If a player is killed by a mob:
The player respawns normally at their spawn point.
No heart is dropped.
The player is not sent to deadworld.
If you want, I can also:
Turn this into technical plugin requirements
Turn this into clean Java code
Or rewrite it as documentation for developers
Just tell me.