Add forceRegisterCommand to force a command after a /register (passwords

only)
This commit is contained in:
Xephi
2014-08-27 06:14:49 +02:00
parent e869eae036
commit 0d8ce9e3d8
3 changed files with 24 additions and 3 deletions
+4
View File
@@ -250,6 +250,10 @@ settings:
forceCommands: []
# Force these commands after /login as a server console, without any '/', use %p for replace with player name
forceCommandsAsConsole: []
# Force these commands after /register, without any '/', use %p for replace with player name
forceRegisterCommands: []
# Force these commands after /register as a server console, without any '/', use %p for replace with player name
forceRegisterCommandsAsConsole: []
# Do we need to display the welcome message (welcome.txt) after a register or a login?
# You can use colors in this welcome.txt + some replaced strings :
# {PLAYER} : player name, {ONLINE} : display number of online players, {MAXPLAYERS} : display server slots,