mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Updated msm.conf for Minecraft 1.3 messages.
This commit is contained in:
parent
19e0f84c71
commit
bf7b1c2210
28
msm.conf
28
msm.conf
@ -162,37 +162,37 @@ DEFAULT_MESSAGE_COMPLETE_BACKUP_FINISHED="Backup complete."
|
||||
|
||||
|
||||
# The message once logged confirms the "save-on" command has finished
|
||||
DEFAULT_CONFIRM_SAVE_ON="CONSOLE: Enabling level saving.."
|
||||
DEFAULT_CONFIRM_SAVE_ON="CONSOLE: Enabling level saving..|Turned on world auto-saving"
|
||||
|
||||
# The message once logged confirms the "save-off" command has finished
|
||||
DEFAULT_CONFIRM_SAVE_OFF="CONSOLE: Disabling level saving.."
|
||||
DEFAULT_CONFIRM_SAVE_OFF="CONSOLE: Disabling level saving..|Turned off world auto-saving"
|
||||
|
||||
# The message once logged confirms the "save-all" command has finished
|
||||
DEFAULT_CONFIRM_SAVE_ALL="CONSOLE: Save complete."
|
||||
DEFAULT_CONFIRM_SAVE_ALL="CONSOLE: Save complete.|Saved the world"
|
||||
|
||||
# The message once logged confirms the server has started up
|
||||
DEFAULT_CONFIRM_START="Done"
|
||||
|
||||
# The start of the message logged when a player is kicked successfully
|
||||
DEFAULT_CONFIRM_KICK="CONSOLE: Kicking "
|
||||
DEFAULT_CONFIRM_KICK="CONSOLE: Kicking |Kicked "
|
||||
|
||||
# The start of the message logged when an attempt is made to kick an offline player
|
||||
DEFAULT_CONFIRM_KICK_FAIL="Can't find user "
|
||||
DEFAULT_CONFIRM_KICK_FAIL="Can't find user |That player cannot be found"
|
||||
|
||||
# The start of the message logged when the server time is set
|
||||
DEFAULT_CONFIRM_TIME_SET="CONSOLE: Set time to"
|
||||
DEFAULT_CONFIRM_TIME_SET="CONSOLE: Set time to|Set the time to "
|
||||
|
||||
# The start of the message logged when the server time cannot be set
|
||||
DEFAULT_CONFIRM_TIME_SET_FAIL="Unable to convert time value"
|
||||
DEFAULT_CONFIRM_TIME_SET_FAIL="Unable to convert time value|.+ is not a valid number"
|
||||
|
||||
# The start of the message logged when the server time is set
|
||||
DEFAULT_CONFIRM_TIME_ADD="CONSOLE: Added .+ to time"
|
||||
DEFAULT_CONFIRM_TIME_ADD="CONSOLE: Added .+ to time|Added .+ to the time"
|
||||
|
||||
# The start of the message logged when the server time cannot be set
|
||||
DEFAULT_CONFIRM_TIME_ADD_FAIL="Unable to convert time value"
|
||||
DEFAULT_CONFIRM_TIME_ADD_FAIL="Unable to convert time value|.+ is not a valid number"
|
||||
|
||||
# The start of the message logged when downfall is toggled
|
||||
DEFAULT_CONFIRM_TOGGLEDOWNFALL="CONSOLE: Toggling downfall on|off for world"
|
||||
DEFAULT_CONFIRM_TOGGLEDOWNFALL="CONSOLE: Toggling downfall on\|off for world|Toggled downfall"
|
||||
|
||||
# The start of the message logged when the togglefownfall command is given a
|
||||
# world name that does not exist
|
||||
@ -208,13 +208,13 @@ DEFAULT_CONFIRM_GAMEMODE_FAIL_NO_USER="Can't find user .+"
|
||||
DEFAULT_CONFIRM_GAMEMODE_FAIL_NO_CHANGE=".+ already has game mode (1|0)"
|
||||
|
||||
# The message logged when a player is successfully given an entity
|
||||
DEFAULT_CONFIRM_GIVE="CONSOLE: Giving .+ some .+ (.+)"
|
||||
DEFAULT_CONFIRM_GIVE="CONSOLE: Giving .+ some .+ (.+)|Given .+"
|
||||
|
||||
# The message logged when a player cannot be found when using the give command
|
||||
DEFAULT_CONFIRM_GIVE_FAIL_NO_USER="Can't find user .+"
|
||||
DEFAULT_CONFIRM_GIVE_FAIL_NO_USER="Can't find user .+|That player cannot be found"
|
||||
|
||||
# The message logged when an item ID or name is invalid
|
||||
DEFAULT_CONFIRM_GIVE_FAIL_NO_ITEM="There's no item called .+"
|
||||
DEFAULT_CONFIRM_GIVE_FAIL_NO_ITEM="There's no item called .+|.+ is not a valid number"
|
||||
|
||||
# The message logged when a user is given experience
|
||||
DEFAULT_CONFIRM_XP="CONSOLE: Giving .+ exp to .+"
|
||||
@ -223,5 +223,5 @@ DEFAULT_CONFIRM_XP="CONSOLE: Giving .+ exp to .+"
|
||||
DEFAULT_CONFIRM_XP_FAIL_NO_USER="Can't find user .+"
|
||||
|
||||
# The message logged when the experience amount given is an invalid format
|
||||
DEFAULT_CONFIRM_XP_FAIL_INVALID_AMOUNT="Invalid exp count: .+"
|
||||
DEFAULT_CONFIRM_XP_FAIL_INVALID_AMOUNT="Invalid exp count: .+|.+ is not a valid number"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user