• 2.5.19 cb5f8a7350

    JaTiTV released this 2022-01-07 19:47:01 +00:00 | 101 commits to main since this release

    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
    
    Downloads