Skip to content

Commit 5c570a9

Browse files
Add description for command block config values (#276)
1 parent edf8d81 commit 5c570a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config-specs/paper/paper-world-defaults.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@ collisions:
172172
only-players-collide:
173173
default: 'false'
174174
description: Only calculate collisions if a player is one of the two entities colliding
175+
command-blocks:
176+
permissions-level:
177+
default: '2'
178+
description: 'Default vanilla permission level for command blocks.'
179+
force-follow-perm-level:
180+
default: 'true'
181+
description: 'Require that command blocks meet both the Bukkit permission requirements
182+
and the vanilla permission level. Otherwise, only 1 of those is required.'
175183
entities:
176184
armor-stands:
177185
do-collision-entity-lookups:

0 commit comments

Comments
 (0)