blocks.yml
By default, this feature is disabled. Enable is by setting enabled to true
Blocks
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: 10Notifications
You can modify which notifications players receive if a limit has been reached.
notify:
title: true
message: falseWorld Settings (count)
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:
default:
min-y: -64
max-y: 256Specific World Settings
You can specify specific worlds as well. For example:
Last updated