Commit Graph

345 Commits

Author SHA1 Message Date
BadBones69 b4b12e6e99 Added bStats 2019-05-07 04:11:28 -04:00
BadBones69 e7e4e15953 v1.2.8 Update
Added:
- Minecraft 1.14 support has been added.
2019-05-07 03:13:40 -04:00
BadBones69 59d5987267
Merge pull request #59 from TheMonDon/patch-1
Change Inventory.getName to InventoryView.getTitle (2)
2019-05-07 01:25:54 -04:00
TheMonDon 77460d4301
Change Inventory.getName to InventoryView.getTitle (2)
This method is supported in both 1.13.2 and 1.14
2019-04-27 23:23:17 -05:00
BadBones69 97d341d311 Merge branch 'v1.2.7'
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.
2019-01-25 03:22:23 -05:00
BadBones69 a3f41e91c0 Added %time% placeholder to selling 2019-01-25 03:09:02 -05:00
BadBones69 37c32df2fb Clean up and missing merge code 2019-01-25 03:08:27 -05:00
BadBones69 8712b0bae5 Merge remote-tracking branch 'WinSide/master' into v1.2.7 2019-01-25 02:54:36 -05:00
BadBones69 4350a2cf02 Rename objects 2019-01-25 02:52:56 -05:00
BadBones69 8e4458aedd Merge remote-tracking branch 'origin/v1.2.7' into v1.2.7 2019-01-03 03:39:42 -05:00
BadBones69 e05349410b v1.2.7 Update
Added:
- 1.13-1.13.2 support has been added.

Removed:
- MassiveStats has been removed due to its shutdown.
2019-01-03 03:39:00 -05:00
BadBones69 901563ddf5 v1.2.7 Update
Added:
- 1.13-1.13.2 support has been added.
2018-11-08 10:18:11 -05:00
BadBones69 6e50150cfc
Create LICENSE 2018-10-03 12:19:25 -04:00
BadBones69 81dbd02390 v1.2.6 Update
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.
2018-07-22 02:06:51 -04:00
BadBones69 a709c220ee v1.2.6 Update
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.
2018-07-22 02:02:04 -04:00
BadBones69 9d44a5d701 v1.2.5.1
Bug Fix:
 - 1.8.8 and down servers would get an error from the categories tab.
2018-06-12 19:52:07 -04:00
BadBones69 92d6553ebc v1.2.5 Update
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"
2018-06-07 22:49:12 -04:00
BadBones69 6b98884568 v1.2.5 Update
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"
2018-06-07 22:41:14 -04:00
Mark 554f83c84e
Update GUI.java 2018-01-27 13:15:03 +08:00
Mark 7d50d2db33
Update Methods.java 2018-01-27 13:12:30 +08:00
BadBones69 7f76e0296b Code Clean Up
Cleaned up some code to make it easier to read.
2017-08-30 22:27:48 -04:00
BadBones69 da82bc1492 Merge branch 'v1.2.4-Update' 2017-08-13 22:45:19 -04:00
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 04f318f895 Merge pull request #13 from FozzieDaFox/patch-1
Fix typo in Messages.yml
2017-07-09 16:20:19 -04:00
Fozzie f0515bbedd Fix typo in Messages.yml
Credit to ElementalGaming.
2017-07-09 08:34:47 +01: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 aa9c00dbbf git cache cleared 2017-04-19 09:01:54 -04:00
BadBones69 27e3495a6c v1.2.2 Update
Hello, this is a quick update to remove MCStats Metrics.

Removed:
  - MCStats metrics has been removed due to it being dead.
2017-04-12 14:35:51 -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
BadBones69 6f429b38f4 v1.1.4 Update || Less bugs and a new Aliases.
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.
2016-11-22 18:26:08 -05:00
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