diff --git a/README.markdown b/README.markdown index 016e4e0..590a584 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/versioning/minecraft/1.2.5.yaml b/versioning/minecraft/1.2.5.yaml new file mode 100644 index 0000000..46a0b00 --- /dev/null +++ b/versioning/minecraft/1.2.5.yaml @@ -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: .+" \ No newline at end of file