BlockLogger - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: BlockLogger (/thread-670.html) |
RE: BlockLogger - xoft - 01-04-2013 there is an api requests thread in the dev section of the forum, thats a better place RE: BlockLogger - bearbin - 01-04-2013 OK, i'll put it there. EDIT; Can't find the thread, mind giving me a link? RE: BlockLogger - Taugeshtu - 01-06-2013 https://forum.cuberite.org/showthread.php?tid=464 RE: BlockLogger - xoft - 01-06-2013 I don't think that's the right one, let me search... Alright, depends. If you need a new hook, post here (Taugeshtu's link): https://forum.cuberite.org/showthread.php?tid=464 If you need a new API function / class, not a hook, post here: https://forum.cuberite.org/showthread.php?tid=628 Alternatively, post it into the flyspray bugtracker, it is for feature requests as well, and although it doesn't look like it, it is being regularly watched RE: BlockLogger - bearbin - 01-07-2013 Updated for rev 1126+. Please use the dev zip. RE: BlockLogger - bearbin - 01-08-2013 Full compatibility with rev 1126+ has been tested and merged into master. This is now oficially ready for use. Log viewback will be coming soon, thanks for the new APIs xoft! Huge (!) bug in TEXTFILE logger found and fixed, please update very soon to the dev version. RE: BlockLogger - NiLSPACE - 01-08-2013 there is a bug in the plugin. i don't know if its the bug you said, but i broke a 17:1 block and i placed one and i get this: Quote:1357612938,0,-62,70,430,STR_Warrior,0as you see the ID at the end is not 17:1 so i tried a grass block becouse that one doesn't have meta data and i got this: Quote:1357613035,1,-66,70,430,STR_Warrior,5 RE: BlockLogger - bearbin - 01-08-2013 Well, the bug I fixed was the block logs being written multiple times. I know about this and I'll look in the API again to see what should be there but I think it should be the be BlockID Ok when you break blocks it works, but not for places. I'll look into it. Edit: All fixed. RE: BlockLogger - NiLSPACE - 01-08-2013 it works exept one thing: when you place something it doesn't record the meta data. RE: BlockLogger - bearbin - 01-08-2013 Hmm, I think this might be a bug in the API, it not giving the meta. |