v1.6

Details

  • Filename
    DonationPoints.jar
  • Uploaded by
  • Uploaded
    Apr 2, 2013
  • Size
    34.35 KB
  • Downloads
    213
  • MD5
    c61635bd207ebd5f829ccdc031c1c19d

Supported Bukkit Versions

  • 1.5.1

Changelog

  • Fixes
    • Cleaned up config, no longer contains comments when it generates, it is documented here.
    • No longer lowercases player names when a package is purchased. Still logs the player as lowercase, but should use the normal name when running the commands.
    • The plugin will no longer log transactions using lowercase. Now uses the name as it appears in-game. This makes expiration commands work nicer with plugins that mind name casing as well.
    • Crucial MySQL Table creation bug. (Users that use sqlite wont notice)
    • Fixed order of queries so they don't conflict with each other.
    • Fixed an issue with limits where any package with limits on would not be able to be activated.
    • If a player uses /dp purchase on a package but mispells the name, the package would still purchase with a price at 0. This would only matter if it had to be activated later, essentially, a player could find a way around paying for packages that didn't activate immediately.
    • Fixes a bunch of issues with activation exploits.
  • New Features
    • ExpireOnStartup - New Configuration option to run expiry commands on server startup. This could be used for any player that doesn't sign on the day their package expires. Still does not fix the issue that packages wont expire if the date has passed. It expires ON the day the package is set to expire. May add a command later to force expiration on some users. Couldn't find a nicer way to handle this.
    • Configuration option can be added under general if you don't wish to regenerate your config. "ExpireOnStartup: false" (Defaults: false)
    • All messages are now more in line with each other and neater. You can also configure all of the DonationPoints messages now.
    • donationpoints.free Permission Node allows person to buy packages without requiring the points. Defaults to false. Not even ops have it. Has to be explicitly given to them.
    • Auto Fill price on signs. (Configurable - Defaults true)

This version has been extensively tested, please open a ticket with any bugs. Also, open tickets for any suggestions :D. I'm running low on ideas. I've been on a developing craze as of late.

None