1
0
cuberite-2a/MCServer
faketruth 41ba1a7642 Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)
Removed cPlugin_Lua, obviously
cPluginManager stores plugins by their (folder)name
cPluginManager now scans the Plugins folder for potential plugins and adds them as non-loaded plugins
Added a DisablePlugin and LoadPlugin to disable and load plugins on a per-plugin basis instead of all at once
cPluginManager::FindPlugins refreshes the plugin list by removing non-existing plugins and adding new plugins
Made it incredibly easy to use new plugins from the WebAdmin
Exposed some food/hunger related functions in cPlayer to Lua

git-svn-id: http://mc-server.googlecode.com/svn/trunk@959 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-13 23:34:47 +00:00
..
Plugins Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now) 2012-10-13 23:34:47 +00:00
webadmin Moved files used by MCServer to a special MCServer folder 2012-08-20 12:20:20 +00:00
crafting.txt Fixed axe crafting (cannot use asterisk) 2012-09-29 15:06:16 +00:00
furnace.txt Moved files used by MCServer to a special MCServer folder 2012-08-20 12:20:20 +00:00
groups.ini Moved files used by MCServer to a special MCServer folder 2012-08-20 12:20:20 +00:00
items.ini Crafting recipes for 1.3.2 (patch submitted by STR_Warrior) 2012-09-29 14:51:51 +00:00
monsters.ini Moved files used by MCServer to a special MCServer folder 2012-08-20 12:20:20 +00:00
settings.ini Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now) 2012-10-13 23:34:47 +00:00
terrain.ini Moved files used by MCServer to a special MCServer folder 2012-08-20 12:20:20 +00:00
users.ini Moved files used by MCServer to a special MCServer folder 2012-08-20 12:20:20 +00:00
webadmin.ini Moved files used by MCServer to a special MCServer folder 2012-08-20 12:20:20 +00:00