Commit Graph

414 Commits

Author SHA1 Message Date
BadBones69
8f17e3d751 v1.1.3 Update || Small fix
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.
2016-11-18 10:04:58 -05:00
BadBones69
92420f2a8a v1.1.2 Update || Small change
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.
2016-11-16 19:12:39 -05:00
BadBones69
ac23825caf Merge pull request #5 from kicjow/kicjow-patch-1
Kicjow patch 1
2016-11-14 18:28:49 -05:00
BadBones69
e2d3ecd31f Update Shop.java 2016-11-14 18:27:48 -05:00
BadBones69
6cb8707cc2 Update Main.java 2016-11-14 18:27:33 -05:00
BadBones69
750ac0b0ac Update CrazyAuctions.java 2016-11-14 18:25:45 -05:00
BadBones69
b615114cb4 Added spaces 2016-11-14 18:23:47 -05:00
BadBones69
ba92ec1ded v1.1.1 Update || Small Bug Fix
Hello, this update if fixing a small bug.

Bug:
  - Limiter was not personal but instead global.
2016-11-14 17:50:23 -05:00
BadBones69
936b7cf34f v1.1 Update || New additions
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.
2016-11-08 13:39:34 -05:00
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