smp4/src/main/resources/config.yml

14 lines
No EOL
464 B
YAML

# List of commands to run when a player kill another player.
# <killer> and <killed> are replaced by players' name.
# Don't put / before commands.
killCommands:
- msg <killer> You killed <killed> !
- msg <killed> You got killed by <killer>
# List of commands to run every eggOwnerCommandInterval s
# <owner> will be replaced by the current egg owner's name
eggOwnerCommandInterval: 5
eggOwnerCommands:
- msg <owner> You have the egg!
disableVaultLoot: true