Added support section to the readme.

This commit is contained in:
Marcus Whybrow 2012-07-15 19:16:38 +01:00
parent 4fc519cb11
commit e5196da659
2 changed files with 35 additions and 0 deletions

View File

@ -29,6 +29,11 @@ As well as starting, stopping and restarting MSM has the following features:
* Plethora of in-game commands (whitelist, blacklist, operator, gamemode, kick, say, time, toggledownfall, save)
* Send commands straight to the server via the command line.
## Support
1. If you find a problem with MSM and you think the problem is one that requires changing code [submit an issue][issues] via GitHub.
2. If you otherwise have a problem, question or suggestion you can email me directly at msm@marcuswhybrow.net.
## Upcomming features

View File

@ -0,0 +1,30 @@
log-confirmations:
events:
start: "Done"
commands:
save-on: "CONSOLE: Enabling level saving.."
save-off: "CONSOLE: Disabling level saving.."
save-all: "CONSOLE: Save complete."
kick:
success: "CONSOLE: Kicking "
no-user: "Can't find user "
time:
set-success: "CONSOLE: Set time to"
set-format-error: "Unable to convert time value"
add-success: "CONSOLE: Added .+ to time"
add-format-error: "Unable to convert time value"
toggledownfall:
success: "CONSOLE: Toggling downfall on|off for world"
no-world: ".\[31m;1mNo world exists with the name"
gamemode:
success: "CONSOLE: Setting .+ to game mode (1|0)"
no-user: "Can't find user .+"
no-change: ".+ already has game mode (1|0)"
give:
success: "CONSOLE: Giving .+ some .+ (.+)"
no-user: "Can't find user .+"
no-item: "There's no item called .+"
xp:
success: "CONSOLE: Giving .+ exp to .+"
no-user: "Can't find user .+"
invalid-amount: "Invalid exp count: .+"