mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
2.1.182
This commit is contained in:
parent
7c8e14fd74
commit
b189614d8d
@ -1,8 +1,8 @@
|
|||||||
Version 2.1.182
|
Version 2.1.182
|
||||||
Fixed a NPE with Scoreboards enabled when trying to update scoreboards
|
|
||||||
Fixed an error when using mcMMO with Featherboard that broke mcMMO skill boards when using certain commands
|
|
||||||
Added 'Scoreboard.Recovery' locale key
|
|
||||||
Players now receive XP from harvesting Sweet Berry bushes (double XP for harvesting fully grown berries)
|
Players now receive XP from harvesting Sweet Berry bushes (double XP for harvesting fully grown berries)
|
||||||
|
Fixed an error when using mcMMO with Featherboard that broke mcMMO skill boards when using certain commands
|
||||||
|
Fixed a NPE with Scoreboards enabled when trying to update scoreboards
|
||||||
|
Added 'Scoreboard.Recovery' locale key
|
||||||
Sweet Berry Bush will no longer ready tools for Super Abilities
|
Sweet Berry Bush will no longer ready tools for Super Abilities
|
||||||
You can now use '.all' (for example: mcmmo.perks.xp.customboost.all) to give an XP perk to all skills
|
You can now use '.all' (for example: mcmmo.perks.xp.customboost.all) to give an XP perk to all skills
|
||||||
Removed hardcore and vampirism commands, these commands are dangerous, just modify the config file if you want to use hardcore / vampirism
|
Removed hardcore and vampirism commands, these commands are dangerous, just modify the config file if you want to use hardcore / vampirism
|
||||||
@ -15,6 +15,7 @@ Version 2.1.182
|
|||||||
Added Sweet Berry Bush to config.yml bonus drops for Herbalism
|
Added Sweet Berry Bush to config.yml bonus drops for Herbalism
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
Sweet Berry Bushes won't give double drops for now, looking into an elegant solution
|
||||||
mcMMO will do a better job reporting if something went wrong with scoreboards, which may lead to improved plugin compatibility between mcMMO and other plugins touching scoreboards.
|
mcMMO will do a better job reporting if something went wrong with scoreboards, which may lead to improved plugin compatibility between mcMMO and other plugins touching scoreboards.
|
||||||
|
|
||||||
Version 2.1.181
|
Version 2.1.181
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.1.182-SNAPSHOT</version>
|
<version>2.1.182</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
Loading…
Reference in New Issue
Block a user