Merge pull request #1430 from AuthMe/1046-onFirstLogin-in-commandsYml

#1046 Add onFirstLogin to commands.yml
This commit is contained in:
Gabriele C
2017-11-29 01:11:25 +01:00
committed by GitHub
10 changed files with 65 additions and 10 deletions
+3 -1
View File
@@ -24,7 +24,9 @@
# command: 'broadcast %p has joined, welcome back!'
# executor: CONSOLE
#
# Supported command events: onLogin, onSessionLogin, onJoin, onLogout, onRegister, onUnregister
# Supported command events: onLogin, onSessionLogin, onFirstLogin, onJoin, onLogout, onRegister, onUnregister
# Commands to run for players logging in whose 'last login date' was empty
onFirstLogin: {}
onJoin: {}
onLogin: {}
# These commands are called whenever a logged in player uses /logout or quits.