ExplosiveElytras 0.10.0
Details
-
FilenameExplosiveElytras-0.10.0.jar
-
Uploaded by
-
UploadedJun 18, 2018
-
Size37.08 KB
-
Downloads215
-
MD5741a83855cc3dc4b9cb625ed2c65385f
Supported Bukkit Versions
- 1.12
- 1.11
- 1.10
- 1.9
Changelog
Release 0.10.0
This release introduces incompatible API changes. Everything has been made more comprehensive. In preparation for the 1.13 changes, the required items list now uses the spigot material type.
API Changes:
- Removed the concept of final damage from the ExplosiveImpactEvent in favor of storing a snapshot of the impact damage only. The explosion damage and impact damage can be modified in a subsequent event which is thrown. The sum of these two damage values become the effective damage dealt to the player.
- Added example listener using the new API format.
Config Changes:
- Required items list now uses spigot material tags. The format is .[MATERIAL]|[amount]. The config will need to be manually updated. For example, 46:0|1 is now invalid. It must be changed to TNT|1. Full list of materials can be found here.
More details on GitHub.