2014-04-03 03:03:52 +00:00
#
2018-02-16 15:24:48 +00:00
# WorldEdit's Configuration File
2014-04-03 03:03:52 +00:00
#
# About editing this file:
2018-02-16 15:24:48 +00:00
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain and post
# errors. If you use an editor, like Notepad++ (recommended for Windows
# users), you must configure it to "replace tabs with spaces."
# This can be changed in Settings > Preferences > Language Menu.
2018-02-16 17:11:18 +00:00
# - Don't get rid of indentations. They are indented so some entries that are
# in categories, like "max-blocks-changed", are placed in the "limits"
2014-04-03 03:03:52 +00:00
# category.
# - If you want to check the format of this file before putting it
# into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
2018-02-16 15:24:48 +00:00
# and see if it gives you "ERROR:".
# - Lines starting with # are comments, so they are ignored.
2018-02-16 17:11:18 +00:00
# - If you want to allow blocks, make sure to change "disallowed-blocks" to []
2014-04-03 03:03:52 +00:00
#
limits :
allow-extra-data-values : false
max-blocks-changed :
default : -1
maximum : -1
max-polygonal-points :
default : -1
maximum : 20
max-radius : -1
max-super-pickaxe-size : 5
max-brush-radius : 5
butcher-radius :
default : -1
maximum : -1
2017-01-10 05:14:18 +00:00
disallowed-blocks : [ 6 , 7 , 14 , 15 , 16 , 26 , 27 , 28 , 29 , 39 , 31 , 32 , 33 , 34 , 36 , 37 , 38 , 39 , 40 , 46 , 50 , 51 , 56 , 59 , 69 , 73 , 74 , 75 , 76 , 77 , 81 , 83 , 137 , 210 , 211 , 255 ]
2014-04-03 03:03:52 +00:00
use-inventory :
enable : false
allow-override : true
creative-mode-overrides : false
logging :
log-commands : false
file : worldedit.log
2018-05-19 15:47:45 +00:00
# The format of custom log message. This is java general format string (java.util.Formatter). Arguments are:
# 1$ : date - a Date object representing event time of the log record.
# 2$ : source - a string representing the caller, if available; otherwise, the logger's name.
# 3$ : logger - the logger's name.
# 4$ : level - the log level.
# 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument.
# 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string.
# For details see:
# https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html
# https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord-
format : "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n"
2014-04-03 03:03:52 +00:00
super-pickaxe :
drop-items : true
many-drop-items : false
snapshots :
directory :
navigation-wand :
item : 345
max-distance : 100
scripting :
timeout : 3000
dir : craftscripts
saving :
dir : schematics
files :
allow-symbolic-links : false
history :
size : 15
expiration : 10
wand-item : 271
shell-save-type :
no-double-slash : false
no-op-permissions : false
debug : false
2014-07-19 01:04:34 +00:00
show-help-on-first-use : true