Skip to content

Releases: Crazy-Crew/CrazyEnvoys

1.14.2

31 Aug 17:17
47d1c6e

Choose a tag to compare

What's changed?

  • Fixed an issue with default tier files getting extracted despite deleting them.
  • No longer allow 0 seconds being added to time related strings #162
  • Fixed an issue with random spawn behavior by using the correct config option
envoys:
  generation:
    # Whether to always spawn the max amount of crates possible set below, If the option is false. Spawn locations set using /envoy edit will instead spawn.
    # Note: You should only use this if random-locations is false.
    max-drops-toggle: false
    # The max amount of crates that will spawn.
    max-drops-amount: 20
    # The min amount of crates that will spawn.
    min-drops-amount: 7
    # This option will spawn a random number of envoys between min-drops-amount and max-drops-amount.
    # Note: You must set max-drops-toggle to false otherwise this will not function.
    random-drops: true # -> This is the option it used before.
    # Random location settings
    random-locations:
      toggle: true # -> This is the option it uses now.
      max-radius: 300
      min-radius: 20

Full Changelog: v1.14.1...v1.14.2

1.14.1

23 Aug 14:38
03f2e4b

Choose a tag to compare

What's changed?

  • Fixed an issue with DecentHolograms error due to using characters not allowed. #154
  • Fixed an issue by removing ignoreCancelled(true) which allows blocks like redstone torches to work while right-clicking air #156
  • Fixed a visual issue with the #sendBlockChange by delaying it by 2 ticks which is used to show the bedrock when placing or being in edit mode. #155
  • Added a new feature that allows the player who started the signal flare to be announced that they started it in chat. #158
    • This adds a new message to your message file, and a new config.yml option.
  • Fixed an issue with data not saving to data.yml

All new config.yml options have values that represent how they were out of the box previously

#157

  • Added a new argument to the /crazyenvoys ignore command which is -s or -no
  • Added the ability to turn off/on broadcasting via a new config.yml option.

New Contributors

1.14.0

11 Aug 21:26
3ac3f27

Choose a tag to compare

What's Changed

  • Fixed typos in pl-PL.yml by @Coreli0 in #150
  • Add files local FR by @MrSuricate2 in #153
  • Updated to 1.21.8.
  • Fixed multiple issues on Folia.
  • Updated FileManager usage.
  • Added FancyHolograms as soft depend.
    *Improved performance interacting/creating flares by not using ItemMeta.

New Contributors

Full Changelog: v1.13.0...v1.14.0

1.13.0

09 Aug 02:44
a1c8ed4

Choose a tag to compare

  • Add support for lists with left/ended in messages.yml. (it should automatically migrate)
ended:
  - 'line 1'
  - 'line 2'
  • Converted time-till-event into a list in messages.yml. (it should automatically migrate)

Full Changelog: v1.12.2...v1.13.0

1.12.2

06 Jan 19:28
b35e4d3

Choose a tag to compare

Changes:

  • 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.

What's Changed

  • Add a config option to open a menu with items in it instead of adding to inventory. by @ryderbelserion in #145

Full Changelog: v1.12.1...v1.12.2