From 179edac159d5afbf244f5c115a531066c38abd59 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sun, 9 Jan 2011 11:28:09 -0800 Subject: [PATCH] Updated sample worldedit.properties file. --- worldedit.properties | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/worldedit.properties b/worldedit.properties index 05a9a8b7c..350196188 100644 --- a/worldedit.properties +++ b/worldedit.properties @@ -27,6 +27,9 @@ max-blocks-changed=-1 # parameter. Use -1 to disable. max-radius=-1 +# Maximum brush size with the brush tool. +max-brush-radius=6 + # Maximum size that one of the alternate area super pickaxe modes can use. max-super-pickaxe-size=5 @@ -39,6 +42,9 @@ log-commands=false # Log commands used to file. The above must be enabled. log-file= +# Allows using single slashes for all commands instead of double slashes. +no-double-slash=false + # Drop items when the super pickaxe is used. super-pickaxe-drop-items=true @@ -46,12 +52,11 @@ super-pickaxe-drop-items=true # this may drop an excessive number of blocks if turned on. super-pickaxe-many-drop-items=false -# List of blocks that can be set with WorldEdit. There are ways to bypass -# this list (such as by stacking an existing block) as this list is only -# to prevent mistakes. For example, you should never set an area with -# cacti (it results in severe lag) or torches (results in expensive -# lighting recalculations). -allowed-blocks=0,1,2,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,35,41,42,43,44,45,47,48,49,52,53,54,56,57,58,60,61,62,67,73,78,79,80,82,85,86,87,88,89,91 +# List of blocks that can not be set with WorldEdit. There are ways to +# bypass this list (such as by stacking an existing block) as this list is +# only to prevent mistakes. Some blocks, such as cacti, should never be +# used (setting a region to cacti blocks will cause severe lag). +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 # Directory to load backups from for //restore. See documentation. snapshots-dir=