⚙️ PPLootChests – Quick Start & Essentials ⚙️
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ Dependencies Required ⚠️
- NysxlUtilities — Core utility plugin
- Permissions Plugin (e.g., LuckPerms) — Required for managing player loot permissions
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
️ Commands (Alias: /lt)
- /lootTables create <name>
Description: Creates a new, empty loot table definition.
Permission: pplootchests.admin.create
- /lootTables edit <name>
Description: Opens the GUI editor for the specified table.
Usage: Shift‑Click from inventory into GUI, then click an item to configure chance/amount.
Permission: pplootchests.admin.edit
- /lootTables setblock <name>
Description: Assigns your next broken block to this loot table.
Permission: pplootchests.admin.setblock
- /lootTables reload
Description: Reloads all plugin configuration files from disk.
Permission: pplootchests.admin.reload
- /lootTables getLootBag <name>
Description: Gives you a physical Loot Bag item for the specified loot table.
Permission: pplootchests.admin.getLootBag
- /lootTables giveLootBag <name> <player>
Description: Gives the specified online player a Loot Bag for the specified loot table.
Permission: pplootchests.admin.giveLootBag
- /lootTables dropLootBagAt <name> <x> <y> <z> <world>
Description: Drops a Loot Bag for the specified table at the given coordinates.
Permission: pplootchests.admin.dropLootBagAt
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Player Permissions
- pplootchests.loot.* — Loot from **any** PPLootChests container (Default: true)
- pplootchests.loot.<tablename> — Loot from a **specific** table when wildcard isn’t granted (Default: false)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Remember to replace <name>, <tablename>, and coordinate placeholders where needed.
Don’t forget: NysxlUtilities & a Permissions Plugin must be installed!