Frost v1.14.0

  • Implemented new visual effects and behavior for fireballs and primed TNT.

  • Introduced a new kit setting: allowCrafting.

  • Created and implemented the Parkour kit setting.

  • Added event tokens to host events without requiring permissions.

  • Players can now forfeit 1v1 matches using /leave.

  • Made Lightning the default kill effect and improved its implementation.

  • Offline player's match history can now be viewed.

  • Players are now granted invincibility for 3 seconds after respawning (to prevent spawn-killing in modes like Bridges).

  • Offline player stats can be fetched using /stats and can be wiped using /reset.

  • The queue type can now be specified with the /forcequeue command.

  • Added a configurable display name for arenas.

  • Introduced /matchhist which, without a specified player, shows their own matches.

  • Implemented a configurable kit match start countdown.

  • Added configurable match countdown for kits.

  • Added Match ID and Team ID to /debugplayer.

  • Added configurable event cooldown.

  • Players can now use hotbar items that execute commands while in queue.

  • Titles, including winner and loser titles at match end, now have improved fade-in and fade-out timings.

  • Prevented shears and wool/clay blocks from being dropped.

  • Resolved an issue where the death animation was played indefinitely.

  • Fixed visibility of dropped items in Spawn FFA instances.

  • Fixed Knockout Event player spawns.

  • Corrected bedfight bed breaking messages and titles.

  • Adjusted the "play-again" item to the held item slot of the player.

  • Supported kit display names in multiple menus, including in Duels, Party FFA & Split menus, and on the scoreboard.

  • Modified explode-able blocks to break correctly.

  • Cleaned up the implementation of some commands.

  • Fixed visibility of dropped items in Spawn FFA instances.

Mandatory Configuration Changes

The following changes must be manually made to your configuration files prior to installing this update.

settings.yml

Add the following section to the SETTINGS -> MATCH section:

    EXPLOSIONS:
      BLOCKS:
        - "WOOD"
        - "WOOL"
        - "ENDER_STONE"
      KNOCKBACK:
        TNT:
          RADIUS-FORCE: 2
          HEIGHT-FORCE: 1.25
        FIREBALL:
          SPEED: 0.8 # Frost v1.14.2+ only
          COOLDOWN: 500 # The time is calculated in millis; Frost v1.14.2+ only
          RADIUS-FORCE: 2
          HEIGHT-FORCE: 1.25

Add the following line to the SETTINGS -> GENERAL section:

    EVENT-COOLDOWN: 300 # The time is calculated in seconds

messages.yml

Add the following section to the MESSAGES -> MATCH section:

    PARKOUR:
      CHECKPOINT: "&b<player> &areached &bCheckpoint #<checkpoint> &aat &b<time>&a."
      FINISHED: "&b<player> &afinished the parkour in &b<time>&a."

Add the following section to the MESSAGES -> MATCH section:

    FORFEIT:
      - " "
      - "&aThe match has been forfeited by &e<player>&a!"
      - "&7&oStatistics will not be affected."
      - " "

Add the following line to the ERROR-MESSAGES section:

    CANNOT-HOST-EVENT: "&cYou do not have permission or any event tokens to host this event." # Frost 1.14.3+ only

Last updated