v5.9

Details

  • Filename
    Skillz.jar
  • Uploaded by
  • Uploaded
    Jun 20, 2013
  • Size
    111.98 KB
  • Downloads
    125,351
  • MD5
    b0fdf0bc59f14699da2cea26320e0de1

Supported Bukkit Versions

  • 1.7.2
  • 1.6.4
  • 1.5.2

Changelog

v5.9
- Added ability to set levels for blocks even if the block is not part of the actual skill. This allows for denying of mining blocks until you reach a certain level.

v5.8
- Added itemData support. Use it like this: 'itemId:itemData'. Orange wool, for example, would be '35:1'. You can use this with levels and XP.
- Some general fixes
- You can now find the Skills plugin along with sources and javadocs at my nexus at http://centrility.nl:8081/nexus/ (This is a Maven repository)
- Although it's not default in the config, Farming should "work" now.

v5.7
- Added color support for all messages.
- Some general cleanup

v5.6
- Fixed some API stuff
- You can now change the skill name. To do this, add the skills.<skillname>.name variable in skills.yml
- Avoid player data being reset by not creating a variable on checking
- Fix issues with Citizens 2
- Check WorldGuard before adding XP for EntityDamage, Death, BlockBreak and BlockPlace.
- Using a new Updater, made by H31IX which uses BukkitDev for checking and downloading

v5.6 V2
Fixed typo causing player files to save to /skillz/player/ instead of /skillz/players/

v5.6
Added MySQL
Added loads of stuff
Improved speed a lot, buffering data instead of writing it every time (do mind, if server gets killed progress in the last 20 min MAX is lost.)
Some other things I can't remember.

v5.51
Fixed error on first startup
Added Metrics System
Possibly fixed Bug #8 (Citizens bug)

v5.5
Updating fixed.
Added per-amount-of-levels and fixed-levels for all skills
Don't give money when it's 0
Updated API
Added an XP Remaining bar
Fixed some small things.

v5.4
Fixed DC on levelup with item-reward set to 0,0
No longer need settings.yml everything is in skils.yml
Fixed Auto-updating
Converted to Maven for compatibility with Jenkins
Fixed reset of Skills file in non-PVP with arrow on top of someone
No longer get XP when falling, but not getting damage
Fixed acrobatics setting the damage to the damage that should be avoided.

v5.3
Fixed Mining, Digging and Woodcutting
Did major refractor on all skills, makes it easier for me to track down bugs.

v5.1
Fixed some API stuff
Added Auto-Update
Settings with enabled skills are now working.

v5.0.1
Fixed MySQL not working (at all.)

v5.0
Added API and GitHub SkillzAPITest Plugin

v4.5
Fixed Settings not getting created sometimes
Fixed typo (omg)
Made a start on API

v4.4
Finally fixed HighScores not saving properly.