#1218 Add onLogout to commands.yml
This commit is contained in:
@@ -24,10 +24,15 @@
|
||||
# command: 'broadcast %p has joined, welcome back!'
|
||||
# executor: CONSOLE
|
||||
#
|
||||
# Supported command events: onLogin, onSessionLogin, onJoin, onRegister, onUnregister
|
||||
# Supported command events: onLogin, onSessionLogin, onJoin, onLogout, onRegister, onUnregister
|
||||
onJoin: {}
|
||||
onLogin: {}
|
||||
onSessionLogin: {}
|
||||
# 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: {}
|
||||
onRegister: {}
|
||||
onSessionLogin: {}
|
||||
# Commands to run whenever a player is unregistered (by himself, or by an admin)
|
||||
onUnregister: {}
|
||||
onUnregister: {}
|
||||
Reference in New Issue
Block a user