Configuration

The configuration file format is:
<event name>:
- <command>
- <command>

There is no defined limit to how many commands an event can have, but be aware that adding too many can impact the performance of your server. The commands are executed EXACTLY in the order they appear in config.yml.

onPlayerDeath:
- "say {name} (aka {displayname}) just died in {world} at ({x},{y},{z})! Cause: {damagecause}"
onCreeperCharge:
- "say A creeper was just charged in {world} at ({x},{y},{z})!"
onMobDeath:
- "say A(n) {mob} just died in {world} at ({x},{y},{z})! Cause: {damagecause}"
onEntityExplode:
- "say A(n) {entity} just exploded in {world} at ({x},{y},{z})"
onPlayerPrelogin:
- "say {name} (IP: {IP}) just attempted to login to the server. Result: {result}"


Comments

Posts Quoted:
Reply
Clear All Quotes