usage/Removing Menu Items
To remove a menu item from an existing menu, type /sms remove <name> <label>
. Example:
/sms remove mymenu Compass
removes the item labelled "Compass" from the menu.
You can also remove items by item index:
/sms remove mymenu @1
removes the first item in the menu. To find which index corresponds to which item, you can use /sms menu <name>
- see Usage/Displaying Menu Information
Notes:
- Tab completion works for menu items, e.g.
/sms remove mymenu <TAB>
will cycle through the list of items. - The item label is case sensitive.
- If the item label contains colour codes, don't worry - you don't need to type those in.
- If the item label has a space in it, then put quotes around it, e.g.
/sms remove mymenu "Go home".
Comments