Event Commander gives server admins greater control of their server by allowing commands to be executed in response to server events. Here are some example uses:
- Custom death notifications
- Creeper charge/explode notification
- Mob death notification
- Banned player login attempt notification
... the possibilities are endless.
The config file for this will have a layout like this:
<event name>:
- command1 args
- command2 args
Special variables are able to be used depending on the event. The zip download comes with the default config.yml. In there, a few variables are demonstrated.
The plugin is in process of being redesigned for the next version (0.3), so an update will take a while. It will be worth it though, as the new setup will allow much greater control.
Development Road-map:
0.3:
- Update to Bukkit 1.4.7.
- Open the source code to github.
0.4:
- Permissions support for applicable events.
- Events from other plugins
- Ability to cancel events.
0.5:
- Bug-fixes, in preparation for version 1.0.