Commit Graph

4 Commits

Author SHA1 Message Date
BadBones69
ee53672de1 v1.2.4 Update
Bugs:
  - Comment in the config.yml said Budding instead of Bidding.
  - Small typos were found in the Messages.yml. Thanks to Fozzie for the pull request.
  - Some permission plugins such as BungeePerms did not work with /ah sell <Price>.

Added:
  - AuctionWinBidEvent: called when someone wins a bidding item. Only called if the winner is online.
  - AuctionNewBidEvent: called when a player places a bid onto an item.
  - AuctionListEvent: called when a player lists a new item to the auction house.
  - AuctionBuyEvent: called when a player buys an item on the buying auction house.

Changes:
  - Cleaned up some code so it is more organized.
2017-08-13 22:43:47 -04:00
BadBones69
2ab7a86802 v1.2.3 Update
Bug Fix:
  - Error when MCUpdate goes down.
  - Error from a method that was running async when it shouldn't have been.

Changes:
  - Cleaned up some code for easier reading.
2017-07-07 22:13:24 -04:00
BadBones69
e864040e28 v1.2.1 Update
Hello, this is just a small update.

Changes:
  - Updater Message has been moved to async to stop any lag from coming
from it.
  - Internal auto updater has been moved to async to protect from
making lag.

Added:
  - New MCUpdate metrics. http://mcupdate.org/plugin?pl=61
2017-04-06 15:14:21 -04:00
BadBones69
3f2b71008c v1.2 Update
Hello, here is a small update that adds a couple requested things.

Changes:
  - Updated Metrics.

Added:
  - The help menu can now be changed in the Messages.yml.
  - Toggle: option to some of the items in the gui.
2017-01-01 15:19:09 -05:00