Resource Pack

Key Features

  • Automatically prompts players to download when joining a game

  • Customizable to fit different game themes or preferences

Creating Your Own Resource Pack

Players have the option to create or modify their own Resource Pack. Here's what you need to know:

  1. The process is similar to creating a standard Minecraft resource pack

  2. Basic knowledge of resource pack creation is helpful

  3. If you're new to resource pack creation, you can follow YouTube tutorials for guidance

resource-pack-settings:
  # If true, players will be sent the resource pack.
  enabled: true
  # If true, players will receive the resource pack upon joining the server.
  send-on-join: true
  # If true, players will be kicked from the server if the resource pack fails to load.
  kick-if-declined: true
  # The direct download link for the resource pack.
  download-url: "https://shorturl.at/PoPvT"
  # The SHA-1 hash of the resource pack.
  sha-1-hash: "64d94e5942944c242634366f7e5b581b91d4b00e"

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Add custom resource pack sounds that will be played at specific game events.
# When an event occurs, a random sound from the corresponding list will be played.
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# You can add or remove rounds as needed. Each round is represented by a "round-x" entry, where "x" is the round number.
# If a setting is not specified for a particular round, the value from the previous round will be carried over.
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

soundtrack-builder:
  game-end:
    - "arena_music_end1"
    - "arena_music_end2"
  prep-intro:
    - "arena_music_intro"
  prep-phase:
    - "arena_music_prep1"
    - "arena_music_prep2"
    - "arena_music_prep3"
  team-win:
    - "arena_music_fight_win"
  team-lose:
    - "arena_music_fight_lose"
  round-1:
    - "arena_music_fight1"
  round-2:
    - "arena_music_fight2"
    - "arena_music_fight3"
    - "arena_music_fight4"
    - "arena_music_fight5"
    - "arena_music_fight6"
  round-3:
    - "arena_music_fight2"
    - "arena_music_fight3"
    - "arena_music_fight4"
    - "arena_music_fight5"
    - "arena_music_fight6"
  round-4:
    - "arena_music_fight2"
    - "arena_music_fight3"
    - "arena_music_fight4"
    - "arena_music_fight5"
    - "arena_music_fight6"
  round-5:
    - "arena_music_fight2"
    - "arena_music_fight3"
    - "arena_music_fight4"
    - "arena_music_fight5"
    - "arena_music_fight6"
  round-6:
    - "arena_music_fight2"
    - "arena_music_fight3"
    - "arena_music_fight4"
    - "arena_music_fight5"
    - "arena_music_fight6"
  round-7:
    - "arena_music_fight2"
    - "arena_music_fight3"
    - "arena_music_fight4"
    - "arena_music_fight5"
    - "arena_music_fight6"
  round-8:
    - "arena_music_fight7"
  round-9:
    - "arena_music_fight8"
  round-10:
    - "arena_music_fight9"

Last updated