Skip to content

Commands

okereke-dev edited this page Jun 30, 2026 · 5 revisions

πŸ’¬ Commands

All RPGLoot commands are prefixed with /rpgloot and require the rpgloot.admin permission. All arguments support tab-complete.


πŸ“‹ Command list

Command Description
/rpgloot get [rarity] [material] Gives a weapon with the specified rarity and material
/rpgloot getall [type] Gives one weapon per rarity tier
/rpgloot stats Shows the stats of the item currently held

πŸ” Detailed usage

/rpgloot get [rarity] [material]

Generates a single weapon 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 weapon pool is picked. Must be a supported weapon material.

Examples:

/rpgloot get
/rpgloot get legendary
/rpgloot get rare diamond_sword
/rpgloot get hero netherite_axe

Valid rarities: common uncommon rare hero legendary

Valid 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

/rpgloot getall [type]

Generates one weapon per rarity tier (5 items total). Useful for comparing rarities side by side.

  • type β€” optional. Filters the weapon pool to a specific type.

Examples:

/rpgloot getall
/rpgloot getall sword
/rpgloot getall bow

Valid types: sword axe trident mace bow crossbow


/rpgloot stats

Reads and displays the rarity and bonus stats of the item currently held in your main hand. Works on any item generated by RPGLoot.

Output example:

--- Item Stats ---
Rarity: Legendary
Crit Chance: +18%
Bleeding: +35% dmg/s

Returns an error if the held item has no rarity data.


πŸ” Permissions

Permission Default Description
rpgloot.admin op Access to all /rpgloot commands

Clone this wiki locally