From f7c0c9beb796c92a4a58f7576616a299035efa4b Mon Sep 17 00:00:00 2001 From: nossr50 Date: Tue, 2 Jul 2019 16:22:56 -0700 Subject: [PATCH] Add new mcMMO devs to readme.md and plugin.yml --- README.md | 27 +++++++++++++++------------ src/main/resources/plugin.yml | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index dc8f66c28..64ac62516 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # mcMMO -## The RPG lovers mod +## The #1 RPG Mod for Minecraft ## Website I'm working on a brand new website for mcMMO You can check it out here http://www.mcmmo.org -Spigot Resource: https://www.spigotmc.org/resources/official-mcmmo-original-author-returns.64348/ + +Spigot Resource: https://spigot.mcmmo.org I plan to post links to our new wiki (its still under development), downloads, and dev blogs there. - ### Builds Currently, you can obtain our builds via the Spigot resource page: http://spigot.mcmmo.org @@ -17,16 +17,16 @@ Currently, you can obtain our builds via the Spigot resource page: http://spigot The goal of mcMMO is to take core Minecraft game mechanics and expand them into an extensive and quality RPG experience. Everything in mcMMO has been carefully thought out and is constantly being improved upon. Currently, mcMMO adds fourteen unique skills to train and level in. Each of these skills is highly customizable through our configuration files, allowing server admins to tweak mcMMO to best suit the needs of his or her server. Know that the mcMMO team is dedicated to providing an ever-evolving experience, and that we carefully read all feedback and bug reports in order to evaluate and balance the mechanics of mcMMO in every update. ## About the Team -In December 2018 nossr50 returned as project lead for mcMMO once again to develop and improve mcMMO. -The mcMMO team currently has two members, nossr50 (lead) and t00thpick1 (classic maintainer). -mcMMO is currently developed almost entirely by nossr50, many thanks go out to the many developers who have worked on the project over the years. - -### Project Lead & Founder +In December 2018, the original author and creator of mcMMO (nossr50) returned and took over the role of project lead once again, to develop and improve mcMMO. +#### Project Lead & Founder [![nossr50](http://www.gravatar.com/avatar/f2ee41eedfd645fb4a3a2c8f6cb1b18c.png)](https://github.com/nossr50) -Other mcMMO Projects +#### mcMMO Devs +[![nossr50](http://www.gravatar.com/avatar/f2ee41eedfd645fb4a3a2c8f6cb1b18c.png)](https://github.com/nossr50) +[![kashike](https://secure.gravatar.com/avatar/b5e86d6d443b957fd5cdee55501f3799.png)](https://github.com/kashike) +[![electronicboy](https://secure.gravatar.com/avatar/44759c38d311ce09596de6a2d5b88036.png)](https://github.com/electronicboy) -### Classic Maintainer +#### Classic Maintainer [![t00thpick1](http://www.gravatar.com/avatar/ee23c7794a0c40120c3474287c7bce06.png)](https://github.com/t00thpick1) ## Former Team Members @@ -50,10 +50,13 @@ mcMMO uses Maven 3 to manage dependencies, packaging, and shading of necessary c The typical command used to build mcMMO is: `mvn clean package install` Required Libraries: -* Bukkit +* Spigot * JUnit * WorldGuard 7 * bStats Bukkit -http://spigot.mcmmo.org for more up to date information. +https://spigot.mcmmo.org for more up to date information. + +Resource Page + https://www.spigotmc.org/resources/official-mcmmo-original-author-returns.64348/ diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index e29bef197..587fa7f0d 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -11,7 +11,7 @@ description: > in order to evaluate and balance the mechanics of mcMMO in every update. author: nossr50 -authors: [GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking] +authors: [GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking, electronicboy, kashike] website: https://www.mcmmo.org main: com.gmail.nossr50.mcMMO softdepend: [WorldGuard, CombatTag, HealthBar]