SlimeChunk is a lightweight and open-source plugin that lets players check whether they're standing in a
slime chunk, using a customizable item like a slimeball.
Features:
-
Right-click on any block in a chunk to check if it's a
slime chunk.
-
Fully customizable item and messages via config.yml.
-
Extremely lightweight and performance-friendly, ideal for any server.
-
Open-source and free to use.
-
No setup required, just plug and play!
Installation:
- Download the plugin and drop the .jar into your plugins folder. - Restart or reload your server. - Optionally, edit the config.yml to customize item and messages. - Done!
CONFIG:
Code (Text):
check-item: "SLIME_BALL"
messages:
slime: "&aThis chunk is a slime chunk!"
no_slime: "&cThis chunk is not a slime chunk!"
no_permission: "&cYou don't have permission to use SlimeChunk!"
Permission:
- slimechunk.use – Allows players to use the plugin to check for slime chunks.