CrazyEnvoys 图标

Minecraft 服务端插件

CrazyEnvoys

Drop custom crates with any prize you want all over spawn for players to fight over.

冒险类游戏机制小游戏foliapaperpurpurspigot
版本范围
1.8.8–26.2
下载量
2.9 万

插件介绍

CrazyEnvoys

Installation

  1. Download the update from modrinth/hangar for your version of Minecraft.
  2. You must be using at least https://papermc.io
  3. The file you downloaded goes in the plugins folder.
  4. Restart the server.
  5. Create new files in the tiers folder, and look at the existing files in there to help figure out how to use the plugin.
  6. Edit config.yml and messages.yml
  7. Execute /crazyenvoys reload
  8. Execute /crazyenvoys start
  9. View the documentation @ https://docs.crazycrew.us/mods/crazyenvoys/

Features

Contributing

Support

All support for the plugin is provided on Discord! If a question cannot be answered on the wiki, The next best place is to ask it in the Discord.

Discord Invite Button

Data Collection

We collect anonymous statistics on how the plugin is used at https://bstats.org/plugin/bukkit/CrazyEnvoy/4537 and is visible to the public. If you do not want this anonymous data sent, You currently have to go to the bStats folder, and set that to false.

Apex Hosting (ad)

We're sponsored by Apex Hosting, Click here to get 25% off your first purchase with the code APEX25 at checkout for Minecraft servers, Satisfactory servers, and more!

版本与下载

推荐下载

CrazyEnvoys-1.12.2.jar版本 1.12.2 · 610.8 KBSHA-1 211ba0def8cf0d0eb5a9d8e076d19a713fc27152下载 CrazyEnvoys-1.12.2.jar

1.15.0

正式版
加载器
folia · paper · purpur
MC 版本
26.1.2 · 26.2
CrazyEnvoys-1.15.0.jar2.1 MBSHA-1 6b1157c0ceb490a97f418cd563f562349a83e6a9获取文件 CrazyEnvoys-1.15.0.jar
展开更新日志

Changes 🔨

  • Updated the internal command implementation, the changes are minimal... and are listed below!
    • envoy.admin is no longer a valid permission for commands
  • Replaced all instances of legacy color codes with MiniMessage
    • The only places not touched are the hologram plugin's and their color implementations.
  • Added /crazyenvoys migrate -mt [LegacyColorAll/MojangMappedAll] which you must run.
    • This migrates all color codes to MiniMessage.
  • Improved runtime placeholder migration.
  • Improved initial prize creation.
  • Updated default configurations.
    • All materials are now lowercase, existing configurations should work.
    • All enchantments are now mojang mapped, existing configurations should work.
      • SHARPNESS → sharpness, and so on.
  • Improved folia support maybe?

Bugs Fixed 🐛

  • Fixed an issue with CMI Holograms by forking CMI and updating the API ourselves.

As always, Report 🐛 to https://github.com/Crazy-Crew/CrazyEnvoys/issues

1.14.2

正式版
加载器
folia · paper · purpur
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
CrazyEnvoys-1.14.2.jar974.8 KBSHA-1 d0c7e6d360c73549440ad59ca5e37c1e244c458e获取文件 CrazyEnvoys-1.14.2.jar
展开更新日志

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

1.14.1

正式版
加载器
folia · paper · purpur
MC 版本
1.21.8
CrazyEnvoys-1.14.1.jar974.8 KBSHA-1 e218f3f105aca3949792e71a273ae3384a7fcd30获取文件 CrazyEnvoys-1.14.1.jar
展开更新日志

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

正式版
加载器
folia · paper · purpur
MC 版本
1.21.8
CrazyEnvoys-1.14.0.jar972.1 KBSHA-1 e0cc02d23b59d0f2d51262045a4b24f739b508e9获取文件 CrazyEnvoys-1.14.0.jar
展开更新日志
  • 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.
  • Fixed typos in pl-PL.yml #150
  • Added the french translation #153

1.13.0

正式版
加载器
folia · paper · purpur
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
CrazyEnvoys-1.13.0.jar410.8 KBSHA-1 2910f6dbaa35b051a1614fdefa65a45c317ac181获取文件 CrazyEnvoys-1.13.0.jar
展开更新日志
  • 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)

1.12.2

正式版推荐
加载器
folia · paper · purpur
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
CrazyEnvoys-1.12.2.jar610.8 KBSHA-1 211ba0def8cf0d0eb5a9d8e076d19a713fc27152获取文件 CrazyEnvoys-1.12.2.jar
展开更新日志

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.

1.12.1

测试版推荐
加载器
folia · paper · purpur
MC 版本
1.21
CrazyEnvoys-1.12.1.jar601.7 KBSHA-1 71f15baf9b8dc446873e88fea6cc1c9be29b2eff获取文件 CrazyEnvoys-1.12.1.jar
展开更新日志

Fixed:

  • Issue with file manager not properly loading/reloading files.

1.12

测试版推荐
加载器
folia · paper · purpur
MC 版本
1.21
CrazyEnvoys-1.12.jar602 KBSHA-1 9f55fa64a31ab207a03b6f63ae5c015ffe5dc686获取文件 CrazyEnvoys-1.12.jar
展开更新日志

Fixed:

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

1.11.3

正式版推荐
加载器
folia · paper · purpur
MC 版本
1.21
CrazyEnvoys-1.11.3.jar590.3 KBSHA-1 d5ddca31647b17b2e9bf114234e2dcfd291240c3获取文件 CrazyEnvoys-1.11.3.jar
展开更新日志

Added:

  • Ability to make the flare glow, the config option in config.yml defaults to false.

Fixed:

  • The option to limit flares to specific regions was not being used, the wrong config option was being used internally.

1.11.2

正式版
加载器
folia · paper · purpur
MC 版本
1.21
CrazyEnvoys-1.11.2.jar590.2 KBSHA-1 9d4a0d5f2afa8347d07b1681b118808c7a523bc5获取文件 CrazyEnvoys-1.11.2.jar
展开更新日志

Fixed:

  • Player Heads were not stacking previously, they should now.

1.11.1

正式版
加载器
folia · paper · purpur
MC 版本
1.21
CrazyEnvoys-1.11.1.jar590.3 KBSHA-1 eae5323c739e3d247a442ae341317497094829cd获取文件 CrazyEnvoys-1.11.1.jar
展开更新日志

Fixed:

  • Null pointer exception with HeadDatabaseAPI

1.11

正式版
加载器
folia · paper · purpur
MC 版本
1.21
CrazyEnvoys-1.11.jar590.3 KBSHA-1 db497bfb405c2b223596e734cf65bb2d3fa2238c获取文件 CrazyEnvoys-1.11.jar
展开更新日志

Added:

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

1.10

正式版
加载器
folia · paper · purpur
MC 版本
1.21
CrazyEnvoys-1.10.jar782.5 KBSHA-1 ecf0cd9181b34f8d104c1938fa8d33112b525e19获取文件 CrazyEnvoys-1.10.jar
展开更新日志

Added:

  • 1.21 support

1.9.2

正式版
加载器
folia · paper · purpur
MC 版本
1.20.6
CrazyEnvoys-1.9.2.jar1.2 MBSHA-1 056953a3edec82111d983cdfc516ab9b6566438a获取文件 CrazyEnvoys-1.9.2.jar
展开更新日志

Changes:

Fixed:

  • Custom Skulls using Player Names / Textures were not working.

1.9.1

正式版
加载器
folia · paper · purpur
MC 版本
1.20.6
CrazyEnvoys-1.9.1.jar1.2 MBSHA-1 e61342d29df02cae2d2f9b7a01c3efa20e67f0a1获取文件 CrazyEnvoys-1.9.1.jar
展开更新日志

Changes:

  • Check if WorldEdit is enabled before WorldGuard.
  • Updated the falling block animation.
  • Optimized tiers being picked when the envoy starts.

1.9

正式版
加载器
folia · paper · purpur
MC 版本
1.20.6
CrazyEnvoys-1.9.jar1.2 MBSHA-1 3e0899c16cdedfde6250c28719d1c24a3a03ad99获取文件 CrazyEnvoys-1.9.jar
展开更新日志

Added:

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

1.8.4

正式版
加载器
paper · purpur
MC 版本
1.20.4
CrazyEnvoys-1.8.4.jar704.4 KBSHA-1 61a7502743ab43cc87af0e724b6a602ea706fd22获取文件 CrazyEnvoys-1.8.4.jar
展开更新日志

Removed:

  • Example sub-folder which caused initial runtime error on first install

1.8.3

正式版
加载器
paper · purpur
MC 版本
1.20.4
CrazyEnvoys-Paper-1.8.3.jar702.5 KBSHA-1 74c81bc848ea0495b5de695342c93727b309e4ad获取文件 CrazyEnvoys-Paper-1.8.3.jar
展开更新日志

Changed:

  • Updated to use recently added damage source api. The previous way to prevent firework damage stopped working.

1.8.2

正式版
加载器
paper · purpur
MC 版本
1.20.4
CrazyEnvoys-1.8.2.jar694 KBSHA-1 63bf132f502c2a98da922906192422ea947b137a获取文件 CrazyEnvoys-1.8.2.jar
展开更新日志

Fixed:

  • Error with the ItemBuilder.

1.8.1

正式版
加载器
paper · purpur
MC 版本
1.20.4
CrazyEnvoys-1.8.1.jar694 KBSHA-1 f8d9374404f1e6f36e2cc9720a271028a73c6474获取文件 CrazyEnvoys-1.8.1.jar
展开更新日志

Fixed:

  • Inversion is so much fun, /envoy edit actually works now.

1.8

正式版
加载器
paper · purpur
MC 版本
1.20.4
CrazyEnvoys-1.8.jar694 KBSHA-1 43fbfbb2a882e6e76841c98fd9d0a9372e50dea6获取文件 CrazyEnvoys-1.8.jar
展开更新日志

Removed:

  • 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

1.7.7

正式版
加载器
paper · purpur
MC 版本
1.20.2
CrazyEnvoys-1.7.7.jar670.7 KBSHA-1 f3ca3104ec9354c351918318d29c6bea6ac9d936获取文件 CrazyEnvoys-1.7.7.jar
展开更新日志

Fixed:

  • Stop adding {prefix} to message options that don't need it in the migration.

1.7.6

正式版
加载器
paper · purpur
MC 版本
1.20.2
CrazyEnvoys-1.7.6.jar670.6 KBSHA-1 de02717dd2027e391f6e7a57ade07372596e66d6获取文件 CrazyEnvoys-1.7.6.jar
展开更新日志

Fixed:

  • Envoy locations not being broadcast when an envoy starts.

1.7.5

正式版
加载器
paper · purpur
MC 版本
1.20.2
CrazyEnvoys-1.7.5.jar670.6 KBSHA-1 b345ae3a9e730eaaddc30bdcf0c42eba5d46baf2获取文件 CrazyEnvoys-1.7.5.jar
展开更新日志

Fixed:

  • Issue where flares weren't working.

1.7.4

正式版
加载器
paper · purpur
MC 版本
1.20.2
CrazyEnvoys-1.7.4.jar670.6 KBSHA-1 f6e769d0d7a9a7828a392aed3f6f74b063982b56获取文件 CrazyEnvoys-1.7.4.jar
展开更新日志

Fixed:

  • Display issue with %crazyenvoys_cooldown%.

1.7.3

正式版
加载器
paper · purpur
MC 版本
1.20.2
CrazyEnvoys-1.7.3.jar670.5 KBSHA-1 f62fae5920535df582f23bfc26e4fdce35242185获取文件 CrazyEnvoys-1.7.3.jar
展开更新日志

Fixed:

  • Locale file not changing when doing /crazyenvoys reload.
  • Envoy files not updating on /crazyenvoys reload.
  • /crazyenvoys drops formatting.

1.7.2

正式版
加载器
paper · purpur
MC 版本
1.20.2
CrazyEnvoys-1.7.2.jar670.4 KBSHA-1 4a5d3741b251857f93343780aa286d5782bf881b获取文件 CrazyEnvoys-1.7.2.jar
展开更新日志

Fixed:

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

1.7.1

正式版
加载器
paper · purpur
MC 版本
1.20.2
CrazyEnvoys-1.7.1.jar670 KBSHA-1 e632f5f509cfb28bdacd11bc7ccc9cd09067e21a获取文件 CrazyEnvoys-1.7.1.jar
展开更新日志

Fixed:

  • Locale files not reloading.

1.7

正式版
加载器
paper · purpur
MC 版本
1.20.2
CrazyEnvoys-1.7.jar692.5 KBSHA-1 b73d82d996db9b0d84ba5bf453988ced90bcfc4f获取文件 CrazyEnvoys-1.7.jar
展开更新日志

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.

1.6

正式版
加载器
paper · purpur
MC 版本
1.20.2
CrazyEnvoys-1.6.jar438.5 KBSHA-1 0397d02fba7cf2abbafc62c5398cc44cfc60336f获取文件 CrazyEnvoys-1.6.jar
展开更新日志

Added:

  • Ability for an item to have damage applied to it.
Items:
  - 'Item:GOLDEN_HELMET, Amount:1, Damage:50'

1.5

正式版
加载器
paper · purpur
MC 版本
1.20.1
CrazyEnvoys-1.5.jar413.6 KBSHA-1 32cc277ec8c937707e837c1b0f969883495878e4获取文件 CrazyEnvoys-1.5.jar
展开更新日志

Added:

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 and messages. %reward% & %tier%
  • PlaceholderAPI also works in commands and messages 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 into crazyenvoys-core-api and crazyenvoys-paper-api due to future plans for CrazyEnvoys
  • https://docs.crazycrew.us/docs/plugins/crazyenvoys/guides/api/intro

1.4.20.7

正式版
加载器
paper · purpur
MC 版本
1.20.1
CrazyEnvoys-1.4.20.7.jar455.3 KBSHA-1 2068e7d918963de8c2aec268b2833e5c337a014b获取文件 CrazyEnvoys-1.4.20.7.jar
展开更新日志

Added:

  • CMI support for holograms.

1.4.20.6

正式版
加载器
paper · purpur
MC 版本
1.20.1
CrazyEnvoys-1.4.20.6.jar453.1 KBSHA-1 9061aa20fce06195cfa7021499c0f869d2d871ec获取文件 CrazyEnvoys-1.4.20.6.jar
展开更新日志

Added:

  • Added 1.20 support.

Removed:

  • CMI Support while they update.

1.4.20.5

正式版
加载器
paper · purpur
MC 版本
1.19.4
CrazyEnvoys-1.4.20.5.jar453.2 KBSHA-1 e5f0621a53c0cc5b23e029b9201e643ae9f93428获取文件 CrazyEnvoys-1.4.20.5.jar
展开更新日志

Fixed:

  • WorldGuard no longer stops you from claiming envoys for whatever reason.

1.4.20.4

正式版
加载器
paper · purpur
MC 版本
1.19.4
CrazyEnvoys+Paper+1.4.20.4.jar279.9 KBSHA-1 247c62966c8d26132c64b7e5881c3af25f8ca09a获取文件 CrazyEnvoys+Paper+1.4.20.4.jar
展开更新日志

Added:

  • Added 1.19.4 support.

Removed:

  • Removed 1.18.2 and below support.

1.4.20.3+Beta

测试版
加载器
paper · purpur
MC 版本
1.19.3
CrazyEnvoys+1.4.20.3+Beta.jar281.7 KBSHA-1 25b611d14dffec67beaabe837d1762d862834e7a获取文件 CrazyEnvoys+1.4.20.3+Beta.jar
展开更新日志

Fixed:

  • Message for set spawn locations.
  • min/max spawn amount for set locations.

1.4.20.2+Beta

测试版
加载器
paper · purpur
MC 版本
1.19.3
CrazyEnvoys+1.4.20.2+Beta.jar281.7 KBSHA-1 2e6f02f6830c14d7a258e6eb477b83c4f0b27e26获取文件 CrazyEnvoys+1.4.20.2+Beta.jar
展开更新日志

Fixed:

  • Rare crash that occurs when the y level of the highest blocks in the spawn area are all below y=1. #88

1.4.20.1+Beta

测试版
加载器
paper · purpur
MC 版本
1.19.3
CrazyEnvoys+1.4.20.1+Beta.jar281.7 KBSHA-1 3956b38992ec943976922848fec0f7a2d994f9b9获取文件 CrazyEnvoys+1.4.20.1+Beta.jar
展开更新日志

Added:

  • 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

1.4.17.3

正式版
加载器
paper · spigot
MC 版本
1.8.8 · 1.12.2 · 1.16.5
CrazyEnvoys-1.4.17.3.jar311.2 KBSHA-1 c75d1543bbc530d73bdcca75723dc0fc4e4db910获取文件 CrazyEnvoys-1.4.17.3.jar
展开更新日志

Notice:

This is only for Legacy ( 1.8 - 1.16.5 ) Support, No new features will be added.

Fixed:

  • MVdWplaceholderAPI didn't work.

1.4.17.2

正式版
加载器
paper · spigot
MC 版本
1.8.8 · 1.12.2 · 1.16.5
CrazyEnvoys-1.4.17.2.jar311.2 KBSHA-1 e66fe7213f9bac64639556649b6b01c5aff729be获取文件 CrazyEnvoys-1.4.17.2.jar
展开更新日志

Notice:

This is only for Legacy ( 1.8 - 1.16.5 ) Support, No new features will be added.

Fixed:

  • The plugin was not booting.

1.4.17.1

正式版
加载器
paper · spigot
MC 版本
1.8.8 · 1.12.2 · 1.16.5
CrazyEnvoys-1.4.17.1.jar311.1 KBSHA-1 8318995eced82275b20720d8de8db0364b22d9e9获取文件 CrazyEnvoys-1.4.17.1.jar
展开更新日志

Notice:

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.

1.4.20

正式版
加载器
paper · purpur
MC 版本
1.19.3
CrazyEnvoys-1.4.20.jar281.9 KBSHA-1 649e648aa00bc64aba6f667b10ec4c585a2c3143获取文件 CrazyEnvoys-1.4.20.jar
展开更新日志

Added:

  • Added 1.18.2 support

1.4.17

正式版
加载器
paper · spigot
MC 版本
1.8.8 · 1.12.2 · 1.16.5
CrazyEnvoys-1.4.17.jar311.1 KBSHA-1 b3a011839bb908325bf005baff3f43b3df0bba65获取文件 CrazyEnvoys-1.4.17.jar
展开更新日志

Notice:

This is only for Legacy ( 1.8 - 1.16.5 ) Support, No new features will be added.

1.4.19

正式版
加载器
paper · purpur
MC 版本
1.19.3
CrazyEnvoys-1.4.19.jar282 KBSHA-1 0318665ecd6de0369886e954b2e6f22447e7534e获取文件 CrazyEnvoys-1.4.19.jar
展开更新日志

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

依赖关系