onFirstLogin: FirstLogin: command: 'msg %p FirstLogin!' executor: CONSOLE onJoin: onJoin: command: 'msg %p onJoin!' executor: CONSOLE onLogin: onLogin: command: 'msg %p onLogin!' executor: CONSOLE # These commands are called whenever a logged in player uses /logout or quits. # The commands are not run if a player that was not logged in quits the server. # Note: if your server crashes, these commands won't be run, so don't rely on them to undo # 'onLogin' commands that would be dangerous for non-logged in players to have! onLogout: onLogout: command: 'msg %p onLogout!' executor: CONSOLE onRegister: onRegister: command: 'msg %p onRegister!' executor: CONSOLE onSessionLogin: onSessionLogin: command: 'msg %p onSessionLogin!' executor: CONSOLE # Commands to run whenever a player is unregistered (by himself, or by an admin) onUnregister: onUnregister: command: 'msg %p onUnregister!' executor: CONSOLE