Installing ItemLimiter
Complete installation guide for ItemLimiter 1.1.
Prerequisites
Before installing ItemLimiter, ensure you have:
- ✅ Paper 1.21+ (required - Spigot/Bukkit NOT supported)
- ✅ Java 21+ installed on your server
- ✅ Server restart capability
Installation Steps
1. Download the Plugin
Download the latest ItemLimiter JAR from:
- Modrinth (recommended)
- GitHub Releases
- Vexor Core website
Current Version: 1.1
File: ItemLimiter-1.1.jar
2. Install Plugin
- Stop your server if running
- Navigate to your server
plugins/folder:your-server/
└── plugins/
└── ItemLimiter-1.1.jar ← Place here - Place the JAR file in
plugins/directory - Start your server
3. Verify Installation
Check the console for successful load:
[ItemLimiter] Enabling ItemLimiter v1.1
[ItemLimiter] Modrinth update checker initialized
[ItemLimiter] ItemLimiter has been enabled!
OR use the command:
/plugins
Look for:
- ✅ ItemLimiter in GREEN = Loaded successfully
- ❌ ItemLimiter in RED = Failed to load (check console errors)
4. Test Functionality
Run the admin command:
/ilimit
You should see the ItemLimiter configuration GUI open.
First-Time Setup
Default Configuration
ItemLimiter creates these files on first run:
plugins/ItemLimiter/
├── config.yml # Main configuration
└── limits.yml # Item limit storage (GUI-managed)
Initial Configuration
Edit config.yml to customize:
# Enable/disable update checker
update-checker:
enabled: true
modrinth-slug: "item-limits"
# Default bypass permission
bypass-permission: "limitless.bypass.*"
# GUI settings
gui:
title: "Item Limiter Configuration"
size: 54
Set Your First Limit
- Open GUI:
/ilimit - Click an item to set its limit
- Enter value in chat (e.g.,
16for 16 max stack) - Confirm - limit applies immediately
Upgrading from Previous Versions
From 1.0 to 1.1
- Backup your
plugins/ItemLimiter/folder - Stop the server
- Replace the JAR file
- Start server
- Verify limits still work
New in 1.1:
- Modrinth update checker
- Improved performance
- Bug fixes
Troubleshooting Installation
Plugin Not Loading
Red in /plugins list?
-
Check Java version:
java -version
# Must show 21 or higher -
Verify server is Paper:
/version
# Must say "Paper" not "Spigot" or "Bukkit" -
Check console errors: Look for stack traces mentioning ItemLimiter
Commands Not Working
/ilimit not recognized?
-
Verify permissions:
/lp user <your_name> permission check limitless.admin -
Reload plugin:
/reload confirm -
Check for conflicts: Other plugins using same command?
Limits Not Applying
Items still stacking beyond limit?
-
Check bypass permission:
- Remove
limitless.bypass.*from players
- Remove
-
Verify limit is set:
- Open
/ilimitGUI - Confirm item shows limit
- Open
-
Test with different item:
- Some items may have conflicts
Permissions Setup
Grant admin access:
# LuckPerms
/lp user <name> permission set limitless.admin true
# Or for a group
/lp group admin permission set limitless.admin true
Grant bypass for VIPs:
/lp group vip permission set limitless.bypass.* true
Performance Impact
ItemLimiter is highly optimized:
- CPU Usage: < 0.1% average
- RAM Usage: ~5MB
- TPS Impact: Negligible (async operations)
Next Steps
- ✅ Installation complete!
- 📖 Learn Commands to manage limits
- 🔐 Configure Permissions for your staff
- ⚙️ Customize Configuration file
- 🎯 Read Usage Examples for practical tutorials
Need help? Join our Discord support channel!