Log progress of fill jobs? or at least their completion?
Opened this issue ยท 4 comments
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 :)
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?
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 :)
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