msmhq / msm

An init script for managing Minecraft servers
http://msmhq.com
GNU General Public License v3.0
1.22k stars 225 forks source link

CraftBukkit 1.3.1 - New Saving Log Messages #80

Open Ognog opened 12 years ago

Ognog commented 12 years ago

Hi,

Just wanted to share what I had to do to get world saving happening after I upgraded to CraftBukkit 1.3.1.

I had to add the following to server.properties :

msm-confirm-save-all=CONSOLE: Save complete.
msm-confirm-save-on=CONSOLE: Enabled level saving..
msm-confirm-save-off=CONSOLE: Disabled level saving..

I'm wondering what other log messages have changed.

marcuswhybrow commented 12 years ago

Thanks, it looks like Craftbukkit 1.3.1, outputs log lines that are similar to Minecraft 1.2.5. That seems strange but I'll look into it.

The latest version of MSM (0.8.11) has incorrect values for CB 1.3.1 if this is the case, and the ability to override them has been temporarily been removed, so an important point.

jvz commented 12 years ago

I fixed this problem in my branch a while ago since I switched to using Craftbukkit. Commit.