stefan-cooper / SpigotUHC

0 stars 0 forks source link

Allow revival of a teammate #41

Open BenParsley opened 3 weeks ago

BenParsley commented 3 weeks ago

Perhaps you have to trade x amount of a certain resource, or maybe if you take their player head to a certain location you can revive them.

stefan-cooper commented 3 days ago

Starter for 10:

After a player has died and their head has been dropped. If their teammates pick up the head and take it to a specific (config-defined) location and stay in the location for a set (config-defined) amount of time, that teammate will respawn.

Additional bits:

Questions:

Config values:

revive.time=<number>
revive.location.size=<number>
revive.location.x=<number>
revive.location.z=<number>
revive.health=<number>

@BenParsley @JawadJ @shurfey wdyt?