Allows players to restrict the items they can equip
Documentation
<img align="center" src="https://i.imgur.com/uw1mSGR.png" alt="Icon"> Equipment Restrictor
Mainly made for Snowflake Ironmen, this plugin allows you to restrict the kinds of equipment your character can use. When clicking on an item that is blocked, you will receive a game message as shown below.
Features
Whitelist/Blacklist
Type a comma separated list of item names to allow/block them. Both lists accept the wildcard character , so rune* will affect any item with the string rune in its name.
Note: The Whitelist overrides the Blacklist, and both override all other locks. This means that anything in the whitelist will always be allowed, and anything in the blacklist will always be blocked, regardless of your other Slot Locks or Weapon Type Locks settings.
Slot Locks
Check an equipment slot to lock it, blocking items from being equipped there.
Note: The Weapon Slot Lock overrides the Weapon Type Locks. This means that if it is locked, you will not be able to equip weapons regardless of your other Weapon Type Locks settings.
Weapon Type Locks
Check a weapon type to lock it, blocking weapons of that type from being equipped.
Example Setups
Salamander-Only, Monkman, and 2h-Only with a few 1h exceptions.
!SalamanderOnly !Monkman !2hOnly
Issues
- Newer items are not affected: RuneLite gets the equipment stats of new items by scraping the Wiki's API weekly, they will be able to be restricted after that. The Item Stats plugin uses the same data, so if you don't see the item's stats on hover, you probably won't be able to restrict the item.
- Plugin doesn't work in special situations: The plugin will not work for items that don't have to be clicked on in the Inventory/Bank to be equipped. Some examples are the Fox/Chicken/Grain from Recruitment Drive and the Cormorant's Glove from Aerial Fishing and Hunter.
If you find an issue, feel free to create a GitHub Issue in the tab above or contact me on Discord at Knetty#7451.
Planned Features
- Tinting locked slots red in the equipment panel.
- Allowing players to restrict by item stats like prayer bonus.
- Special ironman symbols next to name.
- Import/Export setups.
- Swapping blocked item's menu entry.
- Showing blocked status on hover.
- Showing a gold lock over the Equipment panel.
Changelog
v1.0.2 e73b29d
- Plugin now restricts items when equipping them from the Bank.
- Fixed a bug where items with the "Hold", "Ride", or "Chill" menu options were not being checked (ex. Gnomeball, Sleigh, Hand fan).
v1.0.1 0c5aea8
- Fixed a bug where items with the "Equip" menu option were not being checked (ex. Cattleprod).
- Updated message formatting to bring it in line with all other plugins, thanks to Arrafrost for this change.
v1.0 da39382
- Initial write of the plugin.
