/**
* Configure event listeners
*/
protected void registerEvents() {
// let my command handler take care of commands
this.commandExecutor = new SimpleSpleefCommandExecutor();
this.getCommand("spleef").setExecutor(commandExecutor);
// Prepare listeners
PluginManager pm = getServer().getPluginManager();