-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
okereke-dev edited this page Jul 1, 2026
·
5 revisions
All RPGLoot commands are prefixed with /rpgloot and require the rpgloot.admin permission. All arguments support tab-complete.
| Command | Description |
|---|---|
/rpgloot get [rarity] [material] |
Gives an item with the specified rarity and material |
/rpgloot getall [type] |
Gives one item per rarity tier |
/rpgloot stats |
Shows the stats of the item currently held |
Generates a single item and adds it to your inventory.
-
rarity— optional. If omitted, a random rarity is picked. -
material— optional. If omitted, a random material from the full pool is picked.
Examples:
/rpgloot get
/rpgloot get legendary
/rpgloot get rare diamond_sword
/rpgloot get hero netherite_axe
/rpgloot get hero diamond_chestplate
/rpgloot get rare iron_pickaxe
Valid rarities: common uncommon rare hero legendary
Valid weapon materials:
wooden_sword stone_sword iron_sword golden_sword diamond_sword netherite_sword
wooden_axe stone_axe iron_axe golden_axe diamond_axe netherite_axe
trident mace bow crossbow
Valid armor materials:
leather_helmet chainmail_helmet iron_helmet golden_helmet diamond_helmet netherite_helmet
leather_chestplate chainmail_chestplate iron_chestplate golden_chestplate diamond_chestplate netherite_chestplate
leather_leggings chainmail_leggings iron_leggings golden_leggings diamond_leggings netherite_leggings
leather_boots chainmail_boots iron_boots golden_boots diamond_boots netherite_boots
Valid tool materials:
wooden_pickaxe stone_pickaxe iron_pickaxe golden_pickaxe diamond_pickaxe netherite_pickaxe
wooden_shovel stone_shovel iron_shovel golden_shovel diamond_shovel netherite_shovel
wooden_hoe stone_hoe iron_hoe golden_hoe diamond_hoe netherite_hoe
wooden_axe (axe_tool) stone_axe iron_axe golden_axe diamond_axe netherite_axe
fishing_rod
Generates one item per rarity tier (5 items total). Useful for comparing rarities side by side.
-
type— optional. Filters the pool to a specific item type.
Examples:
/rpgloot getall
/rpgloot getall sword
/rpgloot getall helmet
/rpgloot getall pickaxe
/rpgloot getall axe_tool
Valid types: sword axe axe_tool trident mace bow crossbow helmet chestplate leggings boots pickaxe shovel hoe fishing_rod
Reads and displays the rarity and bonus stats of the item currently held in your main hand.
Output example:
--- Item Stats ---
Rarity: Legendary
Crit Chance: +18%
Bleeding: +35% dmg/s
Returns an error if the held item has no rarity data.
| Permission | Default | Description |
|---|---|---|
rpgloot.admin |
op | Access to all /rpgloot commands |