2011-01-17 11:52:57 +01:00
|
|
|
#
|
|
|
|
# WorldEdit's configuration file
|
|
|
|
#
|
|
|
|
# About editing this file:
|
|
|
|
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
|
|
|
|
# you use an editor like Notepad++ (recommended for Windows users), you
|
|
|
|
# must configure it to "replace tabs with spaces." In Notepad++, this can
|
|
|
|
# be changed in Settings > Preferences > Language Menu.
|
|
|
|
# - Don't get rid of the indents. They are indented so some entries are
|
|
|
|
# in categories (like "max-blocks-changed" is in the "limits"
|
|
|
|
# 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/
|
|
|
|
# and see if it gives "ERROR:".
|
|
|
|
# - Lines starting with # are commentsand so they are ignored.
|
|
|
|
#
|
|
|
|
|
2011-01-16 22:22:37 +01:00
|
|
|
limits:
|
|
|
|
max-blocks-changed:
|
|
|
|
default: -1
|
|
|
|
maximum: -1
|
|
|
|
max-radius: -1
|
|
|
|
max-super-pickaxe-size: 5
|
|
|
|
max-brush-radius: 5
|
|
|
|
disallowed-blocks: [6, 7, 14, 15, 16, 21, 22, 23, 24, 25, 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]
|
2011-01-17 11:52:57 +01:00
|
|
|
|
2011-01-16 22:22:37 +01:00
|
|
|
use-inventory:
|
|
|
|
enable: false
|
|
|
|
allow-override: true
|
2011-01-17 11:52:57 +01:00
|
|
|
|
2011-01-16 22:22:37 +01:00
|
|
|
logging:
|
|
|
|
log-commands: false
|
|
|
|
file: worldedit.log
|
2011-01-17 11:52:57 +01:00
|
|
|
|
2011-01-16 22:22:37 +01:00
|
|
|
super-pickaxe:
|
|
|
|
drop-items: true
|
|
|
|
many-drop-items: false
|
2011-01-17 11:52:57 +01:00
|
|
|
|
2011-01-16 22:22:37 +01:00
|
|
|
snapshots:
|
|
|
|
directory:
|
2011-01-17 11:52:57 +01:00
|
|
|
|
2011-01-16 22:22:37 +01:00
|
|
|
shell-save-type:
|
|
|
|
no-double-slash: false
|
|
|
|
debug: false
|
2011-01-17 11:52:57 +01:00
|
|
|
|
2011-01-18 02:11:33 +01:00
|
|
|
# See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit
|
2011-01-16 22:22:37 +01:00
|
|
|
permissions:
|
|
|
|
groups:
|
|
|
|
default:
|
|
|
|
permissions:
|
2011-01-17 11:52:57 +01:00
|
|
|
- /reload
|
2011-01-16 22:22:37 +01:00
|
|
|
- /worldeditselect
|
|
|
|
users:
|
|
|
|
sk89q:
|
|
|
|
permissions:
|
2011-01-17 11:52:57 +01:00
|
|
|
- /worldedit
|
|
|
|
- /reload
|