1
0
cuberite-2a/Plugins/Core
faketruth 091d958b0c Got rid of sPluginManagerState
/pluginlist now also shows the number of active plugins
Fixed crash caused by lingering bound Lua commands http://forum.mc-server.org/showthread.php?tid=212&pid=2541#pid2541
Added error messages when binding commands to an invalid plugin

git-svn-id: http://mc-server.googlecode.com/svn/trunk@440 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-03-28 18:11:06 +00:00
..
ban.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
gamemode.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
gotoworld.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
help.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
item.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
kick.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
main.lua Added core.build permission to Core. Without this permission players are unable to build 2012-03-19 20:30:24 +00:00
motd.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
onblockdig.lua Added core.build permission to Core. Without this permission players are unable to build 2012-03-19 20:30:24 +00:00
onblockplace.lua Added core.build permission to Core. Without this permission players are unable to build 2012-03-19 20:30:24 +00:00
onkilled.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
onlogin.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
onplayerjoin.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
playerlist.lua Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lol 2012-02-15 13:16:42 +00:00
pluginlist.lua Got rid of sPluginManagerState 2012-03-28 18:11:06 +00:00
reload.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
spawn.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
teleport.lua Lua seems to have trouble with a combination of overloaded functions and class inheritance, so I renamed TeleportTo( cEntity* ) to TeleportToEntity 2012-02-22 15:46:38 +00:00
time.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
top.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
unban.lua Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. 2012-01-27 23:47:32 +00:00
web_manageplugins.lua Forgot a file 2012-02-01 00:15:59 +00:00
web_permissions.lua Got rid of dangerous GetEntity(), not using DoWithEntity() 2012-02-16 17:20:28 +00:00
web_playerlist.lua Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lol 2012-02-15 13:16:42 +00:00
web_whitelist.lua Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin 2012-01-31 20:56:42 +00:00