BullionEconomy v0.91

Details

  • Filename
    Bullion-STABLE-BUILD.jar
  • Uploaded by
  • Uploaded
    Sep 1, 2015
  • Size
    152.93 KB
  • Downloads
    674
  • MD5
    ee041ff44ab5861b7af16b0d4013e6c3

Supported Bukkit Versions

  • 1.8.1
  • 1.8
  • 1.8.3

Changelog

v0.91

  • Fixed the update checker looking to my old site and supplying incorrect information
  • Added the ability to disable the update checking and broadcast message retrieval process

v0.9

  • Added new permissions:
    • bullion.atm.creativebypass - allows you to access ATMs, even when in creative
  • Added the ability for users to set what items equal what in the configuartion file (You MUST delete your old config for BullionEconomy to function,now)
  • Added an option in the config that allows money to be used in crafting or not.

v0.8

  • Not many changes made that will be noticed by normal users.
  • Added many new method to the API for developers to work with BullionEconomy's database. (Check the JavaDocs for more info)
  • Added a new configurable option in the config:
    • ATM-Access-In-Creative: determines if players are allowed to access ATMs in creative
  • Check the caveat section
  • Link to forum post: Click Here

v0.7

  • Fixed a small memory leak that was being created on a server reload
  • Redesigned the way the PlayerPurchaseManager & PlayerSellingManager works, so it will now put all change that doesn't fit into the player's bank account
  • Changed around the way a sale is made. It will no longer return a boolean, but instead will return how much money was sent to the bank.
  • The JavaDocs have also been updated with the new type that the makeSale() method returns, please check them for more info. New Method Info Here

v0.6

  • An option has been added to the config:
    • Vault-Override-Values: If this is set to true, and the server has Vault installed, all player amounts will be set to whatever value is stored for that player in vault every time a player accesses their ATM. This is if you want the value stored in Vault to be the same as the value stored in BullionEconomy
  • Moved the update-check to an async thread, so that way if my servers are down, it will not hinder your server starting/reloading
  • Completely changed the way BullionEconomy works with the SQL servers. It no longer will hog the connection made to the MySQL server (which wouldn't allow any other connections to be made)

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

You must delete your old config and allow BullionEconomy to create a new one (by starting/restarting your server).