Skip to main content

fillloot Installation

Guide for installing fillloot v1.0.

Prerequisites

  • Paper 1.21+ (required)
  • Java 21+

Quick Install

  1. Download fillloot.jar from Modrinth
  2. Place in plugins/ folder
  3. Restart server
  4. Verify: /plugins (should show fillloot in green)
  5. 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