CrazyCrates 1.19.1
on Dec 19, 2023Fixed:
- ItemBuilder was throwing an error in console.
CrazyCrates 1.19
on Dec 11, 2023Removed:
- plugin-config.yml as it was just weird, Options in there will migrate to config.yml automatically.
Changed:
- Bumped to 1.20.4
- Bumped nbt api
- Nested placeholders now work
%crazycrates_<player>_<crate>_opened%
must be done like%crazycrates_{player_name}_your_crate_opened%
- {player_name} can be replaced with almost any player variable from https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders
- /crazycrates admin-help has been removed.
- /crazycrates help now has a permission check if the player has crazycrates.admin-access
- The permission crazycrates.command.player.help has been changed to crazycrates.help which defaults to TRUE
- Console can now use /crazycrates help.
Full Changelog: https://github.com/Crazy-Crew/CrazyCrates/compare/v1.18.5...v1.19
CrazyCrates 1.18.5
on Dec 2, 2023Fixed:
- Glow did not work.
CrazyCrates 1.18.4
on Dec 1, 2023Fixed:
- CSGO Crate animation was out of order.
CrazyCrates 1.18.3
on Nov 30, 2023Changes:
- Close CosmicCrate menu after 10 seconds when all 4 prizes are given.
- Clean up after ourselves when we need to.
Fixed:
- Custom Heads and Custom Items were not working.
CrazyCrates 1.18.2
on Nov 28, 2023Fixed:
- QuadCrate/CrateOnTheGo were not being opened when the command was run.​
CrazyCrates 1.18.1
on Nov 25, 2023Changes:
- Better support for custom items.
Fixed:
- Prevent obtaining keys when in /crates admin if clicking already existing keys in your inventory.
CrazyCrates 1.18
on Nov 24, 2023Added:
- Simple warning about plans to migrate from Spigot to Paper only.
- Config option to hide the QuickCrate item.
Changes:
- Respect a client's sound settings.
- CosmicCrate has been re-coded and optimized.
- Re-coded how crates are handled to allow for new crate types.
- Developer API has been updated.
Fixed:
- CosmicCrate had a bug
- CrateOpenEvent was fired twice.
- Spigot Compatibility.
CrazyCrates 1.17.1
on Nov 8, 2023Changes:
- %Player% no longer works, you must use %player%. This applies to all our internal placeholders.
Fixed:
- QuadCrate, QuickCrate or CrateOnTheGo were labeled as a virtual crate despite being in the Physical World.
CrazyCrates 1.17
on Nov 7, 2023Added:
- Track opened crates for /crates mass-open.
- Added a new message for when taking keys from poor people as an admin i.e. if they are offline or online.
- A directory called examples will be re-generated on every startup and /crates reload to always ensure that you get fresh example files if needed.
Changes:
- If no display name option in the crate config prize section is present, the material name will be used for %reward%.
- Inventories are no longer checked by if the view matches, this led to you being able to name your inventory Enchant and now you can't use the Enchant table.
- Use customizable message for when getting keys out of the admin menu.
- If you try to use the /crates give/take command with any number equal or less then 0, It will tell you that it isn't a valid number.
- /crates mass-open now allows you to pick between physical and virtual keys.
Fixed:
- /crates set was not functioning properly.
- Menu Crate was not in tab completion.
- QuadCrate told you it can't be used as a virtual crate.
- Don't clean player data for users who have no keys if tracking is present under the user.
CrazyCrates 1.16.4
on Nov 5, 2023Fixed:
- Items had extra data added to items preventing them from stacking.
CrazyCrates 1.16.3
on Nov 5, 2023Changes:
- Reload all preview inventories for all viewers after /crates additem.
- Take all players out of any preview inventories during /crates reload.
Fixed:
- You could take items out when viewing previews.
CrazyCrates 1.16.2
on Nov 5, 2023Fixed:
- Placeholders were not being replaced in specific messages.
CrazyCrates 1.16.1
on Nov 5, 2023Fixed:
- The last physical key was not being taken from inventory.
CrazyCrates 1.16
on Nov 4, 2023Added:
- Ability to require a permission to open a crat
- New Message: No-Crate-Permission: '&cYou do not have permission to use that crate.'
- New Permissions: crazycrates.open.<crate_name or *>
- A new set of internal placeholders: %crate(s)_opened%
- PlaceholderAPI allows us to add new placeholders!
- Ability to run commands when a crate is opened, it defaults too false.
Changes:
- Added plugin-config.yml
- Metrics actually shuts down when you reload the plugin after turning off metrics.
- The plugin prefix is no longer automatically appended, you must add %prefix% to every message.
- Added new config options related to gui-customizer and sounds in config.yml
Fixed:
- Cosmic Crates should no longer error. #599
- Total-Crates in data.yml would be overwritten if adding a new crate.
- Check if the crate type is cosmic before marking it as "open", We want the key to be taken before being marked as open so people can't abuse it.
CrazyCrates 1.14
on Aug 4, 2023Added:
- Ability to have items appear damaged in the crate preview, add DisplayDamage: 50 to your prize as an example.
CrazyCrates 1.13
on Aug 1, 2023Added:
- You can now require a player have a custom amount of keys to open a crate.
- It will default to 0 if the option isn't added.
- Add it to your crate config like below.
Crate:
# The amount of keys required to use the crate.
RequiredKeys: 0
- You can now define a default prize message in each crate instead of having to manually configure each prize.
Crate:
# A default message if the prize doesn't have any Messages
# i.e Messages: [] or the value isn't there.
Prize-Message:
- '&7You have won &c%reward% &7from &c%crate%.'
- Added an extra placeholder called %crate% which simply returns the Preview Name.
- Any current iterations of %crate% return the Preview Name. I might've missed one though lol..
Removed:
- Auto update config version as it's useless, You can remove it from your config.
CrazyCrates 1.12
on Aug 1, 2023Added:
- Armor Trims with all pattern/material support has been added. View how to use it below!
Api Changes:
com.badbones69.crazycrates:crazycrates-api:1.11.16
from this point on is outdated.- Please update your dependencies to match this version accordingly before updating!
crazycrates-api
has been split intocrazycrates-core-api
andcrazycrates-paper-api
due to future plans for CrazyCrates- https://docs.crazycrew.us/crazycrates/api/intro
CrazyCrates 1.10.2.2
on Jan 10, 2023Notice:
This is only for Legacy (1.8, 1.12.2, 1.16.5) Support, no new features will be added.
Bug Fixes:
Fixed why MVdWplaceholderAPI didn't work
CrazyCrates 1.11.13
on Jan 8, 2023Changes:
Added an option to limit mass-opening in QuickCrate thanks to TrueDarkLord.
Small preparations for multi platform support.
Added 1.18.2 support.
Bug Fixes:
N/A