Currently, MC Core is in development. You can find more information about MC Core, and its operations here: http:alexwebbermc.weebly.com/
I will be releasing an alpha release sometime next week, containing some new optional features that can be enabled in your config file. A huge step in these features will be a stats portion of the plugin, tracking various aspects about a player. The data will be entered into the database via the information you enter in the configuration file. There will also be a web frontend that you will be able to configure, and put it on a webserver of your own, that you will be able to customize.
| Command | Permission | Description |
|---|---|---|
| /spawn | core.spawn | Teleport you to the server spawn |
| /setspawn | core.setspawn | Set the server spawn to your current location |
| /random | core.random | Warp to a random location within X blocks of player. Defined in config- variables.random.x and z |
| /heal | core.heal.self | Heal yourself (20 health points) to full health |
| /heal <player> | core.heal.others | Heal another player (20 health points) to full health |
| /broadcast | core.broadcast | Broadcast a message with a custom prefix. Defined in config- messages.broadcastPrefix |
| /fly | core.fly | Fly away with survival flying. Fly in survival, without going into creative |
| /feed | core.feed.self | Feed yourself (20 food points) to full food level. No need for McDonalds |
| /feed <player> | core.feed.others | Feed others (20 food points) to full food level. No need for McDonalds or Wendys |
| /clearchat | core.clearchat | Clears the chat for all online players, however not clearing the console chat. Log will be exported in the near future |
| /kickall | core.kickall | Kicks all the players online. Defined in config- messages.kickAll. See configuration for more information |
| /killall | core.killall | Kills all the players online. Defined in config- messages.killAll. See configuration for more information |
| Feature | Permission | Description |
|---|---|---|
| Join Message | See configuration values for more information | |
| Leave Message | See configuration values for more information | |
| Chat Formating | Player » Message See configuration values for more information |
messages.broadcastPrefix - sets the /broadcast prefix. Supports using the & sign for color codes.
messages.joinMessage - sets the Join message. Please use %p to get the player, and the & sign for color codes.
messages.leaveMessage - sets the Leave message. Please use %p to get the player, and the & sign for color codes.
variables.spawn - use the /setspawn command to store spawn information to the file. Don't edit this unless you know what you are doing.
variables.random.x - set the random teleportation range via blocks in x.
variables.random.z - set the random teleportation range via blocks in y.
messages.chatFormat - set the chat format. You must have TWO %s in the string located in the config file. The first one is the player, second one is the message. Supports & formatting codes.
messages.clearChat - set the message to be displayed when the chat is cleared. Supports & formatting codes.
messages.kickAll - set the message to be displayed when the player is kicked. Supports & formatting codes.
messages.killAll - set the message to be displayed when the player is killed. Supports & formatting codes.
For more information on our configuration files, see here: http:pastebin.com/sLnSCW3M
Custom chat formatting
You can view my TODO list on a google doc here