Releases: GuangChen2333/CrystalKillListener
Releases · GuangChen2333/CrystalKillListener
CrystalKillListener v2.0
Feat
- Add subproject
plugin-test
to test plugin - There are many new methods within the event, see javadoc for more details
Build
- Update gradle verison to
7.6
- Change publishing plugin in grade
- Standardize build scripts
Refactor
- Refactor the event methods
About
- No impact on compatibility, fully compatible with version
1.x
Full Changelog: v1.3.1...v2.0
CrystalKillListener v1.3.1
Feat
- Add javadoc on Github Pages
Changes
- Change main class name from
CrystalListener
toMain
Not much has been changed in terms of functionality
Full Changelog: v1.3...v1.3.1
CrystalKillListener v1.3
News
- Add
PlayerDeathByPlayerWithCrystalEvent.getDeathMessage() -> String
- Add
PlayerDeathByPlayerWithCrystalEvent.getKeepInventory() -> boolean
- Add
PlayerDeathByPlayerWithCrystalEvent.getKeepLevel() -> boolean
- Add
PlayerDeathByPlayerWithCrystalEvent.getDroppedExp() -> int
- Add
PlayerDeathByPlayerWithCrystalEvent.getDrops() -> List<ItemStack>
- Add
PlayerDeathByPlayerWithCrystalEvent.getNewExp() -> int
- Add
PlayerDeathByPlayerWithCrystalEvent.getNewTotalExp() -> int
- Add
PlayerDeathByPlayerWithCrystalEvent.getNewLevel() -> int
Changes
- Remove
PlayerDeathByPlayerWithCrystalEvent.getRawEvent()
Full Changelog: v1.2...v1.3
CrystalKillListener v1.2
News
- Add
PlayerDeathByPlayerWithCrystalEvent.getEventName() -> String
- Add
PlayerDeathByPlayerWithCrystalEvent.toString() -> String
- Add
PlayerDeathByPlayerWithCrystalEvent.getRawEvent() -> PlayerDeathEvent
- Modify javadoc
Full Changelog: v1.1...v1.2
CrystalKillListener v1.1
News
- Add method
PlayerDeathByPlayerWithCrystalEvent.isSuicide() -> boolean
to check if the player's cause of death was suicide
Full Changelog: 44d44900d26c0a66b46210b58073cb250eb3853d...987733baddbfc251794d150a13ad5d38b422eb84