No description
Find a file
2021-07-04 21:23:50 -06:00
data added readme in data 2021-06-20 22:34:36 -06:00
lib added updater, checking if it works... 2021-06-06 17:17:52 -06:00
out/artifacts/Resurrection_jar fixed time formatting 2021-07-04 21:23:50 -06:00
src fixed time formatting 2021-07-04 21:23:50 -06:00
.gitignore added info to about command 2021-07-04 00:53:34 -06:00
LICENSE Create LICENSE 2021-06-20 22:37:48 -06:00
README.md linked example playerdata file 2021-06-20 22:22:53 -06:00
TODO.md i think the death thing works now 2021-06-06 12:18:29 -06:00

Resurrection

Resurrection is a Spigot Minecraft Server plugin that forces players to wait a full 24 hours before rejoining the world. This allows for tactical planning for games such as faction survival as it can severely penalize an entire team if care is not taken.

This plugin currently runs on 1.16.5 servers and worlds with 1.17.* support expected in the future.

Commands

  • /about
    • Displays information about the plugin, manually checks for updates.
  • /resurrect PLAYER
    • An operator-only command. Manually resurrects a player if they are dead.
  • /howlong [PLAYER] (Currently not implemented)
    • Shows the player how long they (or the specified player) have until they are resurrected.

Files

This program automatically generates a playerData.resurrection file in the same directory as the Spigot server jar. This file contains data for each player relevant for the plugin and is important to make sure that the resurrection timing stays in effect after a server shutdown. If this file is deleted, moved or non-existent, a blank file will be created in it's place on enabling.

Please be aware that removing this file after it's creation may cause the plugin to behave differently, such as holding a player in a dead state for all of time and eternity.