ArenaLegends
  • GENERAL USE
    • Getting Started
    • Commands
    • Permissions
    • Placeholders
    • Common Questions
    • Troubleshooting
    • Useful Links
  • GUIDES
    • Games
    • Arenas
    • Round Builder
    • Augments
    • Anvil Stats
    • Shopkeeper
    • Resource Pack
    • Data & MySQL
  • MENUS
    • Item Builders
    • Event Triggers
    • Player Heads
    • Click Commands
  • DEVELOPER API
    • Creating Augments
      • Game Events
      • Simple Augment
Powered by GitBook
On this page
  • Features
  • Configuration
  1. GUIDES

Resource Pack

Features

  • Players automatically receive a download prompt when joining the game

  • No manual resource pack installation required

  • Fully customizable textures and audio to match your game theme

Configuration

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

resource-pack:
  # Turn on custom textures and sounds.
  enabled: true
  # Send the resource pack to players when they join.
  send-on-join: true
  # Kick players from the server if they don't accept the resource pack.
  kick-if-declined: true
  # Where to download the resource pack from.
  # This link must be a direct download to the pack.
  download-url: "https://bit.ly/3PmthUO"
  # Security code to verify the resource pack file.
  # This helps ensure players download the correct file.
  sha-1-hash: "20272359f6a8bbaef91c1153705ef93808fab487"

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

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

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
PreviousShopkeeperNextData & MySQL

Last updated 3 months ago