CrazyEnvoys 1.7.3
on Oct 4, 2023Fixed:
- Locale file not changing when doing /crazyenvoys reload.
- Envoy files not updating on /crazyenvoys reload.
- /crazyenvoys drops formatting.
CrazyEnvoys 1.7.2
on Oct 4, 2023Fixed:
- Missing placeholders in the locale file
- {prefix}&6{player} &7has just found a tier envoy. There are now &6{amount} &7left to find.
- {player} was player and {amount} was amount which means it can't get replaced.
- Unload envoys when server shuts down.
- Replaced all old %player% / %reward% placeholders in tier files.
- You can keep them as %player% etc, They should be replaced internally so nothing breaks.
CrazyEnvoys 1.7.1
on Oct 3, 2023Fixed:
- Locale files not reloading.
CrazyEnvoys 1.7
on Oct 3, 2023Added:
- 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.
CrazyEnvoys 1.6
on Aug 12, 2023Added:
- Ability for an item to have damage applied to it.
Items:
- 'Item:GOLDEN_HELMET, Amount:1, Damage:50'
CrazyEnvoys 1.5
on Aug 2, 2023Added:
- Armor Trims with all pattern/material support has been added. View how to use it below!
- You can now define a default prize message in each tier instead of having to manually configure each prize.
- It will do nothing until you add it.
- This is an example of how to add it.
Settings:
# A default message if the prize doesn't have any Messages
# i.e Messages: [] or the value isn't there.
# Warning, this will override all values in Messages: for each prize.
Prize-Message:
- '&7You have won &c%reward% &7from &c%tier%.'
- Added a new placeholder to
commands
andmessages
.%reward%
&%tier%
- PlaceholderAPI also works in
commands
andmessages
as well now.
'1': #Prize number
DisplayName: '&a$1,000' #The display name used in %reward%
Chance: 10 #The chance that it will be won.
Drop-Items: false #Drop all items in the Items: option on the ground instead of into their inventory.
Messages: #The message that will be sent to the player if won.
- '&7You have just won %reward%&7.'
Commands: #The commands that will be run when this prize is won.
- 'eco give %Player% 1000'
Api Changes:
com.badbones69.crazyenvoys:crazyenvoys-api:1.4.20.7
from this point on is outdated.- Please update your dependencies to match this version accordingly before updating!
crazyenvoys-api
has been split intocrazyenvoys-core-api
andcrazyenvoys-paper-api
due to future plans for CrazyEnvoys- https://docs.crazycrew.us/docs/plugins/crazyenvoys/guides/api/intro
CrazyEnvoys 1.4.20.7
on Jun 12, 2023Added:
- CMI support for holograms.
CrazyEnvoys 1.4.20.6
on Jun 10, 2023Added:
- Added 1.20 support.
Removed:
- CMI Support while they update.
CrazyEnvoys 1.4.20.5
on May 23, 2023Fixed:
- WorldGuard no longer stops you from claiming envoys for whatever reason.
CrazyEnvoys 1.4.20.4
on Mar 21, 2023Added:
- Added 1.19.4 support.
Removed:
- Removed 1.18.2 and below support.
CrazyEnvoys 1.4.20.3
on Feb 15, 2023Fixed:
- Message for set spawn locations.
- min/max spawn amount for set locations.
CrazyEnvoys 1.4.20.2
on Feb 11, 2023Fixed:
- Rare crash that occurs when the y level of the highest blocks in the spawn area are all below y=1. #88
CrazyEnvoys 1.4.20.1
on Feb 6, 2023Added:
- Update checker to check for updates.
Changes:
- /envoys to /crazyenvoys & made /envoys|/envoy an alias.
Fixed:
- Radius Crashes by changing the max-radius to act as a radius instead of diameter, #84
CrazyEnvoys 1.4.17.3
on Jan 10, 2023Notice:
This is only for Legacy ( 1.8 - 1.16.5 ) Support, No new features will be added.
Fixed:
- MVdWplaceholderAPI didn't work.
CrazyEnvoys 1.4.17.2
on Jan 8, 2023Notice:
This is only for Legacy ( 1.8 - 1.16.5 ) Support, No new features will be added.
Fixed:
- The plugin was not booting.
CrazyEnvoys 1.4.17.1
on Jan 8, 2023Notice:
This is only for Legacy ( 1.8 - 1.16.5 ) Support, No new features will be added.
Fixed:
- Downgraded holographic displays support to 2.4.9 because 3.0.0 is unstable.
CrazyEnvoys 1.4.20
on Jan 8, 2023Added:
- Added 1.18.2 support
CrazyEnvoys 1.4.17
on Jan 8, 2023Notice:
This is only for Legacy ( 1.8 - 1.16.5 ) Support, No new features will be added.
CrazyEnvoys 1.4.19
on Dec 14, 2022The first release for CrazyEnvoys on Modrinth! 🎉🎉🎉🎉🎉
Added:
- 1.19.3 support.
- Added the ability to broadcast locations when the envoy started. (A new config.yml option & envoy.locations permission), you can also configure how the message output looks in messages.yml
- Added CMI hologram support
Fixed:
- A few errors across the plugin.