The maximum number of blocks has been modified slightly to allow better control of block counts.
max_blocks in the block configuration will be taken (defaulting to 999 if no entry for max_blocks is found)
then permission based limits will be taken (defaulting to 0 if no permission found)
The higher number between these will then be taken and that will be the maximum.
Example 1:
config.yml
Code (YAML):
perm_limit_by_block: true
<block>.yml
Code (YAML):
max_blocks = 0
permission:
Would allow a maximum of 3 blocks.
Example 2:
config.yml
Code (YAML):
perm_limit_by_block: true
<block>.yml
Code (YAML):
max_blocks = 5
permission:
Would allow a maximum of 5 blocks
Example 3:
config.yml
Code (YAML):
perm_limit_by_block: false
<block>.yml
Code (YAML):
max_blocks = 1
permission:
Would allow a maximum of 3 blocks
This code change also removes LLAMA_SPIT from the events that monitor projectile hits, which should reduce the amount of console spam in debug mode when standing near a llama