• 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
  • 2.5.18 91f8d744cc

    JaTiTV released this 2022-01-06 18:32:40 +00:00 | 113 commits to main since this release

    In this update the code was revised and cleaned up in some places. An option in the config was changed and a new option was added.

    Changes:

    • API Changes
      New:
    public static void onItemChange(Player player, Boolean setCursor) {
      ItemChange.itemChange(player, setCursor);
    }
    
    • The option Advanced.UseItem.GameModeChange was removed! (Replaced by a new option! More details below)

    Bugfixes:

    • If the option Join.Cursor.ToGUIItem.OnLogin was set to true the cursor was set to the UseItem even if the GameMode was changed, this was fixed.

    New features:

    • Added a blacklist / whitelist for the UseItem
    • The option Advanced.UseItem.GameModeChange.DelayInTicks can now be disabled / enabled under Advanced.UseItem.GameMode.Change.Enable
    • New Config:
    Advanced:
      UseItem:
        GameMode:
          Change:
            Enable: true
            DelayInTicks: 1
          Protection:
            Enable: false
            Mode: blacklist
            List:
            - CREATIVE
            - Spectator
    
    Downloads
  • 2.5.17 b36fdc2d67

    2.5.17 Stable

    JaTiTV released this 2022-01-01 02:54:24 +00:00 | 115 commits to main since this release

    I wish everyone a Happy New Year 2022

    Bugfix:
    [b36fdc2] Compatibility with T2CodeLib version 9

    Downloads
  • 2.5.16 8fd5ac7c80

    2.5.16 Stable

    JaTiTV released this 2021-12-31 03:34:49 +00:00 | 117 commits to main since this release

    Changes:

    • [02cf238] Fix UseItem.InventorySlot.SlotEnforce
    • [ff5c559] Commented files (e.g. gui.ymlX) are no longer recognized as gui.
    • [f734748] Message added to the '/gui-item' command if this function is disabled
    Downloads
  • 2.5.16_Snapshot_1 b5553c770d

    2.5.16_Snapshot_1 Pre-Release

    JaTiTV released this 2021-12-29 06:03:02 +00:00 | 121 commits to main since this release

    Changes:

    • 02cf238 Fix UseItem.InventorySlot.SlotEnforce
    • ff5c559 Commented files (e.g. gui.ymlX) are no longer recognized as gui.
    • f734748 Message added to the '/gui-item' command if this function is disabled
    • a80d0d3 Remove Debugmessages
    • 6c53d93 clean code
    Downloads