BullionEconomy v0.5

Details

  • Filename
    Bullion-STABLE-BUILD.jar
  • Uploaded by
  • Uploaded
    Mar 6, 2015
  • Size
    131.04 KB
  • Downloads
    689
  • MD5
    06bae151201cba6a7c4f51cf57ebb62c

Supported Bukkit Versions

  • 1.8.1
  • 1.8

Changelog

V0.5

  • Added version checking (doesn't update automatically, but will notify when there is an update available
  • Slightly increased Vault compatibility. It will now update your balance depending on what you have in your ATM
  • Tweaked the API slightly to allow OfflinePlayer to inputted in the BullionPlayer's constructor
  • Added the /balance command for checking player's balances
  • Added the /setbalance command for setting player's balances
  • Added new permissions:
    • bullion.commands.balance - allows you to use the /balance command
    • bullion.commands.balance.other - allows you to see the balances of other players
    • bullion.commands.setbalance - allows you to use the /setbalance command
    • bullion.notifications.notifyupdate - player's with this permission will be notified of new BullionEconomy updates upon joining the server
  • Fixed some permissions typos in the plugin.yml

V0.4

  • Organized pieces of code and made some bug fixes
  • Added a new method to the API for making sales
  • No database or config changes were made in this update, so only the JAR file needs to be replaced (if you're updating from version 0.3)

V0.3

  • Fixed up problem with only wall-signs working for ATMS
  • Fixed ATM's not being destroyed when a block holding the ATM sign was destroyed
  • Changed the permission bullion.atm.createatm to bullion.atm.create
  • Added the permissions bullion.atm.destroy
  • Added an API for other plugins to implement and utilize BullionEconomy's functions
    • The JavaDocs can be found on the Jenkins page for BullionEconomy
  • Made table modifications to BullionEconomy, you must delete/purge your database and allow BullionEconomy to repopulate it.
  • Fixed the random log message in the console every time someone accessed an ATM
  • Prepared BullionEconomy to work with item durability
  • Added the ability to set your 'server-name' in the config. This is an essential option if you plan to share a database with other servers
  • Fixed an error with purchases throwing an error if you had no money in your inventory

V0.2

  • Added the /bankstatement command and permissions for it:
    • bullion.commands.bankstatement: gives you access to the /bankstatement command
    • bullion.commands.bankstatement.other: allows you to view other player's bank statements
  • Fixed a bug with Spigot servers not properly working with the config
  • Did some very minor performance upgrades

V0.1

  • First upload

Both the config file and database need to be deleted/purged. If they are not, BullionEconomy cannot re-populate them with the correct information and the plugin will not function correctly.