mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
update config.yml to include commandblock change
This commit is contained in:
parent
6ea956b11c
commit
6e4ba4302f
1 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@ settings:
|
||||||
# Default setting for 'mantoglevalidate'
|
# Default setting for 'mantoglevalidate'
|
||||||
# true will cause GroupManager to attempt name matching by default.
|
# true will cause GroupManager to attempt name matching by default.
|
||||||
validate_toggle: true
|
validate_toggle: true
|
||||||
|
# ***************************************************************************************************************
|
||||||
|
# *** NOTE: Having this feature enabled, improper use of commandblocks will lead to server chaos, be alarmed! ***
|
||||||
|
# ***************************************************************************************************************
|
||||||
|
allow_commandblocks: false
|
||||||
|
|
||||||
data:
|
data:
|
||||||
save:
|
save:
|
||||||
|
@ -39,4 +43,4 @@ settings:
|
||||||
# world4:
|
# world4:
|
||||||
# - groups (World4 would use the groups.yml from world2, but it's own users.yml)
|
# - groups (World4 would use the groups.yml from world2, but it's own users.yml)
|
||||||
# world5:
|
# world5:
|
||||||
# - world6 (this would cause world6 to mirror both files from world5)
|
# - world6 (this would cause world6 to mirror both files from world5)
|
||||||
|
|
Loading…
Reference in a new issue