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.3–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 3 months ago
Changelog
Added:
- 1.20.2 support.
Changed:
%crazyenvoys_crates_left%
and%crazyenvoys_crates_time%
has been changed to%crazyenvoys_envoys_left%
and%crazyenvoys_envoys_time%
- Made random more random.
- Properly handle how Metrics shuts down and turns on when you change the true/false.
- Add more verbose logging with an option to turn off the spammy garbage.
- Internal placeholders such as %random% or %player% which are handled by us have been changed to {random} or {player}.
- Migrated messages.yml to locale folder as en-us.yml, It should auto convert all your previous values.
- Migrated Settings.Prefix and Settings.Toggle-Metrics to plugin-config.yml
- Re-worked the config.yml to hopefully be more organized, It has a lot more descriptive comments and properly named options.
Performance:
- No longer use the player object in hashmap's/arrays just the uuid as god intended.
Developers / API:
This is nerd talk so only read this if you need to.
- Changed how configurations are handled internally which massively helps.
- Changed how metrics is handled internally.
- Updated CMILib.
- Cleaned up some internals, reduce duplicated code.
- Bumped nbt-api.