mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Simplify the protect config file examples.
This commit is contained in:
parent
de12c5c6d1
commit
f99867dd0a
1 changed files with 10 additions and 13 deletions
|
@ -372,24 +372,21 @@ protect:
|
||||||
|
|
||||||
# For which block types would you like to be alerted?
|
# For which block types would you like to be alerted?
|
||||||
# You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
|
# You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
|
||||||
|
# 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
|
||||||
alert:
|
alert:
|
||||||
# 10: lava
|
on-placement: 10,11,46,327
|
||||||
# 11: still lava
|
on-use: 327
|
||||||
# 46: TNT
|
|
||||||
on-placement: 10,11,46
|
|
||||||
on-use:
|
|
||||||
# 46: TNT
|
|
||||||
on-break:
|
on-break:
|
||||||
|
|
||||||
# Users cannot PLACE these types of blocks/items.
|
|
||||||
# < 255 designates a BLOCK
|
|
||||||
# > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
|
|
||||||
blacklist:
|
blacklist:
|
||||||
placement: 327,326,14,56,46,11,10,9,8
|
|
||||||
usage: 327,326,325
|
# Which blocks should people be prevented from placing
|
||||||
|
placement: 10,11,46,327
|
||||||
|
|
||||||
#prevent people from breaking blocks
|
# Which items should people be prevented from using
|
||||||
#break: 20,50
|
usage: 327
|
||||||
|
|
||||||
|
# Which blocks should people be prevented from breaking
|
||||||
break:
|
break:
|
||||||
|
|
||||||
# Which blocks should not be pushed by pistons
|
# Which blocks should not be pushed by pistons
|
||||||
|
|
Loading…
Reference in a new issue