Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Updated sample worldedit.properties file.
Dieser Commit ist enthalten in:
Ursprung
52edc2ec7e
Commit
179edac159
@ -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=
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren