Skip to content

Conversation

moxvallix
Copy link
Contributor

Type of change

  • Bug fix
  • New feature

Description

This adds a new command, .item, which helps to manage some item lists in certain modules, in a way more intuitive than using .setting.

The command syntax is as follows:

# Highlight
.item highlight              - Adds currently held item to ItemHighlight module's items.
.item highlight <item>       - Adds <item> to ItemHighlight module's items.
.item highlight clear        - Removes currently held item from ItemHighlight module's items.
.item highlight clear *      - Removes all from ItemHighlight module's items.
.item highlight clear <item> - Removes <item> from ItemHighlight module's items.

# Block
.item block                  - Adds currently held item to InventoryTweaks module's auto-drop items.
.item block <item>           - Adds <item> to InventoryTweaks module's auto-drop items.
.item block clear            - Removes currently held item from InventoryTweaks module's auto-drop items.
.item block clear *          - Removes all from InventoryTweaks module's auto-drop items.
.item block clear <item>     - Removes <item> from InventoryTweaks module's auto-drop items.

# Lock
.item lock                   - Adds currently held item to InventoryTweaks module's anti-drop items.
.item lock <item>            - Adds <item> to InventoryTweaks module's anti-drop items.
.item lock clear             - Removes currently held item from InventoryTweaks module's anti-drop items.
.item lock clear *           - Removes all from InventoryTweaks module's anti-drop items.
.item lock clear <item>      - Removes <item> from InventoryTweaks module's anti-drop items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant