> For the complete documentation index, see [llms.txt](https://fluffyworld-2.gitbook.io/fluffyteam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fluffyworld-2.gitbook.io/fluffyteam/my-plugin/how-to-create-boss-arena.md).

# How to Create Boss Arena

The Team Boss system requires the MythicMobs plugin to create bosses!

1. Use the command `/team admin boss wand` to obtain a wand and select the area where you want to create the arena\
   .![](https://1608955658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmeNvHsjE5QDkICGHpOnF%2Fuploads%2FFIkMA7hOnjli3aRQk3jI%2Fimage.png?alt=media\&token=1e5858b2-64ac-44ef-942b-47b902afa04a)<br>

2. Left-click to set **pos1** and right-click to set **pos2**.

   <figure><img src="https://1608955658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmeNvHsjE5QDkICGHpOnF%2Fuploads%2Fkp42LyWFIPX8LGMNnVjM%2Fimage.png?alt=media&amp;token=738e5351-7f9e-453d-8738-227feb4c4674" alt="" width="375"><figcaption></figcaption></figure>

3. Type `/team admin boss create <name>` to create a boss arena.<br>

4. Find the desired boss or player spawn location, then set it using\
   `/team admin boss setspawnboss <arenaName>` and\
   `/team admin boss setspawnplayer <arenaName>`.<br>

5. Type `/team admin boss setmob <arenaName> <mobType>` to set the boss that players will fight.<br>

6. The file will be located at `plugins\FluffyTeam\boss\<arenaName>.yml`. You can configure additional settings there, then use `/team admin boss reload` or `/team admin reload` to reload the configuration.\
   ![](https://1608955658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmeNvHsjE5QDkICGHpOnF%2Fuploads%2FesQdflnREQowZooa2in4%2Fimage.png?alt=media\&token=48270c27-063b-45a9-b463-40b00ac725b7)

#### **Example File**

```yml
display:
  name: "&c&lSkeleton King Arena"
  material: WITHER_SKELETON_SKULL
  custom-model-data: 0
  lore:
    - "&7A dark arena where the"
    - "&7Skeleton King awaits..."

settings:
  enabled: true
  mythicmob-id: SkeletonKing
  duration-seconds: 300
  cooldown-seconds: 1800
  end-countdown-seconds: 10
  min-players: 1
  max-players: 10
  entry-cost: 5000 #Team Balance

zone:
  pos1: world;174.0;-25.0;389.0;0.0;0.0
  pos2: world;175.0;-27.0;389.0;0.0;0.0

location:
  spawn-boss: world;174.5;-26.0;389.5;0.0;0.0
  spawn-player: world;174.5;-26.0;388.5;0.0;0.0

# Reward commands - Only given to players who dealt damage to the boss
# Format: "chance:command" where chance is 0-100 (percentage, supports decimals)
# Examples: 100 = 100%, 50.5 = 50.5%, 0.01 = 0.01%
# Placeholders: %player% = player name
# Each command has its own chance to execute per eligible player
reward-commands:
  - "100:eco give %player% 1000"
  - "50:give %player% diamond 5"
  - "25:give %player% emerald 10"
  - "10:give %player% netherite_ingot 1"
  - "1:give %player% netherite_block 1"
  - "0.1:crate give %player% legendary 1"
  - "0.01:give %player% command_block 1"

broadcast:
  start:
    - '&f'
    - '<#C9E4DE>Team &f{team} <#C9E4DE>has started fighting the boss &c{boss}!'
    - '&f'
  win:
    - '&f'
    - '<#C9E4DE>Team &f{team} <#C9E4DE>has defeated the boss &c{boss} <#C9E4DE>successfully!'
    - '&f'
  lose:
    - '&f'
    - '<#C9E4DE>Team &f{team} <#C9E4DE>has been defeated by the boss &c{boss}&c!'
    - '&f'

scoreboard:
  enabled: true
  title: '&c&lBOSS FIGHT'
  boss-name: "&c&lSkeleton King"
  lines:
    - ""
    - "&eBoss: &f{boss_name}"
    - "&eTeam: &b{team}"
    - "&ePlayers: &f{player_count}"
    - ""
    - "&aTime Left: &f{time_remaining}s"
    - ""
  # End countdown display (after boss dies or time runs out)
  end:
    victory:
      title: "&a&lVICTORY!"
      lines:
        - ""
        - "&a&lBOSS DEFEATED!"
        - ""
        - "&eBoss: &f{boss_name}"
        - "&eTeam: &b{team}"
        - ""
        - "&fTeleporting in: &a{countdown}s"
        - ""
    defeat:
      title: "&c&lDEFEAT!"
      lines:
        - ""
        - "&c&lTIME RAN OUT!"
        - ""
        - "&eBoss: &f{boss_name}"
        - "&eTeam: &b{team}"
        - ""
        - "&fTeleporting in: &c{countdown}s"
        - ""
    stopped:
      title: "&e&lSTOPPED!"
      lines:
        - ""
        - "&e&lFIGHT STOPPED!"
        - ""
        - "&eBoss: &f{boss_name}"
        - "&eTeam: &b{team}"
        - ""
        - "&fTeleporting in: &e{countdown}s"
        - ""
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://fluffyworld-2.gitbook.io/fluffyteam/my-plugin/how-to-create-boss-arena.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
