- Version
- Download 29
- File Size 2.06 KB
- File Count 1
- Create Date January 20, 2017
- Last Updated January 20, 2017
UseByName
UseByName - Use an item by name or regex.
Adds a /usebyname command, allowing you to use a substring to match what you want to use. Example: /usebyname bandage will use any bandage in your inventory.
UseByName - v2
Syntax:
/usebyname <item>
<item> is a case insensitive substring match or a regex.
Search starts in pack 0 slot 0 and runs to pack 4 slot N.
Use the first available bandage:
/usebyname bandage
Use a lesser healing potion:
/usebyname Lesser Healing Potion
Use anything that begins with less:
/usebyname ^Less
Use anything the ends in good and contains head:
/usebyname .*head.*good$