Added Bukkit-specific save messages.

This commit is contained in:
Matt Sicker 2012-09-01 10:33:41 -05:00
parent 0b8328b3fe
commit 4a30624169

View File

@ -1,3 +1,10 @@
# MSM version file for CraftBukkit 1.3.0 and above
extends "minecraft/1.3.0"
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."