๐Envoy configuration
Options
General
crates: This is where you put the crates you want the envoy to spawn. The spawn-chance of the crate is defined as the value to the crate's name.
amount: The amount of crates this envoy will spawn
collect-cooldown: The delay between a player can collect a crate again. This is overridden by the same option in each crate
collect-global-cooldown: Enable this, if you want the players to have a cooldown per envoy instead of per crate.
broadcast-collect: If the collects of the crates should be broadcasted. This is overridden by the same option in each crate.
Random spawns
enabled: Whether or not the plugin should randomly spawn crates in the set bounds.
center: The crates will spawn around this area
min-distance: The minimum distance a crate can spawn from the center
max-distance: The maximum distance a crate can spawn from the center
min-height: The minimum height an envoy may spawn
max-height: The maximum height an envoy may spawn
not-on-blocks: The list of materials a crate may not spawn on. You can use RegEx to match the names of the materials, or you can just type the name in like: diamond_block
Messages
You can write overrides for nearly all messages of the default messages.yml. These messages will be used for the envoy's messages. You have to use the same keys as messages.yml.
Flare
enabled: If the flare should be enabled
cooldown: The duration in seconds a player has to wait until using another flare
item: Configurations for the item material: The item type of the item name: The name of the item glow: If the item should have the enchantment glint custom-model-data: The custom modeldata of the item lore: The lore of the item. Leave as [] to not have lore
Predefined spawns
enabled: If the plugin should try spawning crates at these set locations
locations: The locations of these crates. To add one, simply run /envoy definedspawn <envoy name> and your location (block at feet) will be added to that envoy's predefined spawns. You need to reload the plugin using the /envoy reload command to make the changes effective.
Want to add a new envoy?
To add a new envoy, all you need to do is copy the default file into a new file, named differently and make your edits to the new one.
After that, you need to reload the plugin and voila, the new envoy will be added.
Last updated