v1.4.2

Details

  • Filename
    DonationPoints.jar
  • Uploaded by
  • Uploaded
    Feb 28, 2013
  • Size
    27.32 KB
  • Downloads
    266
  • MD5
    e8f89f50b9c02a280910a1e91edcaf47

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

Version 1.4.2

  • Fixes
    • Removed the UpdateChecker completely. Causes way more issues than it is really worth.
    • Version 1.4.1
  • Fixes:
    • Fixed crucial limits bug that stopped the plugin from processing purchases.
    • Works with 1.4.7-R0.1

Version 1.4

  • Fixes:
    • Fix MySQL table creation bug.
    • You now get the No Permissions error if you don't have permission to create signs.
    • You wont get the spam if the player doesn't have permission to use the signs.
    • Signs handle packages better. Sign will not create if these is an error with package naming.
    • No longer case sensitive. It automatically converts strings to lowercase. (Will fix your sql table when the plugin loads)
  • New Features:
    • Limits:
      • Must enable UseLimits in the config for this to work.
      • For it to actually work you'll also need transaction logging enabled. (Copy these settings from the config page)
    • You can configure the [Premium] line on the sign to contain whatever you want.
    • Points can now be transferred. (Configured on / off - Off by default)
    • Permission node to break Premium signs (donationpoints.sign.break)
    • Begin working on an API type deal. Basic methods that allow you to access things like player's balances, transfers, etc, through other plugins. This will have it's own page linked on the main project page.

Version 1.3

  • Fixes
    • None
  • New Features
    • Finished the UpdateChecker
      • Will log to console if an update is needed.
      • If the player has permission (donationpoints.update) it will tell the player when the log on to update.
      • If the player has permission (donationpoints.update) they can run the command /dp update in game.
      • Will no longer check on startup for an update if it is turned off in the config.
    • Better Commands Listing
      • Now has 'categories' of commands (basic, packages, admins)
      • Will only show commands if the user has permission to use them.
      • No more clutter when using /dp
    • New Package Handling.
      • /dp package info <packageName> - Shows information on a package.
    • /dp version
      • Shows user the version of the plugin if they have the node donationpoints.version

None