mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
2.1.135
This commit is contained in:
parent
65a95addb9
commit
a28d1cd537
@ -1,6 +1,8 @@
|
|||||||
Version 2.1.135
|
Version 2.1.135
|
||||||
Fixed an issue where Fishing would break if exploit protection was turned off for Fishing (Thanks Ineusia)
|
|
||||||
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 Super abilities not being translated on scoreboards (Thanks Ineusia)
|
||||||
|
Added option in advanced.yml to squelch ability activation messages being sent to other players via action bar (Thanks Ineusia)
|
||||||
|
|
||||||
Version 2.1.134
|
Version 2.1.134
|
||||||
Furnaces now change ownership to the last player who clicks in their inventory and is legally allowed to break the furnace
|
Furnaces now change ownership to the last player who clicks in their inventory and is legally allowed to break the furnace
|
||||||
|
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.135-SNAPSHOT</version>
|
<version>2.1.135</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