added settings file sample, updated jar
This commit is contained in:
parent
f756811440
commit
60ba8bfbab
2 changed files with 6 additions and 0 deletions
6
data/settings.resurrection
Normal file
6
data/settings.resurrection
Normal file
|
@ -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.
|
Binary file not shown.
Loading…
Add table
Reference in a new issue