WorldBorder

WorldBorder

1M Downloads

Log progress of fill jobs? or at least their completion?

Opened this issue ยท 4 comments

commented

Hi Mate,

Im developing an automated world creator via PHP, that talks to minecraft.

Is there any way you can check the progress of a fill job ? or perhaps have a log entry created when fill = 100%?

I really hope you can help me, world limiting is important when this tool is designed to create a dozen or so worlds for you... :)

See https://github.com/OneDayStudios/WorldEngine or https://github.com/OneDayStudios/WorldEngine/blob/master/plugins/worldborder.php directly.

I just want to say great work on the plugin :)

commented

WorldBorder outputs a Fill progress report roughly every 5 seconds to the server log, as well as an extra log entry indicating it's done. Is that not sufficient for your purposes?

commented

v1.7.2 doesnt contain any of this - unless im doing something wrong?
Ive extracted the dodgy Gzip files it creates and everything :(

Happy to do whatever is needed haha :)

commented

Feeling stupid right about now. Was testing with MCPC and logged a bug here before checking there. They seem to have an incomplete plugin logging system. Will close shortly after I apply the latest MCPC fix and it works like a charm lol

commented

[20:01:18] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder/]: [WorldBorder] [Fill] 156 more chunks processed (836 total, ~3.5%) (free mem: 1410 MB)

Thanks for being patient with me mate. Sorry.