ExpSkills 0.8.2

Details

  • Filename
    ExpSkills.jar
  • Uploaded by
  • Uploaded
    Mar 6, 2012
  • Size
    52.00 KB
  • Downloads
    1,467
  • MD5
    afc2361e86d06e8854b26986cfa812b1

Supported Bukkit Versions

  • CB 1.2.5-R1.0

Changelog

Version 0.8.2

  • updated to CraftBukkit-1-1-R7
  • added worlds: <list> node for skills to buy skills only for special worlds
  • added rentcost, rentdiscount, rentcost_min and rentable/buyable nodes for skills
  • added change_expdrop: true/false value in configfile to disable the orbdrop and exp saving (compatibility)
  • added "/skill" and "/skills" alias for "/exp"
  • added Vault Permission Support (untested)
  • fixed a possible conflict between Vault and Register
  • fixed error in "already own skill" check
  • fixed a few NPEs

Version 0.8.1 (2/8/2012)

  • fixed NPE on startup

Version 0.8.0 (2/7/2012)

  • updated to CraftBukkit-1.1-R3 (#1846)
  • general code cleanup and refactoring of source code
  • added Vault Economy Support
  • added playtime counter and playtime as requirement for skills
  • added rental of skills
  • added customizable languagefile
  • added message on levelup
  • updated support for bPermissions - it should work with all features now!
  • updated support for PermissionsBukkit - only group_need is not supported as of now
  • updated /exp list -> "/exp list all" or "/exp list <filter>" all shows you all skills no matter if it's buyable for you
  • updated /exp reset -> "/exp reset level" resets only level and exp, "/exp reset total" resets exp and skills, "/exp reset" resets only skills
  • updated 'cost_type:', it does only matter for "/exp list" and "/exp info" anymore. It will now always take the amounts of money/skillpoints given in the config
  • removed the skill0, skill1, skillx limitation, you can now name you skills as you want
  • fixed /exp list to show only buyable skills now
  • fixed a bug in /exp reset which could cause lag
  • maybe a few more fixes due the cleanup