CrazyAuctions 1.6.1
on Jul 12, 2024Fixed:
- Issue with file manager not properly loading/reloading files.
CrazyAuctions 1.6
on Jul 12, 2024Changes:
- Moved i/o operations off the main thread.
- Improved performance with the bid command.
Added:
- Folia Support
Removed:
- Unicode checks for books, this might not be needed anymore due to recent Mojang/Paper changes, but I will add it back if an issue appears related to books.
CrazyAuctions 1.5.1
on Jun 25, 2024This version of the plugin is outdated! Please hit the versions
tab or the download
button in the top right.
Changes:
- Added a permission check for crazyauctions.access on the command /crazyauctions
Fixed:
- Sending double messages if they don't have the permission.
CrazyAuctions 1.5
on Jun 20, 2024Added:
- 1.21 support
Removed:
- 1.20.6 support
CrazyAuctions 1.4.5
on Jun 18, 2024Fixed:
- Caught a few places still using the player's name for reading or writing to the data.yml which breaks the uuid checks.
CrazyAuctions 1.4.4
on Jun 17, 2024Changes:
- Only update the data.yml if the value is not a uuid
CrazyAuctions 1.4.3
on Jun 17, 2024Changes:
- Migrated
data.yml
to use uuids instead of player names. Existing data.yml should migrate to this format but take a backup in case.
Fixed:
- Bid now button wasn't using the value from the
config.yml
CrazyAuctions 1.4.2
on Jun 15, 2024Fixed:
- Caught a few stragglers in the code not yet updated to using the new methods for the new item format.
CrazyAuctions 1.4.1
on Jun 15, 2024Changes:
- Updated how items are stored by encoding them into base64 after serializing them into bytes. We then decode the item before converting it back into an itemstack. old items in the data.yml should be migrated on startup but in the chance they do not, please take a backup.
Fixed:
- Issue where lore would duplicate on items.
CrazyAuctions 1.4
on Mar 20, 2024Changes:
- Updated the item builder, What does this mean?
- Custom Items are finally supported
- The item sections in the config.yml have the same capabilities as our other plugins.
- All lores, display names have placeholder api support.
CrazyAuctions 1.3.2
on Dec 6, 2023Fixed:
- Not being able to buy items
- Issue where it would scream about tasks needing to be run sync
CrazyAuctions 1.3.1
on Nov 27, 2023Changes:
- Add missing player names for the ah view <player> command
Fixed:
- Tab complete order
CrazyAuctions 1.3
on Nov 27, 2023Added:
- 1.20 support
- Added proper tab completion
- Added proper permissions to plugin.yml
Changes:
- Re-organized and cleaned up a large portion of the code, Functionality shouldn't change
- Permissions have changed, You can view the updated permissions @ https://docs.crazycrew.us/crazyauctions/info/commands/permissions
- The permission for /crazyauctions reload is now crazyauctions.reload
Removed:
- 1.19.4 support and below.
Fixed:
- Permission check for the /ah gui
Optimizations:
- Only use uuid for hashmap's / arrays as god intended.
CrazyAuctions 1.2.19
on Mar 13, 2023Fixed:
- Macro dupe bug with the inventories.