CouponCodes Version 2.0.9

Details

  • Filename
    CouponCodes.jar
  • Uploaded by
  • Uploaded
    Feb 13, 2012
  • Size
    61.78 KB
  • Downloads
    3,573
  • MD5
    9d7fdfb3bfb1f749baacfb0053f2cbfa

Supported Bukkit Versions

  • CB 1.1-R4

Changelog

Change Log
  • Version 2.0.9
    • Fix: Users sometimes could redeem expired coupons
    • Fix: Fixed some text with the info command (ex: Items: member)
    • Change: Improved /c reload command
    • Change: Improvement for MySQL users
    • Change: Custom metric data
    • Change: Coupon timer called only every ten seconds instead of five
    • Change: Commands now handled on a separate thread, fixes some lag, especially with a high number of timed coupons
    • Change: More optimizing
    • Change: Removed some debug events
    • Change: Code cleanup
    • Update: Updated for CB 1.1-R4
    • Update: Updated for new metrics release
    • Update: Updated for new versions of Vault
  • Verison 2.0.8
    • Fix: use-thread woks now
    • Fix: /coupon works as well as /c
    • Fix: Redeeming rank coupons w/o permissionsbukkit works now
  • Version 2.0.7
    • Fix: Fixed a nullpointerexception with redeeming coupons
    • Change: Small code formatting change
  • Version 2.0.6
    • Everything in 2.0.6 Test Build 1 & 2
    • Change: Code cleanup
    • Change: Updated libraries for new bukkit version
    • Commits:<font size="1">64e8f3a9903231d739651ba83b1103345dc0d551</font>
    • It is recommended you delete your config and let the plugin save it, a lot has changed in the default config. You can view what the new default configuration looks like here.
  • Version 2.0.6 <u>Test Build</u> 2
    • Addition: Added XP coupons!
    • Change: The help menu has been re-done a bit, for example /c would return all /c commands but /c add would return all adding commands
    • Change: Re-wrote the code for adding coupons, works much smoother now
    • Change: Did additional optimization, especially when using /c remove all and some other queries as well as when a server has an extremely high amount of coupons
    • Change: Small code cleanup
    • Commits: <font size="1">bceacac9482efa14c697403b6f9ebdf2581af965</font>
  • Version 2.0.6 <u>Test Build</u> 1
    • Addition: Added /c remove all
    • Addition: New config options
    • Change: Threads only called every 5 seconds, much better performance for servers with high amounts of coupons and high load
    • Change: Updated for the new event system
    • Change: General optimization
    • Change: New default config using the new saving system
    • Change: Code cleanup
    • This build has been updated to take advantage of the new features in the 1.1 Bukkit builds. A recent development snapshot of 1.1 is required. This build will run much smoother than the previous builds.
  • Version 2.0.5
    • Fix: PermissionsBukkit now works properly when using rank coupons
    • Fix: Plugin now takes into consideration your use-vault value in the config
    • Couple of small potential bug fixes
  • Version 2.0.4
    • Fix: Thread safe! (Fixed crash bug)
    • Fix/Change: Updated and fixed a bug with the reload command, now it only will reload the database
    • Change: No longer auto reconnects the database
  • Version 2.0.3
    • Fix: /c info crash with SQLite fixed
    • Addition: Added update notifier (cc.update)
  • Version 2.0.2:
    • Fix: MySQL has been fixed and is working properly
    • Fix: If your inventory is full, the items will drop instead of disappear
    • Fix: SQL queries and such are faster and less are called than before
    • Addition: /c info has been added, giving coupon stats!
    • Addition: Timed coupons added. If the time limit on a coupon runs out, it expires!
    • Addition: PluginMetrics added
    • Addition: New events added
    • Addition: New API methods
    • Change: Removed some unneeded interfaces
    • Change: Every minute the database is refreshed with a new connection
    • Change: Updated and better /c help menu
    • Change: API cleaned up
    • Change: Better permission detection
    • Change: Default config updated a little
  • Version 2.0.1:
    • Fix: MySQL has been partially fixed, stick with SQLite for now
    • Fix: Numerous bugs fixed
    • Fix: Some bugged events have been fixed
    • Addition: Rank coupon has been added! Coupons can now change your rank/group!
    • Addition You can now type 'random' as the name of your coupon and get a randomly generated name!
    • Change: Extended vault support
    • Change: Name changed from 'Coupon Codes' to just 'CouponCodes'. Your configuration is now stored in /plugins/CouponCodes rather than /plugins/Coupon Codes. Just move your SQLite file and config.yml over.
  • Version 2.0.0:
    • Rewrote plugin
    • MySQL and SQLite support added
    • Vault support for Economy plugins
    • API added
    • New permissions and commands