mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Updated to EMetrics 0.0.4-SNAPSHOT
This commit is contained in:
parent
ca51b2f70f
commit
61dc77559b
@ -23,6 +23,7 @@ Version 1.4.04-dev
|
|||||||
! Updated localization files
|
! Updated localization files
|
||||||
! mcMMO abilities can no longer be activated while in Creative mode
|
! mcMMO abilities can no longer be activated while in Creative mode
|
||||||
! Expanded ChatAPI to allow toggling of chat states for users
|
! Expanded ChatAPI to allow toggling of chat states for users
|
||||||
|
! Updated to EMetrics 0.0.4-SNAPSHOT
|
||||||
- Removed deprecated functions from API classes.
|
- Removed deprecated functions from API classes.
|
||||||
- Removed functions for getting the PlayerProfile - using API classes is preferred, but if not the McMMOPlayer should be used instead
|
- Removed functions for getting the PlayerProfile - using API classes is preferred, but if not the McMMOPlayer should be used instead
|
||||||
- Removed Ender Dragon, Wither, and Witch from granting combat experience and related configuration options
|
- Removed Ender Dragon, Wither, and Witch from granting combat experience and related configuration options
|
||||||
|
4
pom.xml
4
pom.xml
@ -165,9 +165,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.turt2live.metrics</groupId>
|
<groupId>com.turt2live.metrics</groupId>
|
||||||
<artifactId>MetricsExtension</artifactId>
|
<artifactId>MetricsExtension</artifactId>
|
||||||
<version>0.0.2-SNAPSHOT</version>
|
<version>0.0.4-SNAPSHOT</version>
|
||||||
<type>jar</type>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
Loading…
Reference in New Issue
Block a user