aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bdd82b1ee10f091e9c31e797d34f66819a9990dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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`](data/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.