mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Add connected command to versioning files
This commit is contained in:
parent
8618de4edb
commit
674071d6e7
@ -38,6 +38,8 @@ console_command XP "xp <player> <amount>" \
|
|||||||
"CONSOLE: Giving <amount> exp to <player>" \
|
"CONSOLE: Giving <amount> exp to <player>" \
|
||||||
"Can't find user <player>" \
|
"Can't find user <player>" \
|
||||||
"Invalid exp count: <amount>"
|
"Invalid exp count: <amount>"
|
||||||
|
console_command CONNECTED "list" \
|
||||||
|
"Connected players:"
|
||||||
|
|
||||||
console_command TIME_SET "time set <time>" \
|
console_command TIME_SET "time set <time>" \
|
||||||
"CONSOLE: Set time to <time>" \
|
"CONSOLE: Set time to <time>" \
|
||||||
|
@ -34,6 +34,9 @@ console_command XP "xp <amount> <player>" \
|
|||||||
"'<amount>' is not a valid number" \
|
"'<amount>' is not a valid number" \
|
||||||
"The number you have entered (<amount>) is too small, it must be at least 0"
|
"The number you have entered (<amount>) is too small, it must be at least 0"
|
||||||
|
|
||||||
|
console_command CONNECTED "list" \
|
||||||
|
"(.*)?(, .*)*"
|
||||||
|
|
||||||
console_command SAVE_ON "save-on" \
|
console_command SAVE_ON "save-on" \
|
||||||
"Turned on world auto-saving"
|
"Turned on world auto-saving"
|
||||||
console_command SAVE_OFF "save-off" \
|
console_command SAVE_OFF "save-off" \
|
||||||
|
Loading…
Reference in New Issue
Block a user