summaryrefslogtreecommitdiffstats
path: root/Plugins/Core (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-12Missed a filelapayo94@gmail.com1-0/+6
2012-07-12http://www.mc-server.org/support/index.php?do=details&task_id=153lapayo94@gmail.com1-0/+2
2012-06-21Core: Added the check for item damage before attempting a repairmadmaxoft@gmail.com1-2/+11
2012-06-19Core: merged in the Fixies plugin codemadmaxoft@gmail.com2-44/+249
2012-06-02Core: fixed old APImadmaxoft@gmail.com1-1/+1
2012-04-11Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core pluginfaketruth4-1/+39
2012-03-28Got rid of sPluginManagerStatefaketruth1-1/+1
2012-03-19Added core.build permission to Core. Without this permission players are unable to buildfaketruth3-0/+16
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-22Lua seems to have trouble with a combination of overloaded functions and class inheritance, so I renamed TeleportTo( cEntity* ) to TeleportToEntityfaketruth1-1/+1
2012-02-16Got rid of dangerous GetEntity(), not using DoWithEntity()faketruth1-2/+2
2012-02-16Disabled the excessive logging while initializing the Core pluginfaketruth1-3/+1
2012-02-15Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lolfaketruth3-60/+48
2012-02-14Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Luafaketruth3-54/+61
2012-02-01Forgot a filefaketruth1-0/+93
2012-02-01Plugins can now be enabled and disabled through WebAdminfaketruth2-16/+1
2012-01-31Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth3-11/+11
2012-01-31Can now receive POST data in WebPlugins!faketruth2-10/+10
2012-01-30Added a WebAdmin interface to view users their groups, and the permissions of groups.faketruth3-8/+91
2012-01-28Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth23-0/+691