Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
AxEnvoys

AxEnvoys

The most powerful supply crate/envoy plugin on the market - with the greatest performance

2,692
22
Game Mechanics

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x
1.18.x

Platforms

Bukkit
Folia
Paper
Purpur
Spigot

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server

Creators

ArtillexStudios
ArtillexStudios Owner

Details

Licensed MIT
Published last year
Updated last week
DescriptionGalleryChangelogVersions

Show all versions

1
2

AxEnvoys 2.2.1

by ArtillexStudios on Jul 8, 2025
Download
  • Fixed an exception with the packet system.

AxEnvoys 2.2.0

by ArtillexStudios on Jul 2, 2025
Download
  • Added 1.21.6/7 support
  • Added a top-block-finder setting to envoys
  • Fixed envoy auto-starting not working sometimes
  • Added a debug mode to diagnose issues more easily
  • Fixed envoys sometimes stopping earlier

AxEnvoys 2.1.1

by ArtillexStudios on Apr 26, 2025
Download
  • More fixes to make modelengine compatible. (hopefully the last one)

AxEnvoys 2.1.0

by ArtillexStudios on Apr 22, 2025
Download
  • Added 1.21.5 support
  • Added a metrics system that provides us some basic information (can be disabled in the plugins/AxAPI/metrics.yml file)Report any issues @ https://github.com/Artillex-Studios/Issues/!

AxEnvoys 2.0.6

by ArtillexStudios on Dec 8, 2024
Download
  • Added 1.21.3 & 1.21.4 support
  • Added an update checker that can be disabled in the config.yml

AxEnvoys 2.0.5

by ArtillexStudios on Oct 16, 2024
Download
  • Added 1.21.1 support
  • Added additional check to prevent block replacements (Thanks, rudde0!)
  • Moved envoys reload to be async (Thanks, WaterArchery!)
  • Added a reward-amount config option
  • Fixed envoys sometimes not stopping with the timeout option
  • Added heightmap configurability

AxEnvoys 2.0.4

by ArtillexStudios on Jul 1, 2024
Download
  • Added set time timers
  • Added 1.21 support
  • Fixed the timer sometimes not starting the envoys

AxEnvoys 2.0.3

by ArtillexStudios on May 26, 2024
Download
  • Added 1.20.5/6 support
  • Some fixes to min-distance
  • Added a new "key" feature, you can set a required-item for a reward, if you open the crate with that item in your hand you are guaranteed to get that reward. Required-item rewards are not inside the regular lootpool
  • Added support for furnitures in ItemsAdder
  • Added sound rewards
  • Fixed rewards not correctly reloading
  • Fixed envoys sometimes not correctly stopping on server stop/world unload
  • Added some API events
  • Added a check for chunk loaded state before getting entities in the chunk (Thanks, Zffu!)
  • Added %name% placeholder to reward collect messages
  • Disabled physics in block placing (Thanks, rudde0!)
  • Made blank messages not send
  • Added differentiation between x and z max distance, you can create rectangular envoy spawn areas

AxEnvoys 2.0.2

by ArtillexStudios on Mar 18, 2024
Download
  • Fixes to some start messages
  • Add time format to envoy config
  • Add /envoy time command
  • Some other smaller fixes to falling blocks

2.0.1

by ArtillexStudios on Dec 15, 2023
Download
  • Fixed some issues where envoy start messages were not formatted correctly

Major rewrites, Folia support, massive performance improvement!

by ArtillexStudios on Dec 13, 2023
Download

Almost completely rewritten the plugin!

New features:

  • Added Folia support (envoy starting is much slower on Folia sadly, that's due to the strict threading checks that have to be made in order to not have issues. Might be able to improve the performance in the future)
  • Added suuport for "health" for crates: you can set how many interactions are needed for the crate to be collected
  • No longer using DecentHolograms for holograms, but rather our own system
  • Envoys don't stop now on reload of the plugin
  • Added item rewards

Fixes:

  • Fixed a logic issue causing massively degraded performance (~50,000% faster) (also fixes a rare servercrash)
  • Fixed ItemsAdder hook

Backend:

  • Changed config handling, new settings are now added automatically

Some issues may arise when using this build as it's a first release after a major rewrite, please report them either on our discord or our github!

AxEnvoys 1.0.11

by ArtillexStudios on Nov 25, 2023
Download
  • Added Oraxen/ItemsAdder support for crate block. To use it, in the type set itemsadder:<itemsadder_id> or oraxen:<oraxen_id>
  • Try fixing a rare crash on envoy start

AxEnvoys 1.0.10

by ArtillexStudios on Nov 18, 2023
Download
  • Added config option to change minimum distance between chests

AxEnvoys 1.0.8

by ArtillexStudios on Aug 15, 2023
Download
  • Various fixes
  • Now its possible to set a randomized spawn amount (for example: amount: 10-30)

AxEnvoys 1.0.7

by ArtillexStudios on Aug 9, 2023
Download
  • Added /envoy toggle to be able to toggle collect & spawn messages per player. Permission: axenvoy.command.toggle
  • Added auto-updating to messages.yml
  • Added %world% %x% %y% %z% placeholders to envoy start messages
  • Added different messages for starting with one and multiple crates
  • Migrated "start" message to "start.multiple"
  • Migrated "flare-start" message to "flare-start.multiple"
  • Removed "crash-safety" functionality due to it crashing the server on boot sometimes (will be reworked in the future)
  • Fixed various bugs

AxEnvoys 1.0.6

by ArtillexStudios on Aug 5, 2023
Download
  • Fixed decentholograms support sometimes not working correctly
  • Added support for falling blocks falling through blocks
  • Added option to limit predefined spawn amount
  • Fixed issues with timeout
  • Fixed issues with autostart
  • Added way to automatically fix crashed envoys
  • Added message type rewards
  • Added toggle to listening to blockphysicsevent

AxEnvoys 1.0.5

by ArtillexStudios on Aug 3, 2023
Download
  • Added flares that shoot every x ticks
  • Fixed issue with timeout not being counted correctly

AxEnvoys 1.0.4

by ArtillexStudios on Aug 3, 2023
Download
  • Added settings to automatically start events every 'x time'
  • Added timeout to envoys after which the envoy will automatically stop
  • Added placeholderapi placeholders for next start and timeout. %axenvoy_<envoy>nextstart% and %axenvoy<envoy>_timeleft%
  • Fixed predefined spawns counting twice
  • Added /envoy coords <envoy> command to list all crate locations
  • Fixed some small bugs

AxEnvoys 1.0.3

by ArtillexStudios on Aug 2, 2023
Download
  • This update hotfixes predefined spawns not working correctly

AxEnvoys 1.0.2

by ArtillexStudios on Aug 2, 2023
Download
  • This version hotfixes a critical issue introduced in the last version
1
2

Modrinth is open source.

main@81b0922

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.