mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-08 11:40:58 +01:00
33 lines
619 B
YAML
33 lines
619 B
YAML
# ForcedActions AuthMeReloaded configuration file
|
|
|
|
forcedActions:
|
|
|
|
# example1:
|
|
# at: firstlogin
|
|
# executedBy: console
|
|
# commands:
|
|
# - 'msg %p Welcome!'
|
|
# - pex user set group Player
|
|
|
|
# example2:
|
|
# at: connection
|
|
# executedBy: console
|
|
# commands:
|
|
# - 'msg %p You need to register yourself to play this server!'
|
|
|
|
#
|
|
# Avariable events:
|
|
# connection
|
|
# firstconnection
|
|
# login
|
|
# firstlogin
|
|
# wrongpassword
|
|
# disconnection
|
|
# logout
|
|
# serverstop
|
|
# serverstart
|
|
# pluginreload
|
|
# mysqlerror
|
|
# antiboton
|
|
# antibotoff
|
|
# |