Skip to content

Commit

Permalink
Remove confirmation lines from conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Whybrow committed Aug 12, 2012
1 parent 0f73b2a commit ae6f484
Showing 1 changed file with 0 additions and 66 deletions.
66 changes: 0 additions & 66 deletions msm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -162,69 +162,3 @@ DEFAULT_MESSAGE_COMPLETE_BACKUP_STARTED="Backing up entire server."
# The default message to send to players when a serer finishes backing up the
# entire server directory:
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.."

# The message once logged confirms the "save-off" command has finished
DEFAULT_CONFIRM_SAVE_OFF="CONSOLE: Disabling level saving.."

# The message once logged confirms the "save-all" command has finished
DEFAULT_CONFIRM_SAVE_ALL="CONSOLE: Save complete."

# 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 "

# The start of the message logged when an attempt is made to kick an offline player
DEFAULT_CONFIRM_KICK_FAIL="Can't find user "

# The start of the message logged when the server time is set
DEFAULT_CONFIRM_TIME_SET="CONSOLE: Set 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"

# The start of the message logged when the server time is set
DEFAULT_CONFIRM_TIME_ADD="CONSOLE: Added .+ to time"

# The start of the message logged when the server time cannot be set
DEFAULT_CONFIRM_TIME_ADD_FAIL="Unable to convert time value"

# The start of the message logged when downfall is toggled
DEFAULT_CONFIRM_TOGGLEDOWNFALL="CONSOLE: Toggling downfall on|off for world"

# The start of the message logged when the togglefownfall command is given a
# world name that does not exist
DEFAULT_CONFIRM_TOGGLEDOWNFALL_FAIL=".\[31m;1mNo world exists with the name"

# The message logged when an online user has their game mode changed
DEFAULT_CONFIRM_GAMEMODE="CONSOLE: Setting .+ to game mode (1|0)"

# The message logged when a player cannot be found when changing game mode
DEFAULT_CONFIRM_GAMEMODE_FAIL_NO_USER="Can't find user .+"

# The message logged when a player is already in the specified game mode
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 .+ (.+)"

# The message logged when a player cannot be found when using the give command
DEFAULT_CONFIRM_GIVE_FAIL_NO_USER="Can't find user .+"

# The message logged when an item ID or name is invalid
DEFAULT_CONFIRM_GIVE_FAIL_NO_ITEM="There's no item called .+"

# The message logged when a user is given experience
DEFAULT_CONFIRM_XP="CONSOLE: Giving .+ exp to .+"

# The message logged when giving experience, and the player name cannot be found
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: .+"

0 comments on commit ae6f484

Please sign in to comment.