====== Core ======
Core is a collection of plugins that come standard with MCServer to enable extra interaction with the server and to provide an example of how to create plugins

===== Where do I get it? =====
Right here: [[https://github.com/mc-server/Core]]


===== Commands =====
| Command | Permission | Parameters | Action |
| /back           | core.back           | - | Return to your last position                       |
| /ban            | core.ban            | - | Ban a player                                       |
| /clear          | core.clear          | - | Clear the inventory of some player                 |
| /do             | core.do             | - | Runs a command as a player.                        |
| /difficulty     | core.difficulty     | - | Change world's difficulty.                         |
| /give           | core.give           | - | Give someone an item                               |
| /gm             | core.changegm       | - | Change your gamemode                               |
| /groups         | core.groups         | - | Shows a list of all the groups                     |
| /help           | core.help           | - | Show available commands                            |
| /item /i        | core.give           | - | Give yourself an item.                             |
| /kick           | core.kick           | - | Kick a player                                      |
| /kill           | core.kill           | - | Kill some player                                   |
| /locate         | core.locate         | - | Show your current server coordinates               |
| /me             | core.me             | - | Tell what you are doing                            |
| /motd           | core.motd           | - | Show message of the day                            |
| /msg            | core.tell           | - | Send a private message                             |
| /plugins        | core.plugins        | - | Show list of plugins                               |
| /portal         | core.portal         | - | Move to a different world                          |
| /rank           | core.rank           | - | Add someone to a group                             |
| /regen          | core.regen          | - | Regenerates a chunk, current or specified          |
| /reload         | core.reload         | - | Reload all plugins                                 |
| /save-all       | core.save-all       | - | Saves all your worlds                              |
| /spawn          | core.spawn          | - | Return to the spawn                                |
| /stop           | core.stop           | - | Stops the server                                   |
| /sudo           | core.sudo           | - | Runs a command as a player, ignoring permissions   |
| /tell           | core.tell           | - | Send a private message                             |
| /time           | core.time           | - | Sets the time of day                               |
| /toggledownfall | core.toggledownfall | - | Toggles the weather                                |
| /top            | core.top            | - | Teleport yourself to the top most block            |
| /tp             | core.teleport       | - | Teleport yourself to a player                      |
| /tpa            | core.teleport       | - | Ask to teleport yourself to a player               |
| /tpaccept       | core.teleport       | - | Accept a teleportation request                     |
| /unban          | core.unban          | - | Unban a player                                     |
| /viewdistance   | core.viewdistance   | - | Change your view distance                          |
| /weather        | core.weather        | - | Change world weather                               |
| /worlds         | core.worlds         | - | Shows a list of all the worlds                     |
