2.5.19 | Add UseItem World Protection and Change and minor code changes #3

Merged
JaTiTV merged 1 commits from world-black-/-whitelist into main 2022-01-07 19:40:18 +00:00
Owner

Added 2 new functions to Advanced.UseItem.

New features:

  • You can now set whether the UseItem should be removed when you switch to a GameMode where the UseItem is deactivated.
  • There is now also a World White and Blacklist for the UseItem

New Advanced Config

Advanced:
  UseItem:
    GameMode:
      Change:
        Enable: true
        DelayInTicks: 1
      Protection:
        Enable: false
        RemoveItemWhenItIsDisabled: false
        Mode: blacklist
        List:
        - CREATIVE
        - Spectator
    World:
      Change:
        Enable: true
        DelayInTicks: 1
      Protection:
        Enable: false
        RemoveItemWhenItIsDisabled: false
        Mode: blacklist
        List:
        - World1
        - World2
Added 2 new functions to Advanced.UseItem. **New features:** - You can now set whether the UseItem should be removed when you switch to a GameMode where the UseItem is deactivated. - There is now also a World White and Blacklist for the UseItem New Advanced Config ``` Advanced: UseItem: GameMode: Change: Enable: true DelayInTicks: 1 Protection: Enable: false RemoveItemWhenItIsDisabled: false Mode: blacklist List: - CREATIVE - Spectator World: Change: Enable: true DelayInTicks: 1 Protection: Enable: false RemoveItemWhenItIsDisabled: false Mode: blacklist List: - World1 - World2 ```
JaTiTV added the
Release
label 2022-01-07 19:40:07 +00:00
JaTiTV added 1 commit 2022-01-07 19:40:07 +00:00
JaTiTV merged commit 2e29bfb270 into main 2022-01-07 19:40:18 +00:00
JaTiTV deleted branch world-black-/-whitelist 2022-01-07 19:40:22 +00:00
JaTiTV reopened this pull request 2022-01-07 19:42:01 +00:00
JaTiTV removed the
Release
label 2022-01-07 19:44:04 +00:00
JaTiTV closed this pull request 2022-01-07 19:44:14 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JaTiTV/T2C-CommandGUI#3
No description provided.