mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Back to active development. (1.3.05-dev)
This commit is contained in:
parent
a5af583a29
commit
1cda446063
@ -6,8 +6,11 @@ Key:
|
|||||||
= Fix
|
= Fix
|
||||||
! Change
|
! Change
|
||||||
- Removal
|
- Removal
|
||||||
|
|
||||||
Version 1.3.04-dev
|
Version 1.3.05-dev
|
||||||
|
+
|
||||||
|
|
||||||
|
Version 1.3.04
|
||||||
+ Added McMMOPlayerRepairEvent for API usage - fires after completion of a repair.
|
+ Added McMMOPlayerRepairEvent for API usage - fires after completion of a repair.
|
||||||
+ Added McMMOPlayerRepairCheckEvent for API usage - fires before repair process begins, can be cancelled.
|
+ Added McMMOPlayerRepairCheckEvent for API usage - fires before repair process begins, can be cancelled.
|
||||||
+ Added ability to get skill level from McMMOPlayerExperience events
|
+ Added ability to get skill level from McMMOPlayerExperience events
|
||||||
@ -21,7 +24,7 @@ Version 1.3.04-dev
|
|||||||
= Fixed bug where /ptp worked on dead party members
|
= Fixed bug where /ptp worked on dead party members
|
||||||
! Changed MySQL to reload all player information on reconnection
|
! Changed MySQL to reload all player information on reconnection
|
||||||
! Changed event package structure - be sure to update these if you're using the API in your plugin
|
! Changed event package structure - be sure to update these if you're using the API in your plugin
|
||||||
|
|
||||||
Version 1.3.03
|
Version 1.3.03
|
||||||
+ Added Ocelots to Taming XP tables
|
+ Added Ocelots to Taming XP tables
|
||||||
+ Added ability to summon Ocelots with Call of the Wild
|
+ Added ability to summon Ocelots with Call of the Wild
|
||||||
|
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>1.3.04</version>
|
<version>1.3.05-dev</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
Loading…
Reference in New Issue
Block a user