Skip to content

Commit

Permalink
Updated README with autogenerated content from Info.lua.
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxoft committed Oct 18, 2014
1 parent 91ef838 commit 2dddf20
Showing 1 changed file with 83 additions and 73 deletions.
156 changes: 83 additions & 73 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,78 +1,88 @@
MCServer Core Plugin
====================
Implements some of the basic commands needed to run a simple server.

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

Commands
--------
### General
| Command | Permission | Description |
| ------- | ---------- | ----------- |
|/back | core.back | Return to your last position|
|/ban | core.ban | Ban a player|
|/clear | core.clear | Clear the inventory of a player|
|/difficulty | core.difficulty | Change world's difficulty.|
|/do | core.do | Runs a command as a player.|
|/gamemode | core.changegm | Change your gamemode|
|/give | core.give | Give someone an item|
|/help | core.help | Show available commands|
|/item | core.give | Give yourself an item.|
|/kick | core.kick | Kick a player|
|/kill | core.kill | Kill a player|
|/list | core.list | Lists all connected players|
|/listranks | core.listranks | List all the available ranks|
|/locate | core.locate | Show your current server coordinates|
|/me | core.me | Broadcast what you are doing|
|/motd | core.motd | Show message of the day|
|/plugins | core.plugins | Show list of plugins|
|/portal | core.portal | Move to a different world|
|/rank | core.rank | View or set a player's rank|
|/regen | core.regen | Regenerates a chunk|
|/reload | core.reload | Reload all plugins|
|/save-all | core.save-all | Save all worlds|
|/setspawn | core.setspawn | Change world spawn|
|/spawn | core.spawn | Return to the spawn|
|/stop | core.stop | Stops the server|
|/sudo | core.sudo | Runs a command as a player|
|/tell | core.tell | Send a private message|
|/time | core.time | Sets the time of day|
|/toggledownfall | core.toggledownfall | Toggles downfall|
|/top | core.top | Teleport yourself to the topmost block|
|/tp | core.teleport | Teleport yourself to a player|
|/tpa | core.tpa | Ask to teleport yourself to a player|
|/tpaccept | core.tpaccept | Accept a teleportation request|
|/tps | core.tps | Returns the tps (ticks per second) from the server.|
|/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|

* /back
* /ban
* /clear
* /do
* /downfall
* /enchant
* /give
* /gm
* /groups
* /help
* /i
* /item
* /kill
* /kick
* /locate
* /me
* /motd
* /plugins
* /portal
* /rank
* /regen
* /reload
* /save-all
* /spawn
* /stop
* /sudo
* /tell
* /time
* /top
* /tp
* /tpa
* /tpaccept
* /unban
* /viewdistance
* /weather
* /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 Install
--------------

Core should be installed in MCServer by default, so it needs no explicit instalation.
# Permissions
| Permissions | Description | Commands | Recommended groups |
| ----------- | ----------- | -------- | ------------------ |
| core.back | | `/back` | |
| core.ban | | `/ban` | |
| core.changegm | | `/gamemode` | |
| core.clear | | `/clear` | |
| core.difficulty | | `/difficulty` | |
| core.do | | `/do` | |
| core.give | | `/give`, `/i`, `/item` | |
| core.help | | `/help` | |
| core.kick | | `/kick` | |
| core.kill | | `/kill` | |
| core.list | | `/list` | |
| core.listranks | | `/listranks` | |
| core.locate | | `/locate` | |
| core.me | | `/me` | |
| core.motd | | `/motd` | |
| core.plugins | | `/plugins` | |
| core.portal | | `/portal` | |
| core.rank | | `/rank` | |
| core.regen | | `/regen` | |
| core.reload | | `/reload` | |
| core.save-all | | `/save-all` | |
| core.setspawn | | `/setspawn` | |
| core.spawn | | `/spawn` | |
| core.stop | | `/stop` | |
| core.sudo | | `/sudo` | |
| core.teleport | | `/tp` | |
| core.tell | | `/tell` | |
| core.time | | `/time` | |
| core.toggledownfall | | `/toggledownfall` | |
| core.top | | `/top` | |
| core.tpa | | `/tpa` | |
| core.tpaccept | | `/tpaccept` | |
| core.tps | | `/tps` | |
| core.unban | | `/unban` | |
| core.viewdistance | | `/viewdistance` | |
| core.weather | | `/weather` | |
| core.worlds | | `/worlds` | |

0 comments on commit 2dddf20

Please sign in to comment.