mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added support section to the readme.
This commit is contained in:
parent
4fc519cb11
commit
e5196da659
@ -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
|
||||
|
||||
|
30
versioning/minecraft/1.2.5.yaml
Normal file
30
versioning/minecraft/1.2.5.yaml
Normal 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: .+"
|
Loading…
x
Reference in New Issue
Block a user