v1.4

Details

  • Filename
    DonationPoints.jar
  • Uploaded by
  • Uploaded
    Jan 12, 2013
  • Size
    29.98 KB
  • Downloads
    252
  • MD5
    3540c8aec616a56dfec55d1a411c7bbf

Supported Bukkit Versions

  • CB 1.4.6-R0.3

Changelog

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