Get InfiniteShops up and running on your server in minutes!
Before installing InfiniteShops, ensure you have the following:
| Requirement | Details |
|---|---|
| Server Software | Spigot, Paper, or any fork (1.130 - 26.2) |
| Java | Java 17 or higher |
| ProtocolLib | Download here |
| Vault | Download here |
| Economy Plugin | EssentialsX, CMI, or any Vault-compatible economy |
- Download the latest version from SpigotMC
- Place
ProtocolLib.jarin yourplugins/folder
- Download the latest version from SpigotMC
- Place
Vault.jarin yourplugins/folder
Install one of these economy plugins:
- EssentialsX (recommended)
- CMI
- Any Vault-compatible economy
- Download
InfiniteShops.jarfrom SpigotMC - Place it in your
plugins/folder - Restart your server (not reload!)
After server restart, check your console for:
[InfiniteShops] Enabling InfiniteShops
[InfiniteShops] Successfully hooked into Vault economy
[InfiniteShops] InfiniteShops has been enabled!
You can also run /ishop in-game to verify the plugin is working.
Use one of these commands:
/shop- Opens the main shop menu/ishop- Opens admin controls
InfiniteShops will generate the following files in plugins/InfiniteShops/:
InfiniteShops/
├── config.yml # Main configuration
├── messages.yml # All plugin messages
├── permissions.yml # Permission definitions
├── shops/ # Shop category files
│ └── example.yml
├── blackmarket/ # Black market configuration
├── dailyshop/ # Daily shop settings
├── currencies/ # Custom currency definitions
└── loot/ # Loot crate configurations
Enable additional features by installing optional plugins:
Install Citizens to create NPC-based shops:
/ishop npc create <name>
Install one of these for shop holograms:
- DecentHolograms (recommended)
- HolographicDisplays
- CMI Holograms
Support for custom item plugins:
- ItemsAdder
- Oraxen
- Nexo
| Command | Description |
|---|---|
/shop |
Open the main shop menu |
/ishop help |
View all admin commands |
/ishop reload |
Reload configuration files |
/ishop editor |
Open the in-game shop editor |
- Check Java version:
java -version(must be 17+) - Verify ProtocolLib is installed
- Check for errors in console
- Ensure Vault is installed
- Verify your economy plugin is loaded
- Check
/vault-infofor economy status
- Check player permissions
- Verify shop files are valid YAML
- Use
/ishop reloadafter changes
- Start simple - Get basic shops working before adding advanced features
- Test on local server - Configure everything before going live
- Backup configs - Always backup before major changes
- Read the docs - This wiki covers all features in detail
- Use tab completion - Commands support tab completion for easy use
Now that InfiniteShops is installed, you can:
💡 Need Help? Join our Discord server for support!