Compatibility
Minecraft: Java Edition
1.21.3
1.21–1.21.1
1.20.6
1.20.4
1.20.1–1.20.2
1.19.4
1.16.5
1.12.2
1.8.8
Platforms
Folia
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated yesterday
Changelog
Changes:
- Removed all getItemMeta/hasItemMeta calls for checking PersistentDataContainer
- We now check ItemStack#PersistentDataContainerView which no longer relies on ItemStack#getItemMeta
- TLDR: stonks
Added:
- Added a toggle, which allows you to revert the chance made previously.
crazycrates.open.<crate_name>
->crazycrates.deny.open.<crate_name>
- The configuration option can be found in the
config.yml
i.e.root.use-new-permission-system
which defaults to false- This option is subject for removal however toggled like this for now,
false
means the old system i.e.crazycrates.open.<crate_name>
is back. - The new way i.e.
crazycrates.deny.open.<crate_name>
will be removed in the next version of Minecraft! - All further experiments will be behind toggles like this one going forward.
- This option is subject for removal however toggled like this for now,