Skip to content

Releases: Crazy-Crew/CrazyAuctions

CrazyAuctions v1.3.2

06 Dec 20:16
4c23e6b
Compare
Choose a tag to compare

Fixes:

  • Fix not being able to buy items
  • Fix an issue where it would scream about tasks needing to be run sync

CrazyAuctions v1.3.1

27 Nov 21:14
9807a59
Compare
Choose a tag to compare

Changes:

  • Add missing player names for the ah view command

Fixes:

  • Fix tab complete order

Full Changelog: v1.3...v1.3.1

CrazyAuctions v1.3

27 Nov 21:18
d3a724a
Compare
Choose a tag to compare

Please take backups and report any bugs you find!

Breaking Changes:

Changes:

  • Re-organized and cleaned up a large portion of the code, Functionality shouldn't change
  • Added proper tab completion
  • Added proper permissions to plugin.yml
  • The permission for /crazyauctions reload is now crazyauctions.reload

Fixes:

  • Fixed a permission check for the /ah gui

Optimizations:

  • Only use uuid for hashmap's / arrays as god intended.

Warning:

  • Data is still stored only using name's which is terrible but at the moment it's annoying to remove, It will change in the next few versions after some more clean up is made.

Developers:

  • Do not rely on any methods in CrazyAuctions as an API, it will constantly be refactored and moved around until told otherwise.

What's Changed

New Contributors

Full Changelog: v1.2.17...v1.3

v1.2.19 Release

13 Mar 19:21
Compare
Choose a tag to compare

Added:

  • A config option to turn off the macro patch if it causes an issue.
  Patches:
    Macro-Dupe: true #Turn to false if you have an issue, but it should patch the bug.

https://github.com/Crazy-Crew/CrazyAuctions/blob/f40ad7302d258ae0b1d04860a24a348ccfc6b53b/src/main/resources/config1.12.2-Down.yml#L22 You must add it to your config.yml

Fixed:

  • Fixed macro dupe thanks to Glare

v1.2.16 Update

27 Mar 06:49
Compare
Choose a tag to compare

Added:

  • Added Netherite armor/tools to categories ~ PR by @HexedHero
  • Hex Color support.

Fixed:

  • Fixed small performance issue ~ PR by @HexedHero

v1.2.15 Update

08 Jun 05:33
Compare
Choose a tag to compare

Fixed:

  • Writable and written books that contained illegal Unicode that SnakeYAML (inside Spigot/Bukkit) could not save caused a big error. This fixes it by saving to a new Test-File.yml and checks if it was able to be saved and if not denies that book.

v1.2.14 Update

24 May 04:57
Compare
Choose a tag to compare

Fixed:

  • Made mistake with the book checking and it didn't check the correct amount of characters.

Removed:

  • Debug message was left from the last update.

v1.12.3 Update

21 May 08:13
Compare
Choose a tag to compare

Added:

  • New Book-Not-Allowed message in the Messages.yml.

Fixed:

  • Switched to replace method to fix NPE from #107.
  • Fixed /ah message showing after using /ah test
  • Fixed NPE from the methods addLore method.
  • When trying to sell a book that has a huge character amount it causes an error in the console and creates a dup bug. A limit of 2k characters has been added to help prevent this.
    Note: If this seems too high or low it will be changed later.

Note If the character limit for books seems too low or too high it will be changed.

v1.2.12 Update

10 Feb 15:47
Compare
Choose a tag to compare

Added:

  • Added Items to damageable item list:
    • TURTLE_HELMET
    • TRIDENT
    • CROSSBOW
  • /ah test [amount] command has been added purly for debugging.

Fixed:

  • NPE from vault checking.
  • NPE from broken item type.
  • Fixed broken lore in some GUIs.

v1.2.11 Update

02 Oct 08:36
Compare
Choose a tag to compare

Optimized:

  • Auction updater has been optimized.
    ~ Thanks to @Aurelien30000 for the PR that helped with this issue. PR: #80

Fixed:

  • NPE when the player can't be found.
  • NPE when the seller can not be found.