1
0
cuberite-2a/MCServer/Plugins/Core
2013-08-13 23:10:59 +02:00
..
back.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
ban-unban.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
clear.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
console.lua Squashed commit of the following: 2013-08-13 17:55:46 +01:00
do.lua Squashed commit of the following: 2013-08-13 17:55:46 +01:00
functions.lua Squashed commit of the following: 2013-08-13 17:55:46 +01:00
give.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
gm.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
help.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
item.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
itemrepair.lua Added correct core plugin 2013-07-27 16:24:03 +01:00
kick.lua Squashed commit of the following: 2013-08-13 17:55:46 +01:00
kill.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
locate.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
main.lua Squashed commit of the following: 2013-08-13 17:55:46 +01:00
me.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
motd.lua Squashed commit of the following: 2013-08-13 17:55:46 +01:00
onbreakplaceblock.lua Pull in the latest core changes. 2013-08-02 07:48:47 +01:00
ondeath.lua Squashed commit of the following: 2013-08-13 17:55:46 +01:00
onjoinleave.lua Exported cWorld:BroadcastChat() to the Lua API; used in the Core. 2013-08-13 23:10:59 +02:00
onlogin.lua Lump in some core changes. 2013-08-03 08:37:43 +01:00
plugins.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
portal-worlds.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
rank-groups.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
README.md Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
regen.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
save-reload-stop.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
spawn.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
teleport.lua Squashed commit of the following: 2013-08-13 17:55:46 +01:00
tell.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
time.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
top.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
viewdistance.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
weather.lua Dragged in the latest core changes. 2013-08-11 19:44:41 +01:00
web_chat.lua Added correct core plugin 2013-07-27 16:24:03 +01:00
web_manageplugins.lua Added correct core plugin 2013-07-27 16:24:03 +01:00
web_manageserver.lua Added correct core plugin 2013-07-27 16:24:03 +01:00
web_permissions.lua Dragged in the latest changes for Core. 2013-08-11 16:00:53 +01:00
web_playerlist.lua Added correct core plugin 2013-07-27 16:24:03 +01:00
web_serversettings.lua Pull in the latest core changes. 2013-08-02 07:48:47 +01:00
web_whitelist.lua Added correct core plugin 2013-07-27 16:24:03 +01:00
worldlimiter.lua Pull in the latest core changes. 2013-08-02 07:48:47 +01:00

MCServer Core Plugin

The Core plugin for MCServer provides the default utility commands and also a lot of WebAdmin goodness.

Commands

  • /back
  • /ban
  • /clear
  • /downfall
  • /give
  • /gm
  • /groups
  • /help
  • /i
  • /item
  • /kill
  • /kick
  • /locate
  • /me
  • /motd
  • /plugins
  • /portal
  • /rank
  • /regen
  • /reload
  • /save-all
  • /spawn
  • /stop
  • /time
  • /top
  • /tp
  • /tpa
  • /tpaccept
  • /unban
  • /viewdistance
  • /worlds

Also, console commands:

  • ban
  • banlist
  • getversion
  • help
  • list
  • listgroups
  • numchunks
  • players
  • rank
  • reload
  • say
  • setversion
  • unban
  • unload

Contributors

FakeTruth
xoft
tigerw
bearbin
tonibm19

(If you want your name here, please submit a PR after you've done your contributions.)

How to Use

Core should be installed in MCServer by default.