Commit Graph

155 Commits

Author SHA1 Message Date
BadBones69
9aca319650 v1.0.2 Update || Bug fixes
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.
2016-10-31 12:27:07 -04:00
BadBones69
1f823c409b v1.0.1 Update
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.
2016-06-23 03:22:54 -04:00
BadBones69
91a719af78 v1.0 Release Update
The plugin has just been released on spigot.

https://www.spigotmc.org/resources/crazy-auctions.25219/

Added:
- Perms to all commands
- Dependence on Vault
2016-06-20 15:51:54 -04:00
BadBones69
3b43e792ad v0.5 Update
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.
2016-06-17 11:02:23 -04:00
BadBones69
dea4391603 v0.4 Update
Recoded how the Time works. It now doesn’t edit the Data.yml file every
second but uses Milliseconds.
2016-06-10 00:26:37 -04:00