-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
okereke-dev edited this page Jun 30, 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 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 |
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
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
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.
| Permission | Default | Description |
|---|---|---|
rpgloot.admin |
op | Access to all /rpgloot commands |