v1.5
Details
-
FilenameDonationPoints.jar
-
Uploaded by
-
UploadedMar 31, 2013
-
Size31.04 KB
-
Downloads379
-
MD532d64a2e08b77dd8e8f60ce7adaf1981
Supported Bukkit Versions
- 1.5.1
Changelog
Version 1.5
- Fixes
- Tables are prefixed with dp_ instead of points_
- The transactions table will not convert automatically, will just create a new table instead. The transactions table has a lot more to it, so it's best to just let the table start fresh.
- points_players will convert to dp_players on startup.
- Log Transactions is no longer configurable. It is needed for 90% of the plugin to work now.
- Completely rewrote /dp confirm
- Tables are prefixed with dp_ instead of points_
- New Features
- Added command /dp purchase.
- Allows user to purchase a package via command instead of sign. Using /dp purchase <packagename>
- Permission Node: donationpoints.purchase
- Left Clicking Signs will now give you a bit of information on the package before buying it.
- getExpireDate() added to the Commands class instead of Methods. (For Developers)
- Packages can now be configured to activate upon purchase, or via command later.
- /dp activate <packagename> will activate a package that needs activating.
- LogTransaction() API Method has been improved (For Developers)
- getCurrentDate() API method has been added (For Developers)
- needActive() API method has been added (For Developers - Checks to see if the package needs activating)
- Packages can be configured to expire.
- The plugin checks when the player signs on whether or not a package needs to expire.
- Package configuration is in days.
- The Configuration has a lot of new things to it. Check the config page for more info. It may be best to back up your packages and just let it regenerate. If you choose not to do this, go to the config page and make sure you have all of the new stuff.
- Added command /dp purchase.
This version has been extensively tested and no bugs have come up. If you spot anything, please submit a ticket. All documentation on config / etc has been updated.
None