CrazyEnvoys 1.12.2
on Aug 11, 2024Changes:
- Bumped to 1.21.1
- Bumped CMI API
Added:
- A new config option to open a menu with items in it, instead of adding it to the inventory.
CrazyEnvoys 1.12.1
on Jul 12, 2024Fixed:
- Issue with file manager not properly loading/reloading files.
CrazyEnvoys 1.12
on Jul 12, 2024Fixed:
- Apply
MaxStackSize
to the player's inventory when using Player#addItem, so now instead of 99 items popping up in the inventory if giving 99 keys or any items, it'll split 64/35- Spigot for some odd reason made Player#addItem use the max stack size for the inventories. #hardforkwhen
Changes:
- Moved i/o operations off the main thread.
- Cleaned up build script.
CrazyEnvoys 1.11.3
on Jul 2, 2024Added:
- Ability to make the flare glow, the config option in
config.yml
defaults tofalse
.
Fixed:
- The option to limit flares to specific regions was not being used, the wrong config option was being used internally.
CrazyEnvoys 1.11.2
on Jul 1, 2024Fixed:
- Player Heads were not stacking previously, they should now.
CrazyEnvoys 1.11.1
on Jun 25, 2024Fixed:
- Null pointer exception with HeadDatabaseAPI
CrazyEnvoys 1.11
on Jun 23, 2024Added:
- Added support for HeadDatabaseAPI (the previous way of doing custom heads i.e.
eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVkMzE1NTkyNjFiM2U3OTAyNDc1MWZlMDdiNzExYzhmZWVmNTFkNTZjMDM2MzUyMjY5NTU4MDViYzQyODk0ZSJ9fX0=
will be removed in the next major version of Minecraft.
Prizes: #The prizes that can be won.
'1':
DisplayName: '&6Custom Head' #The display name used in %reward%
Chance: 75
Drop-Items: false
Messages:
- '&7You have just won {reward}.'
Items:
# Only use this if you have HeadDatabase by Arcaniax on the server.
- 'Item:PLAYER_HEAD, Skull:61151, Name:&cA fancy head, Lore:&eA fancy lore,&7with lines, Amount:3'
Changes:
- Removed NBT API completely (which was never used internally just shaded for some stupid reason)
- Flares are no longer identified by if the ItemStack object ids match which was hefty and unreliable, they now check for a tag added by PersistentDataContainer
- There is no way to migrate old Flares given because they have no unique identifier we can know of.
CrazyEnvoys 1.10
on Jun 20, 2024Added:
- 1.21 support
CrazyEnvoys 1.9.2
on Jun 4, 2024Changes:
- https://textures.minecraft.net/texture/ is no longer needed in the Player field in prizes.
- Removed reliance on NBT-API in the ItemBuilder.
Fixed:
- Custom Skulls using Player Names / Textures were not working.
CrazyEnvoys 1.9.1
on Jun 4, 2024Changes:
- Check if WorldEdit is enabled before WorldGuard.
- Updated the falling block animation.
- Optimized tiers being picked when the envoy starts.
CrazyEnvoys 1.9
on May 25, 2024Added:
- 1.20.6 support.
- Folia support.
Removed:
- HolographicDisplays support.
- 1.20.4 support.
- Removed the toggle for bStats from the config.yml, you can toggle it in the bStats folder.
CrazyEnvoys 1.8.4
on Mar 28, 2024Removed:
- Example sub-folder which caused initial runtime error on first install
CrazyEnvoys 1.8.3
on Feb 14, 2024Changed:
- Updated to use recently added damage source api. The previous way to prevent firework damage stopped working.
CrazyEnvoys 1.8.2
on Dec 19, 2023Fixed:
- Error with the ItemBuilder.
CrazyEnvoys 1.8.1
on Dec 13, 2023Fixed:
- Inversion is so much fun, /envoy edit actually works now.
CrazyEnvoys 1.8
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
- Used instanceof variables to make checks simpler
- Cleaned up command checks to be more readable
- Actually tell console the envoy event broadcast.
- Enable random drops/locations by default as it not doing anything might confuse people.
Fixed:
- Few command bugs with invalid casts
CrazyEnvoys 1.7.7
on Oct 31, 2023Fixed:
- Stop adding {prefix} to message options that don't need it in the migration.
CrazyEnvoys 1.7.6
on Oct 6, 2023Fixed:
- Envoy locations not being broadcast when an envoy starts.
CrazyEnvoys 1.7.5
on Oct 5, 2023Fixed:
- Issue where flares weren't working.
CrazyEnvoys 1.7.4
on Oct 4, 2023Fixed:
- Display issue with %crazyenvoys_cooldown%.