Prerequisites
Before installing ClansPlus, ensure your server meets the requirements:- Server Software: Spigot, Paper, or Folia (1.16+)
- Java Version: Java 11 or newer
- API Version: 1.16+
Installation Steps
Download ClansPlus
Download the latest version of ClansPlus from the official source:
- SpigotMC Resource Page
- GitHub Releases
.jar file compatible with your server version.Install Dependencies (Optional)
For full functionality, install these optional soft dependencies:For Economy Support:
- Download Vault (for Spigot/Paper)
- OR VaultUnlocked (for Folia)
- Install an economy plugin (EssentialsX, BetterEconomy, etc.)
- Download PlayerPoints
- Download PlaceholderAPI
plugins folder alongside ClansPlus.Folia Users: Use VaultUnlocked instead of Vault to prevent errors. BetterEconomy is recommended for the economy plugin.
Start Your Server
Start or restart your Minecraft server to load ClansPlus:Watch the console for ClansPlus initialization messages:The plugin will generate configuration files in
plugins/ClansPlus/.Initial Configuration
After installation, configure ClansPlus to match your server’s needs.Main Configuration File
The main configuration file is located at:Essential Settings
Database Configuration
ClansPlus supports two database types:- H2 Database (Recommended)
- YAML
Recommended for most servers - Better performance with large player bases.
config.yml
H2 database files are stored in
plugins/ClansPlus/h2Database.mv.dbConfigure Permissions
Grant admin permissions to manage ClansPlus:permissions.yml
clanplus.setspawn- Allow setting clan spawn pointsclanplus.seticon- Allow setting custom clan iconsclanplus.setcustomname- Allow custom clan names with colorsclanplus.setmessage- Allow setting clan messagesclanplus.setpermission- Allow customizing clan permissions
Soft Dependencies Setup
If you installed optional dependencies:Vault/VaultUnlocked + Economy
Install Vault (or VaultUnlocked for Folia) and an economy plugin:
- Install Vault/VaultUnlocked
- Install economy plugin (EssentialsX, CMI, BetterEconomy, etc.)
- Restart server
- Verify in console:
File Structure
After installation, ClansPlus creates the following structure:Verification
Test your installation:- Join your server as a player
- Run command:
/clan - Expected result: ClansPlus GUI opens or command help displays
If you see “You must be in a clan to do this,” the plugin is working correctly!
Troubleshooting
ClansPlus doesn't load
ClansPlus doesn't load
- Check you’re using Java 11 or newer:
java -version - Verify server is Spigot/Paper/Folia, not Bukkit
- Check console for error messages
- Ensure the JAR file is in the
pluginsfolder
Vault not detected (Folia servers)
Vault not detected (Folia servers)
Folia servers must use VaultUnlocked instead of Vault:
- Remove Vault from plugins folder
- Install VaultUnlocked
- Install BetterEconomy or compatible economy plugin
- Restart server
Database errors on startup
Database errors on startup
If you see database errors:
- Stop the server
- In
config.yml, setfix-bug-database: enabled: true - Start the server
- Check console for resolved issues
Commands not working
Commands not working
- Verify you have permission:
clanplus.adminfor admin commands - Check if another plugin conflicts with
/clancommand - Try aliases:
/clansplus,/guild,/team
Next Steps
Now that ClansPlus is installed, learn how to create your first clan!Quick Start Guide
Create your first clan and explore basic features
