mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
2.1.140
This commit is contained in:
parent
3a035e234a
commit
e890d4bae6
@ -1,9 +1,9 @@
|
|||||||
Version 2.1.140
|
Version 2.1.140
|
||||||
Deployed a few fixes to scoreboards code
|
Fixed a few potential issues with scoreboards
|
||||||
Updated polish locale
|
Updated polish locale
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
Scoreboards code is a mess and most of it is ancient, I plan to rewrite it in a future update. The way scoreboards API works in general is just difficult to deal with.
|
Scoreboards code in mcMMO is pretty messy and poorly designed, I am going to rewrite it in a future update. The fixes applied in this patch should solve some problems some users were having for now.
|
||||||
|
|
||||||
Version 2.1.139
|
Version 2.1.139
|
||||||
Code used to fetch UUIDs was reworked to avoid a scenario where it failed (thanks t00thpick1)
|
Code used to fetch UUIDs was reworked to avoid a scenario where it failed (thanks t00thpick1)
|
||||||
@ -25,7 +25,6 @@ Version 2.1.136
|
|||||||
I'm making use of a Spigot API for persistent data for versions of MC 1.14 and above, for versions below the data will be temporary as it has been up until this point.
|
I'm making use of a Spigot API for persistent data for versions of MC 1.14 and above, for versions below the data will be temporary as it has been up until this point.
|
||||||
In the future I'll wire up NMS to make use of NBT and all versions will have persistent data support.
|
In the future I'll wire up NMS to make use of NBT and all versions will have persistent data support.
|
||||||
|
|
||||||
|
|
||||||
Version 2.1.135
|
Version 2.1.135
|
||||||
Furnaces no longer simulate block break checks when assigning ownership as it caused some unwanted plugin conflicts
|
Furnaces no longer simulate block break checks when assigning ownership as it caused some unwanted plugin conflicts
|
||||||
Fixed an issue where Fishing would break if exploit protection was turned off for Fishing (Thanks Ineusia)
|
Fixed an issue where Fishing would break if exploit protection was turned off for Fishing (Thanks Ineusia)
|
||||||
|
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.140-SNAPSHOT</version>
|
<version>2.1.140</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