aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-06-20 22:22:53 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-06-20 22:22:53 -0600
commitc3755e4ac45283f76e16296fbb5924047f7af9ee (patch)
tree7c95b80da465beb77f2e6207784963521b31cfa5 /README.md
parent3305708003b9bdaa409d0be384b9ea057891f308 (diff)
downloadresurrection-c3755e4ac45283f76e16296fbb5924047f7af9ee.tar
resurrection-c3755e4ac45283f76e16296fbb5924047f7af9ee.tar.gz
resurrection-c3755e4ac45283f76e16296fbb5924047f7af9ee.tar.bz2
linked example playerdata file
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 070546c..bdd82b1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# 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 and others as it can severely penalize an entire team if care is not taken.
+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.
@@ -15,6 +15,6 @@ This plugin currently runs on 1.16.5 servers and worlds with 1.17.\* support exp
# Files
-This program automatically generates a 'player data' file in the same directory as the server jar. This file 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.
+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 may cause the plugin to behave differently,** such as holding a player in a dead state for all of time.
+***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.