ExpSkills 0.8.0

Details

  • Filename
    ExpSkills.jar
  • Uploaded by
  • Uploaded
    Feb 7, 2012
  • Size
    48.08 KB
  • Downloads
    317
  • MD5
    149cc1c0c152dc531fd385c191d2d550

Supported Bukkit Versions

  • CB 1.1-R3

Changelog

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