This plugin allow you to check wether a slime is slime chunk or not.
Commands : -
/slime - check wether a chunk is slime chunk or not (configurable cooldown)
-
/slime reload - reload the plugin configuration
Config :
Code (YAML):
config: # Block types used for visual effects blocks:
is-slime: LIME_CONCRETE
not-slime: RED_CONCRETE
# Cooldown between two uses of the command (seconds) command-cooldown: 10
# Duration of the visual effect (seconds) visual-cooldown: 5
# Messages customization messages:
is-slime: "&8[&aSlime&8] &aThis is a slime chunk." not-slime: "&8[&cSlime&8] &cThis is not a slime chunk." command-cooldown: "&8[&cSlime&8] &cYou must wait 10 seconds between each uses of this command."