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.
Hello, here is a update that adds request features to the plugin.
Added:
Bigger amounts of money can be used.
Sound toggle option in the config.yml.
Able to change the sound in the config.yml.
New bypass permission for staff. (CrazyAuctions.Bypass)
Add into the config a lore option to some of the items. You could add
a lore already but I didn't put the option there so people were not
aware of this.
Hello, this is a quick update to fix some bugs.
Bugs:
- Players that tried running commands without permission got an error.
- Default sell and bid limit was set to 1 and not 0.
- Bid limiter wasn't working and was set to the selling limiter.
Hello there, this is a small update that fixes a bug and adds two small
feature.
Bug:
- If your selling limit or bidding limit was at max then it stops you
from selling and bidding items.
Added:
- New setting in the config.
"Category-Page-Opens-First: False"
This allows you to make it so that the Categories tab is the 1st thing
that opens when doing /CA.
- In-Game Update notifier.
This update changes from using integers to using Long.
Added:
- Money Formatting. So now the numbers have comas. Example: 1,000,000.
Change:
- Using Long instead of Int so that the prices could be even higher.