diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-08-07 19:36:38 +0200 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-08-07 19:36:38 +0200 |
commit | f29b2b8ea6f833cad818cf35fc0a22a046eb66a8 (patch) | |
tree | f03168654b629840880bc4d420fa6158d04d3a04 /MCServer/Plugins/Core/README.md | |
parent | Added a global .user file to initialize debugging options. (diff) | |
download | cuberite-f29b2b8ea6f833cad818cf35fc0a22a046eb66a8.tar cuberite-f29b2b8ea6f833cad818cf35fc0a22a046eb66a8.tar.gz cuberite-f29b2b8ea6f833cad818cf35fc0a22a046eb66a8.tar.bz2 cuberite-f29b2b8ea6f833cad818cf35fc0a22a046eb66a8.tar.lz cuberite-f29b2b8ea6f833cad818cf35fc0a22a046eb66a8.tar.xz cuberite-f29b2b8ea6f833cad818cf35fc0a22a046eb66a8.tar.zst cuberite-f29b2b8ea6f833cad818cf35fc0a22a046eb66a8.zip |
Diffstat (limited to 'MCServer/Plugins/Core/README.md')
-rw-r--r-- | MCServer/Plugins/Core/README.md | 93 |
1 files changed, 70 insertions, 23 deletions
diff --git a/MCServer/Plugins/Core/README.md b/MCServer/Plugins/Core/README.md index d840459a0..418c23b87 100644 --- a/MCServer/Plugins/Core/README.md +++ b/MCServer/Plugins/Core/README.md @@ -1,23 +1,70 @@ -Core Plugin (Forked) -=========== - -A fork of MCServer's Core plugin. - -**New Features:** -* Simplified commands, such as 'gotoworld' -> 'portal' -* Simplified and combined LUA files, such as 'listworlds.lua & gotoworld.lua' -> 'worlds-portal.lua' -* Fixed 'tp' command not working due to typography errors -* Fixed 'arithmetic on nil value' on startup due to inactivation of world limiter -* Massive overhaul / redesign of webadmin GUI interface. - * Added jQuery transition effect - * Completely redesigned CSS - * Added new logo - * Made HTML5 compliant -* Beautified 'help' menu -* Rewrite of death messages - fixed strange grammar and edited to more faithfully reflect Vanilla -* Added 'unban' console command - -**How to Use** - -Simply copy all LUA files into Plugins/Core (delete existing files first, except banned.ini and whitelist.ini!) -Then, copy webadmin to MCServer root directory (delete existing directory first!) +MCServer Core Plugin +==================== + +The Core plugin for MCServer provides the default utility commands and also a lot of WebAdmin goodness. + +Commands +-------- + + * /back + * /ban + * /downfall + * /give + * /gm + * /groups + * /help + * /i + * /item + * /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. |