Fixed up default configuration files.

This commit is contained in:
sk89q 2011-04-02 02:40:01 -07:00
parent 7c15c2de41
commit 4dc999b0d9
3 changed files with 1 additions and 6 deletions

View File

@ -43,7 +43,6 @@
<copy tofile="${build.dir}/plugin.yml" file="plugin.yml"/>
<replace file="${build.dir}/plugin.yml" token="WGVERSIONMACRO" value="${version}"/>
<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_world.yml" file="config_world.yml"/>
<copy tofile="${build.dir}/defaults/blacklist.txt" file="blacklist.txt"/>

View File

@ -15,13 +15,12 @@
# - If you want to check the format of this file before putting it
# into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
# 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
protection:
enforce-single-session: on
item-durability: on
simulation:

View File

@ -1,3 +0,0 @@
suppress-tick-sync-warnings: false