Allows you to execute a series of commands whenever a player or block shears a sheep!
With a few options to make the commands as precise as you want
# Commands that fire when a player shears a sheep,
# use (p) to fire it from the player that sheared the sheep
# !Make sure the player has the permission for the command when using (p)!
# use (c) to fire it from the console
# use {p} whenever you want to use the player in the command
PlayerShearCommands:
- (p) tell {p} hi
- (c) say hi
- (c) msg {p} Sheep sheared!
# Commands that fire when a block (like a dispenser) shears a sheep:
BlockShearCommands:
- say Dispenser sheared a sheep
# If you want a list to be empty put a single - to make sure it is nothing
# Otherwise it will execute the default commands
# Like this:
# PlayerShearCommands:
# -
# Use /sse reload to reload the config after you made changes
Commands:
/sse reload
To reload the config file after you made changes
Permissions:
sse.allow
This is needed for players to be allowed to execute the commands once they shear a sheep.
Default: Everyone
sse.reload
This is needed for players to be allowed to reload the config file.
Default: Op