Skip to main content
SentryPremades natively integrates with various ecosystem tools to let you attach our premium behaviors directly to your custom items and mobs.

ItemsAdder Integration

You can map SentryStudio premades directly to your custom ItemsAdder items based on the interaction type. Configure this inside plugins/SentryPremades/integration/itemsadder.yml.
Here is a working example mapping actions on an ItemsAdder item (icon_arrow_chest) to the flaming-shot premade.
integration/itemsadder.yml
Tip: Replace icon_arrow_chest with your custom item’s ID, and flaming-shot with your desired SentryStudio premade ID. You can also specify presets using the <premade-id>:<preset-id> syntax (e.g., flaming-shot:low-damage).

MythicMobs Integration

You can trigger SentryPremades abilities directly within your MythicMobs configurations using our custom executePremadeAbility mechanic.
This example demonstrates a MythicMobs skill that casts the flaming-shot premade at the target entity.
You can use any of the following aliases for the parameter name:
  • premade-ability
  • ability
  • premade
  • a
  • p
Last modified on June 28, 2026