summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Core/main.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-05The motd is now loaded from a file in the root dir called motd.txt. You can easily edit the modt and add colors to it.nielsbreu@gmail.com1-0/+2
2013-07-05Reduced the amount of tables.nielsbreu@gmail.com1-3/+1
2013-06-30The LimitWorlds function now uses cCuboidnielsbreu@gmail.com1-3/+12
2013-06-28Added /listworlds command and fixed bug in /listgroups where you have an extra comma at the end.nielsbreu@gmail.com1-0/+1
2013-04-03Added a /listgroups where you can see... a list of the groups ;)nielsbreu@gmail.com1-0/+1
2013-03-24Added a /toggledownfall command that toggles the weather.nielsbreu@gmail.com1-0/+1
2013-03-24Updated core plugin.nielsbreu@gmail.com1-5/+14
2013-03-02Core: Updated with new features (contributed by STR_Warrior)madmaxoft@gmail.com1-0/+5
2013-02-15Plugins can now bind console commandsmadmaxoft@gmail.com1-6/+8
2013-02-01Moved command API into cPluginManager.madmaxoft@gmail.com1-46/+29
2013-01-28Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com1-1/+1
2013-01-13Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com1-21/+21
2012-10-11Core: Removed /home since other plugins want to use itfaketruth1-1/+0
2012-09-08Core now uses built in item functions ( StringToItem() ) for the /item commandfaketruth1-28/+0
2012-09-08Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder.faketruth1-2/+2
2012-08-23Added a RateCompareString function to StringUtilsfaketruth1-1/+1
2012-08-22WebAdmin should not cause crashes anymorefaketruth1-8/+6
2012-08-22Web chat for the WebAdmin :Dfaketruth1-0/+2
2012-08-20Can now edit some generic server settings through the WebAdmin (port, description, etc)faketruth1-0/+1
2012-08-20Updated clean.bat for cleaning MCServer filesfaketruth1-1/+0
2012-08-20Moved files used by MCServer to a special MCServer folderfaketruth1-0/+1
2012-07-12http://www.mc-server.org/support/index.php?do=details&task_id=153lapayo94@gmail.com1-0/+2
2012-06-19Core: merged in the Fixies plugin codemadmaxoft@gmail.com1-44/+44
2012-04-11Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core pluginfaketruth1-1/+7
2012-03-19Added core.build permission to Core. Without this permission players are unable to buildfaketruth1-0/+1
2012-02-16Disabled the excessive logging while initializing the Core pluginfaketruth1-3/+1
2012-02-01Plugins can now be enabled and disabled through WebAdminfaketruth1-1/+1
2012-01-30Added a WebAdmin interface to view users their groups, and the permissions of groups.faketruth1-1/+2
2012-01-28Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth1-1/+7
2012-01-27Converted all of the Core plugin to the new plugin structure, except for the WebAdmin partfaketruth1-21/+97
2012-01-26More new plugin awesomenessfaketruth1-1/+40
2012-01-26Working on a new plugin design with Lua. While retaining backwards compatibility of course...faketruth1-0/+17