mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
Simplify the protect config file examples.
This commit is contained in:
parent
de12c5c6d1
commit
f99867dd0a
@ -372,24 +372,21 @@ protect:
|
||||
|
||||
# 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.
|
||||
# 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
|
||||
alert:
|
||||
# 10: lava
|
||||
# 11: still lava
|
||||
# 46: TNT
|
||||
on-placement: 10,11,46
|
||||
on-use:
|
||||
# 46: TNT
|
||||
on-placement: 10,11,46,327
|
||||
on-use: 327
|
||||
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:
|
||||
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
|
||||
#break: 20,50
|
||||
# Which items should people be prevented from using
|
||||
usage: 327
|
||||
|
||||
# Which blocks should people be prevented from breaking
|
||||
break:
|
||||
|
||||
# Which blocks should not be pushed by pistons
|
||||
|
Loading…
Reference in New Issue
Block a user