mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-26 02:57:42 +01:00
Fixed up default configuration files.
This commit is contained in:
parent
7c15c2de41
commit
4dc999b0d9
@ -43,7 +43,6 @@
|
|||||||
<copy tofile="${build.dir}/plugin.yml" file="plugin.yml"/>
|
<copy tofile="${build.dir}/plugin.yml" file="plugin.yml"/>
|
||||||
<replace file="${build.dir}/plugin.yml" token="WGVERSIONMACRO" value="${version}"/>
|
<replace file="${build.dir}/plugin.yml" token="WGVERSIONMACRO" value="${version}"/>
|
||||||
<mkdir dir="${build.dir}/defaults"/>
|
<mkdir dir="${build.dir}/defaults"/>
|
||||||
<copy tofile="${build.dir}/defaults/global.yml" file="global.yml"/>
|
|
||||||
<copy tofile="${build.dir}/defaults/config.yml" file="config.yml"/>
|
<copy tofile="${build.dir}/defaults/config.yml" file="config.yml"/>
|
||||||
<copy tofile="${build.dir}/defaults/config_world.yml" file="config_world.yml"/>
|
<copy tofile="${build.dir}/defaults/config_world.yml" file="config_world.yml"/>
|
||||||
<copy tofile="${build.dir}/defaults/blacklist.txt" file="blacklist.txt"/>
|
<copy tofile="${build.dir}/defaults/blacklist.txt" file="blacklist.txt"/>
|
||||||
|
@ -15,13 +15,12 @@
|
|||||||
# - If you want to check the format of this file before putting it
|
# - If you want to check the format of this file before putting it
|
||||||
# into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
|
# into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
|
||||||
# and see if it gives "ERROR:".
|
# and see if it gives "ERROR:".
|
||||||
# - Lines starting with # are commentsand so they are ignored.
|
# - Lines starting with # are comments and so they are ignored.
|
||||||
#
|
#
|
||||||
|
|
||||||
summary-on-start: on
|
summary-on-start: on
|
||||||
|
|
||||||
protection:
|
protection:
|
||||||
enforce-single-session: on
|
|
||||||
item-durability: on
|
item-durability: on
|
||||||
|
|
||||||
simulation:
|
simulation:
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
suppress-tick-sync-warnings: false
|
|
Loading…
Reference in New Issue
Block a user