StatsAndAchievements-1.10-SNAPSHOT

Details

  • Filename
    StatsAndAchievements-1.10-SNAPSHOT.jar
  • Uploaded by
  • Uploaded
    Jan 20, 2013
  • Size
    105.62 KB
  • Downloads
    337
  • MD5
    5892f81e2b942eed20d370ae1e57f56c

Supported Bukkit Versions

  • CB 1.4.7-R0.1
  • 1.4.7

Changelog

1.10 SNAPSHOT #2

  • Fixed /ach admin remove
  • Added a debug output for SQL errors

1.10 SNAPSHOT #1

  • Build against CB 1.4.6-R0.3
  • Added abillity to disable certain listeners (useful for bigger servers)
  • Added new mobs
  • Fixed colors in messages
  • Added Metrics

Please test this version and respond back if everything works ok. Support for older Bukkit versions maybe dropped with this releases, but test it to be sure if you wanna use older bukkit versions.

1.9.3

  • Build against CB 1.4.5-R0.2 - I made no fixes but it should work. If not don't expect an update soon, because i've not much time atm.

1.9.2

  • Build against CB 1.3.1-R1.0 - I made no fixes but it should work. If not don't expect an update soon, because i've not much time atm.
  • Using new Chatevent

1.9

  • Fxed achievement message.
  • Probably more, but i forgot it.

1.8

Big Thanks to wattzy for his great work!

  • Fixed memory leaks!
  • Added/enabled crafting stats.
  • Added/enabled enchanting stats.
  • Added brewing stats.
  • Added Simple Spleef support (Disabled by default)
  • Added new stats to track,
  • * PIGS_RIDDEN (pigs the player has ridden),
  • * PIGS_DIST (Distance the player has gone by pig),
  • * EGGHATCHED (Number of eggs that actually hatched, not just thrown),
  • * COWSMILKED (Number of times the player has milked cows),
  • * BEDSUSED (Number of times the player has used a bed,
  • * SHEEPSHEARED (Number of times the player has sheared a sheep,
  • * SNEAK (Total Distance the player has sneaked),
  • * SPRINT (Total Distance the player has run/sprinted),
  • * FALL_DIST (Total distance the player has fallen and taken damage from),
  • * SMELTING_TOTAL (Total number of items smelted),
  • * BREWING_TOTAL (Total number of potions brewed),
  • * If enabled the players table will also have SPLEEFWIN and SPLEEFLOSE columns.
  • Fixes for data truncation errors caused by 'data' values, and pointless storing of 'data' values for blocks that shouldn't really need it. Like beds and torches, otherwise you need multiple achievements for them because they have varying degrees of 'data' values, rather than just one.
  • In the stats table there are two new stats, ENV_DEATH and ENCHANTMENT.
  • * ENV_DEATH stores ways in which the player has died within the enviroment, falling, drowning etc.
  • * ENCHANTMENT stores what items the player has enchanted and what enchantments have been applied (EID, enchantment ID in 'data' column) and value stores the total number of times has been applied to said item.
  • Possibly more, but I forget......

1.7

NOTE: If you have a custom language file you have to updatet it, "achievements.notifyachwidget" is a new message.

  • Added the following varaibles to "achievements.notifyachwidget" and "achievements.notifychat": "%achievement%" and "%achievement_id%".
  • You can disable achievement notifications now in your config.
  • You can disable stats within creative gamemode now in your config.

1.6

  • Temporary playtime fix. Playtime gets updatet every 120seconds for all online players (=> database.playtime + 120seconds). But for example: If a players joins but leaves before the next 120seconds delay the playtime don't get be updatet, but i think its a better temporary solution then how it was for now.

1.5

  • Version 1.4 is broken. Please use this version, sry.

1.4

  • Fixed Exception with empty commands in achievements
  • Maybe fixed "Data truncation" in data field

1.3

  • Added playtime to /stats command
  • Improved exception handling

1.2

  • Implemented "/achievements admin convert"
  • Fixed NPE with UTF-8 character in names (thanks Koolsource for testing)
  • Improved performance

1.1

  • Fixed bug with table prefix (fixes 1)

SQLite Achievements doesnt work.