Core - 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: Core (/thread-4.html) |
RE: [Plugin] Core V7 - xoft - 01-13-2013 Ah, stupid me, I committed only part of the merge, forgot the plugins, project file etc. Hopefully fixed in rev 1140. RE: [Plugin] Core V7 - bearbin - 01-13-2013 Good RE: [Plugin] Core V7 - NiLSPACE - 02-17-2013 could you add local Server = cRoot:Get():GetServer() Server:SendMessage( cChatColor.Yellow .. Player:GetName() .. " has joined the server")to onplayerjoined.lua? becouse now you don't get a message when someone joins. RE: [Plugin] Core V7 - NiLSPACE - 03-02-2013 i started on adding some new features to the core plugin. i now have this:
RE: [Plugin] Core V7 - xoft - 03-03-2013 Nice changes. I just have a small issue with your code - you're using tabs in the middle of a line (main.lua, line 29). That breaks the tables if someone has tabs set to different width. The common "good style" with tabs is use them at the start of the line for indentation (so that anyone can set their own preference) and use a space for aligning into columns. I'll fix that for now, just watch out for it next time RE: [Plugin] Core V7 - NiLSPACE - 03-03-2013 ok i'll think about that next time RE: [Plugin] Core V7 - xoft - 03-03-2013 Oh, and we both forgot to increase the version number RE: [Plugin] Core V7 - NiLSPACE - 09-01-2013 Maybe its smart to remove this thread + Core++ becouse some people might think this one is up to date. RE: [Plugin] Core V7 - bearbin - 09-01-2013 Sensible idea. RE: [Plugin] Core V7 - xoft - 09-01-2013 If removing is not possible, then mark the thread "[obsolete]" in its title or something similar. |