Added:
- %time% placeholder can now be in the selling items lore.
- 1.13 support has been added.
Fixed:
- Sometimes for different languages, the comma would show as an unknown character.
Removed:
- MassiveStats has been removed due to its shutdown.
Changes:
- Small code cleanup to make it more readable.
Added:
- New options to disable and enable the Selling and Bidding features.
- New messages in the Messages.yml.
Changes:
- Recoded how the whole messaging system works.
- Recoded the file system and how all yml files are accessed and controlled.
Added:
- New options to disable and enable the Selling and Bidding features.
- New messages in the Messages.yml.
Changes:
- Recoded how the whole messaging system works.
- Recoded the file system and how all yml files are accessed and controlled.
Bug Fixes:
- A blank line from Crazy Auctions would appear randomly in Console due to old MCUpdate class.
- Damaged leather armor could be sold in the CA even if damaged items are turned off.
- Trying to bid on an item that has just expired causes an error in console.
Changes:
- Bunch of code cleanup.
- Switched from the old MCUpdate class to the new MassiveStats class.
Added:
- New permission to force end auctions. "crazyauctions.force-end"
Bug Fixes:
- A blank line from Crazy Auctions would appear randomly in Console due to old MCUpdate class.
- Damaged leather armor could be sold in the CA even if damaged items are turned off.
- Trying to bid on an item that has just expired causes an error in console.
Changes:
- Bunch of code cleanup.
- Switched from the old MCUpdate class to the new MassiveStats class.
Added:
- New permission to force end auctions. "crazyauctions.force-end"
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.
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.
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
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.
Hello, this update fixes a couple bugs and also adds the /HDV aliases
so players in Europe because they use that instead of /Ac.
Added:
- /HDV aliases to the command so some servers in Europe.
Bugs:
- Error in console when trying to get a players money.
- Players loosing items when inventory is full.
This update fixes a small bug that was reported. Minecraft 1.11 should
already be supported and not break this plugin when updating to 1.11.
Bug:
- Small bug with how the numbers work.
This update makes a change to the Categories item in the /ah
Changes:
- Changed the %Category% name in the Categories item to the acual
custom name to allow translation.