From 4a30624169c562b01add0823b8fb404830649136 Mon Sep 17 00:00:00 2001 From: Matt Sicker Date: Sat, 1 Sep 2012 10:33:41 -0500 Subject: [PATCH] Added Bukkit-specific save messages. --- versioning/craftbukkit/1.3.0.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/versioning/craftbukkit/1.3.0.sh b/versioning/craftbukkit/1.3.0.sh index ec0c449..8e6a3b1 100644 --- a/versioning/craftbukkit/1.3.0.sh +++ b/versioning/craftbukkit/1.3.0.sh @@ -1,3 +1,10 @@ # MSM version file for CraftBukkit 1.3.0 and above -extends "minecraft/1.3.0" \ No newline at end of file +extends "minecraft/1.3.0" + +console_command SAVE_ON "save-on" \ + "Enabled level saving.." +console_command SAVE_OFF "save-off" \ + "Disabled level saving.." +console_command SAVE_ALL:10 "save-all" \ + "Save complete."