fillloot Installation
Guide for installing fillloot v1.0.
Prerequisites
- ✅ Paper 1.21+ (required)
- ✅ Java 21+
Quick Install
- Download
fillloot.jarfrom Modrinth - Place in
plugins/folder - Restart server
- Verify:
/plugins(should show fillloot in green) - Test:
/fillloot help
First-Time Setup
Config files auto-generate in plugins/fillloot/:
plugins/fillloot/
├── config.yml # Main configuration
└── data.yml # Plugin data storage
Configuration
Edit config.yml for initial setup.
See Configuration Guide for details.
Permissions
Grant admin access:
/lp user <name> permission set fillloot.admin true
See Permissions for full list.
Verification
Test the plugin:
/fillloot help
# Should display command list
Troubleshooting
Plugin Won't Load
- Check Java version:
java -version(must be 21+) - Verify Paper server (not Spigot)
- Check console for errors
Commands Not Working
- Verify permissions:
/lp user <name> permission check fillloot.admin - Try
/reload confirm
Next: Commands