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
  • What are Augments?
  • Parameters
  • Config Example
  1. GUIDES

Augments

PreviousRound BuilderNextAnvil Stats

Last updated 3 months ago

What are Augments?

  1. Permanent Powers: Augments are special powers that enhance players

  2. Selection Process: Players choose one Augment from three options

  3. Reroll Option: Players can reroll each Augment if they don't like it

  4. Round Availability: Augments are offered to players on specific rounds

  5. Random Selection: A random selection is made if no choice is made by the player

  6. Custom Tiers: Silver, Gold, Prismatic (by default, can be changed)

Parameters

Parameter
Description

enabled

Toggles whether the Augment is enabled

name

Display name of the Augment (supports special characters)

color

Hex color code for the Augment's visual elements

tier

Rarity tier of the Augment (e.g., GOLD)

model

Unique model ID for the Augment

description

List of description lines with color codes

Config Example

general-settings:
  enabled: true
  name: "ᴀʀʀᴏᴡ ᴠᴏʟʟᴇʏ"
  color: "#fad282"
  tier: GOLD
  model: 11202239
  description:
    - "&7Shooting an arrow creates"
    - "&7volleys from both of its sides."