Releases: Yovach/PlayerLangAPI
Releases · Yovach/PlayerLangAPI
Removed unnecessary code, added metrics (bStats)
- Added some methods for potential compatibility in the future.
- Removal of unnecessary codes
- Add Metrics bStats (can be disabled)
- Added a function to see if TextComponent-related features are usable
NOTE :
If you want to use "display" method, please take a look to :
Added method "get()", added method setDisplay
Method get() :
- allows to retrieve the object corresponding to the class :
- MaterialLang.DIAMOND.get() = Material.DIAMOND
- EnchantmentLang.PROTECTION_FIRE.get() -> Enchantment.PROTECTION_FIRE
Method display (requires NBTAPI):
- allows you to modify the "display" properties of an ItemStack.
NOTE :
If you want to use "display" method, please take a look to :
Addition of utilities and fixes
Added utilities :
- EntityTypeLang,
- PotionEffectTypeLang,
- EnchantmentLang,
- ColorLang
Removal of unnecessary code
Fixed an issue related to the .yml plugin (malformed)
PlayerLangAPI 0.1
Hello world