AslCraft

ElephantSerie patch note

Jul 12th, 2018
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. ---------------------------------
  2. EJCore update 2.0.0: (All changes for plugin Developers)
  3. ---------------------------------
  4. - Reflections was updated and tested.
  5. - Full repackaging.
  6. - New unique Messenger (a.k.a ChatUtil) specially for ElephantSerie
  7. - New smart BasicCommand handler, you are not limited to what use it, just handle new BasicCommand or use it as abstract for your command! I use it in next form: I'll just create new BasicCommand instances as subcommands in BasicCommandHandler class file :)
  8. - Smart player holder, with implemented cooldown and settings handler! All settings you can get manually from reflections or from EJPlayer instance. EJPlayer contains easy to use methods to heal, feed, or change health for player, also it has unique InventoryEquip instance, this has good handlers and unique events for every slot :)
  9. - New EntityProtection like SkillAPI (I can't post it in this update, but I warned you about the existing this in core)
  10. Fully recreated EJPlugin (a.k.a ElephantPlugin), now it has methods for manual listeners and configurations load, and configurations reload. Also instead of required 3 methods for load and 1 for disabling, you can use only one for loading (or all, but it not necessarily)
  11. - Separate class file for Cooldown, what before implemented as subclass in EJPlayer (a.k.a EPlayer) instance
  12. - VersionResolver utility for checking compatibility with same minecraft versions.
  13. ---------------------------------
  14. EHunger update 1.2.0:
  15. ---------------------------------
  16. - Fully removed all CustomEvents.
  17. - Now Eater holder uses EJPlayer as basic abstract class.
  18. - Now "enable-instant-eat" option used at another way. If it true, food will be eaten instantly without any time spent and animation. If it false, it returns to vanilla form, but if you has locked hunger on 20, players can't restore health (because instant not work)
  19. IS NECESSARY DELETE YOUR OLD CONFIGS.
  20. ---------------------------------
Add Comment
Please, Sign In to add comment