summaryrefslogtreecommitdiffstats
path: root/Plugins/Core/onblockplace.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-20Moved files used by MCServer to a special MCServer folderfaketruth1-63/+0
2012-08-18Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com1-45/+48
2012-03-19Added core.build permission to Core. Without this permission players are unable to buildfaketruth1-0/+4
2012-03-04The world can now truly be made higher by incrementing cChunk::c_ChunkHeight to 256. !!HOWEVER THIS WILL DESTROY YOUR SAVED WORLD!!faketruth1-1/+1
2012-02-15Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lolfaketruth1-35/+32
2012-02-14Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Luafaketruth1-35/+34
2012-01-28Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth1-0/+0
2012-01-27Converted all of the Core plugin to the new plugin structure, except for the WebAdmin partfaketruth1-0/+60