mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
11 lines
274 B
Bash
11 lines
274 B
Bash
# MSM version file for CraftBukkit 1.3.0 and above
|
|
|
|
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."
|