blocks.yml
Blocks
blocks:
SPAWNER: 10Notifications
notify:
title: true
message: falseWorld Settings (count)
count:
min-y: -64
max-y: 256By default, this feature is disabled. Enable is by setting enabled to true
You can limit any block in a chunk as long as it's from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
For example:
blocks:
SPAWNER: 10You can modify which notifications players receive if a limit has been reached.
notify:
title: true
message: falseWant to modify the messages & titles themselves? See Messages
You can modify the default y values being checked by the plugin. Anything between these 2 values will be checked. This is useful if you aren't running the latest server version, modified your world height, or just want to modify these values for some reason.
count:
min-y: -64
max-y: 256You can specify specific worlds as well. For example:
world_nether:
min-y: 0
max-y: 128