Merge pull request #1477 from AuthMe/1035-handle-alt-accounts-in-commandsYml

1035 handle alt accounts in commands yml
This commit is contained in:
ljacqu
2018-01-17 21:49:29 +01:00
committed by GitHub
15 changed files with 213 additions and 320 deletions
+8
View File
@@ -25,6 +25,14 @@
# executor: CONSOLE
#
# Supported command events: onLogin, onSessionLogin, onFirstLogin, onJoin, onLogout, onRegister, onUnregister
#
# For onLogin and onFirstLogin, you can use 'ifNumberOfAccountsLessThan' and 'ifNumberOfAccountsAtLeast'
# to specify limits to how many accounts a player can have (matched by IP) for a command to be run:
# onLogin:
# warnOnManyAccounts:
# command: 'say Uh oh! %p has many alt accounts!'
# executor: CONSOLE
# ifNumberOfAccountsAtLeast: 5
# Commands to run for players logging in whose 'last login date' was empty
onFirstLogin: {}
onJoin: {}