-
Notifications
You must be signed in to change notification settings - Fork 0
Hooks and Placeholders
Sauron_Dev edited this page Jun 9, 2026
·
3 revisions
VortexEnchantments declares soft dependencies for common server ecosystems.
| Plugin | Purpose |
|---|---|
| Vault | Economy integration for shop purchases. |
| PlaceholderAPI | Placeholder expansion support. |
| ProtocolLib | Compatibility with packet-heavy server stacks. |
Vault is used by the enchant shop.
If /ve shop opens but purchases fail, check:
- Vault is installed.
- An economy plugin is installed.
- Vault detects the economy provider.
- Prices are valid numbers in
config.yml.
If PlaceholderAPI is installed, VortexEnchantments can register its expansion.
Typical placeholder use cases:
- Scoreboards.
- Tab lists.
- Menus.
- Player profiles.
Check the plugin console on startup for PlaceholderAPI registration messages.
ProtocolLib is optional. Keep it updated if your server stack relies on packet-based plugins.
- Install optional dependencies before VortexEnchantments when possible.
- Restart after adding Vault, PlaceholderAPI, or ProtocolLib.
- Do not assume
/reloadwill safely attach newly installed soft dependencies.
Need support? Join the Discord: https://discord.gg/Tya84XrgSF