#1035 Forced commands: add more tests, rename account constraints, update commands.yml comments
This commit is contained in:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user