2.0.2 Mar 18, 2024
2.0.2
  • 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 Dec 15, 2023
Fixes to start messages
  • Fixed some issues where envoy start messages were not formatted correctly

2.0 Dec 13, 2023
Major rewrites, Folia support, massive performance improvement!

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!


v1.0.11 Nov 25, 2023
v1.0.11

- 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


v1.0.10 Nov 18, 2023
v1.0.10

- Added config option to change minimum distance between chests


1.0.8 Aug 15, 2023
v1.0.8 - Fixes and randomized spawn amounts
  • Various fixes
  • Now its possible to set a randomized spawn amount (for example: amount: 10-30)

v1.0.7 Aug 9, 2023
v1.0.7 - Fixes and features
  • 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

v1.0.6 Aug 5, 2023
v1.0.6 - Fixes and falling through blocks!
  • 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

v1.0.5 Aug 3, 2023
v1.0.5 - Timed flares
  • Added flares that shoot every x ticks
  • Fixed issue with timeout not being counted correctly

v1.0.4 Aug 3, 2023
v1.0.4 - Automatic starting & fixes
  • 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

v1.0.3 Aug 2, 2023
v1.0.3 - Hotfix predefined spawns

- This update hotfixes predefined spawns not working correctly


v1.0.2 Aug 2, 2023
Hotfix
  • This version hotfixes a critical issue introduced in the last version

v1.0.1 Aug 2, 2023
v1.0.1 - Editor & fixes
  • Added /envoy editor <envoy> to be able to add pre-defined spawns easier
  • Fixed the plugin not loading when PlaceholderAPI was not installed
  • Fixed BStats occasionally throwing errors
  • Refactored temporary storage of loaded envoys for easier use

1.0.0-Beta Jul 22, 2023