Config comment clarifying
This commit is contained in:
parent
147e453299
commit
5b23ffa500
1 changed files with 4 additions and 4 deletions
|
@ -79,8 +79,8 @@ limit:
|
||||||
# To prevent Lava you need to add "LAVA_BUCKET", because lava-blocks aren't "placed", therefore Lava-Buckets are
|
# To prevent Lava you need to add "LAVA_BUCKET", because lava-blocks aren't "placed", therefore Lava-Buckets are
|
||||||
# "used".
|
# "used".
|
||||||
# You may add the data separated with a colon e.g.: "35:11" blocks blue wool. But be sure to put it in quotes, to
|
# You may add the data separated with a colon e.g.: "35:11" blocks blue wool. But be sure to put it in quotes, to
|
||||||
# not break yml-configuration! Also supporting Eggs (e.g: "MONSTER_EGG:56" blocks Ghasts-Eggs). Named data values aren't
|
# not break yml-configuration! Also supporting Eggs (e.g: "MONSTER_EGG:56" blocks Ghasts-Eggs). If you don't add a
|
||||||
# supported yet.
|
# data-value, all items/blocks of this material are blocked.
|
||||||
# This option can only changed by reloading the plugin (not via ingame commands).
|
# This option can only changed by reloading the plugin (not via ingame commands).
|
||||||
# default: []
|
# default: []
|
||||||
use: []
|
use: []
|
||||||
|
@ -91,8 +91,8 @@ limit:
|
||||||
# or the id of the block/item (better use the id, if you're not sure).
|
# or the id of the block/item (better use the id, if you're not sure).
|
||||||
# This option can only changed by reloading the plugin (not via ingame commands).
|
# This option can only changed by reloading the plugin (not via ingame commands).
|
||||||
# You may add the data separated with a colon e.g.: "WOOL:11" blocks blue wool. But be sure to put it in quotes, to
|
# You may add the data separated with a colon e.g.: "WOOL:11" blocks blue wool. But be sure to put it in quotes, to
|
||||||
# not break yml-configuration!
|
# not break yml-configuration! Named data values aren't supported yet. If you don't add a data-value, all blocks
|
||||||
# supported yet.
|
# of this material are blocked.
|
||||||
# default: [bedrock]
|
# default: [bedrock]
|
||||||
break:
|
break:
|
||||||
- bedrock
|
- bedrock
|
||||||
|
|
Loading…
Reference in a new issue