From 983d87e44356c4cfc8f8908ec365006323a4dbe0 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:24:03 +0100 Subject: Added correct core plugin --- MCServer/Plugins/Core/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 MCServer/Plugins/Core/README.md (limited to 'MCServer/Plugins/Core/README.md') diff --git a/MCServer/Plugins/Core/README.md b/MCServer/Plugins/Core/README.md new file mode 100644 index 000000000..d840459a0 --- /dev/null +++ b/MCServer/Plugins/Core/README.md @@ -0,0 +1,23 @@ +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!) -- cgit v1.2.3