aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-08-19 22:25:32 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-08-19 22:25:32 -0600
commit60ba8bfbab36710b7fe137f8f8a4f62284dd33d2 (patch)
treed46a2906ff497432f5c0cef6b4bcd2985feb56a6
parentf75681144085e729b4e9972908c1fc859670bb4b (diff)
downloadresurrection-60ba8bfbab36710b7fe137f8f8a4f62284dd33d2.tar
resurrection-60ba8bfbab36710b7fe137f8f8a4f62284dd33d2.tar.gz
resurrection-60ba8bfbab36710b7fe137f8f8a4f62284dd33d2.tar.bz2
added settings file sample, updated jar
-rw-r--r--data/settings.resurrection6
-rw-r--r--out/artifacts/Resurrection_jar/Resurrection.jarbin1352592 -> 1355931 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/data/settings.resurrection b/data/settings.resurrection
new file mode 100644
index 0000000..2d12681
--- /dev/null
+++ b/data/settings.resurrection
@@ -0,0 +1,6 @@
+# This is the default settings file. All lines starting with a '#' are treated as comments and will be ignored.
+# 'resurrection_time' is the amount of time in milliseconds Resurrection will force the player to wait. Default value is 8640000 milliseconds (24 hours).
+resurrection_time=86400000
+# 'debug' enables debug messages in the console and players' chat as the plugin runs. The only valid values are 'true' and 'false'. Default value is false.
+debug=false
+# 'death_time_format' changes the way the remaining time is formatted to show players who just died. \ No newline at end of file
diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar
index 772ecf0..285210f 100644
--- a/out/artifacts/Resurrection_jar/Resurrection.jar
+++ b/out/artifacts/Resurrection_jar/Resurrection.jar
Binary files differ