blocks.yml

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: 10

Notifications

You can modify which notifications players receive if a limit has been reached.

notify:
  title: true
  message: false

Want to modify the messages & titles themselves? See Messages

World 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: 256

Specific World Settings

You can specify specific worlds as well. For example:

Last updated