Skip to content

Commit e931228

Browse files
authored
fix: add "missing" config values to worldedit-config (#3465)
1 parent d0ad6e7 commit e931228

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

worldedit-bukkit/src/main/resources/defaults/worldedit-config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ limits:
2424
max-polygonal-points:
2525
default: -1
2626
maximum: 20
27+
max-polyhedron-points:
28+
default: -1
29+
maximum: 20
30+
vertical-height:
31+
default: 256
2732
# radius, superpickaxe, brush radius are ignored, use FAWE config limits
2833
max-radius: -1
2934
max-super-pickaxe-size: 5
@@ -84,6 +89,7 @@ history:
8489

8590
calculation:
8691
timeout: 100
92+
max-timeout: 300
8793

8894
debugging:
8995
trace-unflushed-sessions: false

0 commit comments

Comments
 (0)