Merge branch '1449-commands-with-delay'

This commit is contained in:
ljacqu
2018-09-11 22:11:49 +02:00
9 changed files with 96 additions and 43 deletions
+7
View File
@@ -24,6 +24,13 @@
# command: 'broadcast %p has joined, welcome back!'
# executor: CONSOLE
#
# You can also add delay to command. It will run after the specified ticks. Example:
# onLogin:
# rules:
# command: 'rules'
# executor: PLAYER
# delay: 200
#
# Supported command events: onLogin, onSessionLogin, onFirstLogin, onJoin, onLogout, onRegister, onUnregister
#
# For onLogin and onFirstLogin, you can use 'ifNumberOfAccountsLessThan' and 'ifNumberOfAccountsAtLeast'