mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
2.1.168
This commit is contained in:
parent
7931a095fe
commit
7ea6809fd3
@ -3,7 +3,6 @@ Version 2.1.168
|
|||||||
(API) UserBlockTracker is now the interface by which our block-tracker will be known (thanks t00thpick1)
|
(API) UserBlockTracker is now the interface by which our block-tracker will be known (thanks t00thpick1)
|
||||||
Optimized memory access for Acrobatics fall anti-exploit mechanics (thanks t00thpick1)
|
Optimized memory access for Acrobatics fall anti-exploit mechanics (thanks t00thpick1)
|
||||||
|
|
||||||
|
|
||||||
Version 2.1.167
|
Version 2.1.167
|
||||||
Fixed a serious dupe bug
|
Fixed a serious dupe bug
|
||||||
Add McMMOPlayerPreXpGainEvent event for plugins to modify given exp (thanks electronicboy)
|
Add McMMOPlayerPreXpGainEvent event for plugins to modify given exp (thanks electronicboy)
|
||||||
|
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.168-SNAPSHOT</version>
|
<version>2.1.168</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