1
0
cuberite-2a/Plugins/Core
2012-04-11 12:16:13 +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
coords.lua Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core plugin 2012-04-11 12:16:13 +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 Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core plugin 2012-04-11 12:16:13 +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
regeneratechunk.lua Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core plugin 2012-04-11 12:16:13 +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
viewdistance.lua Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core plugin 2012-04-11 12:16:13 +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