aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-08-19 21:12:47 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-08-19 21:12:47 -0600
commit4af9e11bf4abae7f866b62af0877b4ce8bd94365 (patch)
tree8349a50f8c97f9cc634cf68fbcb66f4cf0f10090 /data
parent4cf58d64b58506334da594405f81d6e936aa6c3b (diff)
downloadresurrection-4af9e11bf4abae7f866b62af0877b4ce8bd94365.tar
resurrection-4af9e11bf4abae7f866b62af0877b4ce8bd94365.tar.gz
resurrection-4af9e11bf4abae7f866b62af0877b4ce8bd94365.tar.bz2
completed setting parser
Diffstat (limited to 'data')
-rw-r--r--data/settings.resurrection4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/settings.resurrection b/data/settings.resurrection
index 3f24b3f..e3ef96e 100644
--- a/data/settings.resurrection
+++ b/data/settings.resurrection
@@ -1,3 +1,5 @@
# 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=8640000 \ No newline at end of file
+resurrection_time=8640000
+# '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 \ No newline at end of file