Plugin Integrations
Documents InfiniteShops 3.2.1 · mirrored from the product wiki, updated 2026-06-24 · GitBook version
InfiniteShops works seamlessly with popular plugins!
Economy Plugins
Vault (Required)
InfiniteShops requires Vault and hooks into any Vault-compatible economy:
- EssentialsX Economy
- CMI Economy
- iConomy
- And many more...
PlayerPoints
Use PlayerPoints as a currency:
items:
special_item:
material: DIAMOND
buy_price: 100
ecoType: PLAYERPOINTS
TokenEnchant
Use TokenEnchant tokens:
items:
enchant_token:
material: NETHER_STAR
buy_price: 50
ecoType: TOKENENCHANT
Hologram Plugins
InfiniteShops auto-detects hologram plugins:
DecentHolograms (Recommended)
hologram-handler: DecentHolograms
HolographicDisplays
hologram-handler: HolographicDisplays
CMI Holograms
hologram-handler: CMI
Holograms are used for:
- Frame shop displays
- Sign shop info
- NPC shop labels
NPC Plugin
Citizens
Required for NPC shops:
- Install Citizens
- Enable NPC feature:
/ishop toggle npc - Create NPCs:
/ishop npc create
Custom Items Plugins
ItemsAdder
Use ItemsAdder custom items in shops:
items:
custom_sword:
itemsadder: 'namespace:custom_sword'
buy_price: 1000
ecoType: VAULT
Oraxen
Use Oraxen custom items:
items:
oraxen_item:
oraxen: 'custom_item_id'
buy_price: 500
ecoType: VAULT
Nexo
Use Nexo custom items:
items:
nexo_item:
nexo: 'item_id'
buy_price: 750
ecoType: VAULT
Discord Integration
DiscordSRV
Send transaction logs to Discord:
- Install DiscordSRV and configure it
- Enable in InfiniteShops:
# In transaction-log.yml
discord:
enabled: true
channel_id: "123456789012345678"
# Embed format
embed:
color: "#00FF00" # For buys
sell_color: "#FF0000" # For sells
Seasonal Plugins
RealisticSeasons
Adjust prices based on seasons:
features:
realistic-season: true
seasonal_pricing:
SPRING:
crops: 0.8 # 20% cheaper
SUMMER:
crops: 0.7
FALL:
crops: 1.2 # 20% more expensive
WINTER:
crops: 1.5
World Management
Multiverse-Core
InfiniteShops is compatible with Multiverse. Configure per-world shops:
items:
diamond:
material: DIAMOND
buy_price: 100
worlds:
- world
- world_nether
blacklist_worlds:
- creative_world
Permission Plugins
LuckPerms (Recommended)
# Give shop access
/lp group default permission set infiniteshops.use true
# Give VIP perks
/lp group vip permission set infiniteshops.dailyshop.vip true
/lp group vip permission set infiniteshops.multiplier.vip true
Tool Plugins
EcoEnchants
EcoEnchants items are fully supported in shops.
WildTools
WildTools integration for special tool features.
Compatibility Table
| Plugin | Status | Notes |
|---|---|---|
| Vault | ✅ Required | Any Vault economy |
| Citizens | ✅ Supported | For NPC shops |
| PlaceholderAPI | ✅ Supported | Full placeholder support |
| DecentHolograms | ✅ Supported | Recommended hologram |
| HolographicDisplays | ✅ Supported | Alternative hologram |
| CMI | ✅ Supported | Economy + holograms |
| ItemsAdder | ✅ Supported | Custom items |
| Oraxen | ✅ Supported | Custom items |
| Nexo | ✅ Supported | Custom items |
| DiscordSRV | ✅ Supported | Transaction logging |
| RealisticSeasons | ✅ Supported | Seasonal pricing |
| Multiverse-Core | ✅ Compatible | Per-world config |
| LuckPerms | ✅ Compatible | Permissions |
| EcoEnchants | ✅ Compatible | Custom enchants |
| WildTools | ✅ Compatible | Tool features |
| PlayerPoints | ✅ Supported | Currency |
| TokenEnchant | ✅ Supported | Currency |
Adding Integrations
If you need integration with a plugin not listed:
- Join our Discord
- Create a feature request
- Provide plugin details
Troubleshooting
Plugin Not Detected
- Check plugin is installed and enabled
- Check load order (InfiniteShops loads POSTWORLD)
- Restart server (not reload)
Custom Items Not Showing
- Verify item ID is correct
- Check custom items plugin is loaded
- Test with
/itemsadder giveor equivalent
Tips
- Use DecentHolograms - Best performance and features
- Test integrations - Verify after server updates
- Check compatibility - Review plugin versions
- Enable debug mode - Helps identify hook issues
- Join Discord - Get help with specific integrations