• 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