Skip to content

Releases: Yovach/PlayerLangAPI

Removed unnecessary code, added metrics (bStats)

02 Jan 15:36
Compare
Choose a tag to compare
  • 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

01 Jan 22:17
10403b2
Compare
Choose a tag to compare

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

01 Jan 14:31
3455b4e
Compare
Choose a tag to compare

Added utilities :

  • EntityTypeLang,
  • PotionEffectTypeLang,
  • EnchantmentLang,
  • ColorLang

Removal of unnecessary code

Fixed an issue related to the .yml plugin (malformed)

PlayerLangAPI 0.1

31 Dec 17:15
Compare
Choose a tag to compare

Hello world