I can't guarantee I'll be able to fix it... more often, I can't even reproduce the problem on my own server because of it's small size. My closest...
Attached it to my previous post. It's too much trouble to register and get to know git just for one little piece of code.
Well, I am a silly noob who didn't know that Bukkit's OnPlayerQuit event was actually more like "OnPlayerBeforeQuit". Because of that, my version...
Today I've got some free time at work, so here's another version. NOTE: copy your config file somewhere, it will be deleted and recreated from...
IMO, there's really no need for comments, code is pretty simple and all functions have proper descriptive names. When you understand the basic...
Misleading is not plugin itself but rather a lack of proper documentation. Out of box it won't run backups if no players are online, and probably...
Well, honestly It would be a PITA to keep any plugin up-to-date, resolve conflicts with other plugins every other day, reply to confused...
Log in to your server as a player first, if you got default config then you have "plugin.ignore.noplayers=false" parameter and plugin will start...
My thoughts after looking at the code. Version. Plugin reads version number from it's own plugin.yml inside jar (3.25a in my case). Compares it to...
Can you describe how that chunk loss happens? I am new to MC and don't know a lot of things. Maybe it's related to saveon-off parameter, I didn't...
Here it is, give it a try. And a extra thing I added - if you have whatever_noplayers parameter set to true, plugin will start ticking when server...
Bug found and squashed.Original from github : public void onPlayerJoin(PlayerJoinEvent event) { if (players == 1 &&...
Parkle, try changing plugin.ignore.noplayers=true I think it can help with backups stopping to run (could be related to same no-players situation...
Can anyone provide instructions for installing it on Win system? I tried installing H2 and running server with -cp switch, it still says 'missing...
Strange problem - it does not shedule autosaves/backups when I start server or reload with no players. When I start server I do not get [INFO]...
Separate names with a comma.