mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Back to active development
This commit is contained in:
parent
8da49ba796
commit
e94473b21b
@ -1,5 +1,7 @@
|
|||||||
Changelog:
|
Changelog:
|
||||||
#Versions without changelogs probably had very small misc fixes, like tweaks to the source code
|
#Versions without changelogs probably had very small misc fixes, like tweaks to the source code
|
||||||
|
Version 2.0-dev
|
||||||
|
- Fixed /mcability not respecting permissions
|
||||||
|
|
||||||
Version 1.2.12
|
Version 1.2.12
|
||||||
- Fixed issue that caused terrible MySQL performance and negative XP on levelup (Issue #134)
|
- Fixed issue that caused terrible MySQL performance and negative XP on levelup (Issue #134)
|
||||||
@ -11,7 +13,7 @@ Version 1.2.12
|
|||||||
- Fixed error with Skull Splitter / Serrated Strikes that caused server instability and log spam
|
- Fixed error with Skull Splitter / Serrated Strikes that caused server instability and log spam
|
||||||
- Fixed config.yml not having values for End Stone & other new mining blocks
|
- Fixed config.yml not having values for End Stone & other new mining blocks
|
||||||
- Fixed Green Thumb/Green Terra not correctly planting wheat (Issue #133)
|
- Fixed Green Thumb/Green Terra not correctly planting wheat (Issue #133)
|
||||||
- Fixed /mcability not respecting permissions
|
|
||||||
|
|
||||||
Version 1.2.11
|
Version 1.2.11
|
||||||
- Removed legacy Permission & PEX dependency. (PEX still works fine with mcMMO)
|
- Removed legacy Permission & PEX dependency. (PEX still works fine with mcMMO)
|
||||||
|
2
pom.xml
2
pom.xml
@ -121,5 +121,5 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
<version>1.2.12</version>
|
<version>2.0.00-dev</version>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user