> 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/default-configuration.md).

# Default Configuration

<details>

<summary>config.yml</summary>

```yml
# Database Settings
database:
  type: 'H2'
  
  # MySQL settings
  mysql:
    host: 'localhost'
    port: 3306
    database: 'fluffyteam'
    username: 'root'
    password: 'password'
    
  pool:
    maximum-pool-size: 10
    minimum-idle: 2
    connection-timeout: 30000
    idle-timeout: 600000
    max-lifetime: 1800000

commands:
  team:
    aliases:
      - 't'
      - 'guild'
      - 'g'
      - 'clan'
  teamchat:
    aliases:
      - 'tc'

team:
  create-cost: 10000.0
  rename-cost: 50000.0
  friendly-fire-enabled: true
  forced-pvp-zones:
    enabled: false
    regions:
      - 'pvp_arena'
      - 'warzone'
  name:
    min-length: 3
    max-length: 16
    allow-colors: false
    allow-spaces: false
  positions:
    Leader:
      power: 100
      prefix: '&c[Leader]'
      is-leader: true
      permissions:
        - all
    Co-Leader:
      power: 80
      prefix: '&6[Co-Leader]'
      is-leader: false
      permissions:
        - invite
        - kick
        - setposition
        - uninvite
        - levelup
        - withdraw
        - sethome
        - delhome
        - buff
        - buff-personal
        - vault
        - boss-start
        - boss-join
    Moderator:
      power: 50
      prefix: '&e[Moderator]'
      is-leader: false
      permissions:
        - invite
        - kick
        - uninvite
        - withdraw
        - sethome
        - delhome
        - buff-personal
        - vault
        - boss-join
    Member:
      power: 10
      prefix: '&7[Member]'
      is-leader: false
      permissions:
        - buff-personal
        - vault
        - boss-join
  
  home:
    teleport-warmup: 3
    set-cost: 5000.0
    delete-refund: 500.0
    blacklist-worlds:
      - 'world_nether'
      - 'world_the_end'
  
  levels:
    1:
      max-members: 5
      max-homes: 1
      max-vault: 1
      max-balance: 100000.0
      team-prefix: '&7[&aBronze&7]'
      cost: 0
      rewards: []
    2:
      max-members: 10
      max-homes: 2
      max-vault: 2
      max-balance: 500000.0
      team-prefix: '&7[&aSilver&7]'
      cost: 50000
      rewards:
        - 'give {player} diamond 16'
    3:
      max-members: 15
      max-homes: 3
      max-vault: 3
      max-balance: 1000000.0
      team-prefix: '&7[&aGold&7]'
      cost: 100000
      rewards:
        - 'give {player} diamond 32'
        - 'give {player} emerald 16'
    4:
      max-members: 20
      max-homes: 4
      max-vault: 4
      max-balance: 5000000.0
      team-prefix: '&7[&aConqueror&7]'
      cost: 200000
      rewards:
        - 'give {player} diamond 64'
        - 'give {player} emerald 32'
    5:
      max-members: 25
      max-homes: 5
      max-vault: 5
      max-balance: 10000000.0
      team-prefix: '&7[&aSuper Conqueror&7]'
      cost: 500000
      rewards:
        - 'give {player} diamond_block 16'
        - 'give {player} emerald_block 16'

activity:
  auto-reset:
    enabled: true 
    next-reset-date: '2025-11-21 17:15:00'
    last-reset: 0
  
  minimum-points:
    rank-1: 1000
    rank-2: 800
    rank-3: 500
  
  discord:
    enabled: false
    webhook-url: 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
    announce-reset: false
    announce-rewards: true
    announce-team-created: true
    announce-team-levelup: true
    # Webhook customization
    username: 'FluffyTeam'
    avatar-url: ''
    colors:
      reset: 3447003          # Blue (#3498db)
      rewards: 15844367       # Gold (#f1c40f)
      team-created: 3066993   # Green (#2ecc71)
      team-levelup: 10181046  # Purple (#9b59b6)
    messages:
      reset-title: '🔄 Activity Reset'
      reset-description: 'Activity points have been reset for all teams.\n\nThe new activity period has begun!'
      rewards-title: '🏆 Activity Rewards Distributed'
      rewards-footer: 'Congratulations to the top teams!'
      team-created-title: '🎉 New Team Created'
      team-created-description: '**{team}** has created a new team!\n\nLeader: {leader}'
      team-levelup-title: '⬆️ Team Level Up'
      team-levelup-description: '**{team}** has reached level **{level}**!'

  donation-items:
    DIAMOND: 10
    EMERALD: 15
    GOLD_INGOT: 5
    IRON_INGOT: 2
    NETHERITE_INGOT: 50
    DIAMOND_BLOCK: 100
    EMERALD_BLOCK: 150
    GOLD_BLOCK: 50
    IRON_BLOCK: 20
  
  top-rewards:
    rank-1: 1000.0
    rank-2: 500.0
    rank-3: 250.0

boss:
  command-restriction:
    enabled: true
    whitelist:
      - 'team'
      - 't'
      - 'msg'
      - 'tell'
      - 'r'
      - 'reply'
```

</details>

<details>

<summary>messages.yml</summary>

```yml
prefix: '&8[&6FluffyTeam&8]&r '

general:
  only-players: '{prefix}&cOnly players can use this command.'
  no-permission: '{prefix}&cYou don''t have permission to use this command.'
  unknown-command: '{prefix}&cUnknown command. Use /team help for help.'
  player-not-found: '{prefix}&cPlayer not found!'
  team-not-found: '{prefix}&cTeam not found!'
  not-in-team: '{prefix}&cYou are not in a team!'
  already-in-team: '{prefix}&cYou are already in a team!'
  invalid-amount: '{prefix}&cInvalid amount!'
  amount-positive: '{prefix}&cAmount must be positive!'
  gui-not-found: '{prefix}&cGUI not found!'
  not-implemented: '{prefix}&cThis feature is not yet implemented!'
  no-pending: '{prefix}&cYou have no pending actions to confirm!'
  please-wait: '{prefix}&cPlease wait a moment before doing that again!'

team:
  created: '{prefix}&aSuccessfully created team &e{name}&a!'
  create-exists: '{prefix}&cA team with that name already exists!'
  create-length: '{prefix}&cTeam name must be between {min} and {max} characters!'
  create-cost: '{prefix}&cYou need {cost} to create a team!'
  name-empty: '{prefix}&cTeam name cannot be empty!'
  name-no-spaces: '{prefix}&cTeam name cannot contain spaces!'
  name-no-colors: '{prefix}&cTeam name cannot contain color codes!'
  
  disbanded: '{prefix}&aSuccessfully disbanded team &e{team}&a!'
  disbanded-success: '{prefix}&aSuccessfully disbanded team &e{team}&a!'
  disband-confirm: '{prefix}&cType /team confirm to disband your team within 30 seconds!'
  
  joined: '{prefix}&aYou joined &e{name}&a!'
  player-joined: '{prefix}&e{player} &ahas joined the team!'
  left: '{prefix}&aYou left your team!'
  
  renamed: '{prefix}&aTeam renamed from &e{old} &ato &e{new}&a!'
  rename-cost: '{prefix}&cYou need {cost} to rename your team!'
  
invitations:
  invited: '{prefix}&aYou invited &e{player} &ato the team!'
  invitation-received: '{prefix}&aYou have been invited to join &e{team}&a! Type &e/team accept {team} &ato accept.'
  not-invited: '{prefix}&cYou have not been invited to this team!'
  already-invited: '{prefix}&cThat player has already been invited!'
  cancelled: '{prefix}&aYou cancelled the invitation for &e{player}&a!'

joinrequest:
  sent: '{prefix}&aYou sent a join request to &e{team}&a! Wait for approval.'
  already-requested: '{prefix}&cYou have already sent a join request to this team!'
  accepted: '{prefix}&aYou accepted &e{player}&a''s join request!'
  accepted-notify: '{prefix}&aYour join request to &e{team} &ahas been accepted!'
  no-request: '{prefix}&cThat player has not sent a join request!'
  already-in-team: '{prefix}&c{player} is already in a team!'

members:
  kicked: '{prefix}&aYou kicked &e{player} &afrom the team!'
  kicked-notify: '{prefix}&cYou have been kicked from &e{team}&c!'
  promoted: '{prefix}&aYou promoted &e{player} &ato {position}!'
  you-promoted: '{prefix}&aYou have been promoted to {position}!'
  demoted: '{prefix}&aYou demoted &e{player} &ato {position}!'
  you-demoted: '{prefix}&cYou have been demoted to {position}!'
  position-set: '{prefix}&aYou set &e{player}''s &aposition to &e{position}&a!'
  your-position-set: '{prefix}&aYour position has been set to &e{position}&a!'
  leadership-transferred: '{prefix}&aYou transferred leadership to &e{player}&a!'
  you-are-leader: '{prefix}&aYou are now the leader of &e{team}&a!'
  
  not-in-team: '{prefix}&cThat player is not in your team!'
  equal-or-higher: '{prefix}&cYou cannot manage players with equal or higher position!'
  cannot-promote: '{prefix}&cThat player cannot be promoted further!'
  cannot-demote: '{prefix}&cThat player cannot be demoted further!'
  cannot-change-own-position: '{prefix}&cYou cannot change your own position!'
  invalid-position: '{prefix}&cThat position does not exist!'
  cannot-set-leader: '{prefix}&cYou cannot set someone as Leader! Use /team leader to transfer leadership.'

permissions:
  leader-only: '{prefix}&cOnly the team leader can use this command!'
  leader-disband: '{prefix}&cOnly the team leader can disband the team!'
  leader-promote: '{prefix}&cOnly the team leader can promote members!'
  leader-demote: '{prefix}&cOnly the team leader can demote members!'
  leader-transfer: '{prefix}&cOnly the team leader can transfer leadership!'
  leader-friendlyfire: '{prefix}&cOnly the team leader can toggle friendly fire!'
  leader-levelup: '{prefix}&cOnly the team leader can level up the team!'
  no-team-permission: '{prefix}&cYou don''t have permission to do this! Check your position permissions.'
  leader-cannot-leave: '{prefix}&cYou cannot leave as the team leader! Use /team disband or transfer leadership first.'
  
  moderator-invite: '{prefix}&cYou need to be at least a moderator to invite players!'
  moderator-kick: '{prefix}&cYou need to be at least a moderator to kick players!'
  moderator-uninvite: '{prefix}&cYou need to be at least a moderator to uninvite players!'
  moderator-withdraw: '{prefix}&cYou need to be at least a moderator to withdraw money!'
  moderator-sethome: '{prefix}&cYou need to be at least a moderator to set homes!'
  moderator-delhome: '{prefix}&cYou need to be at least a moderator to delete homes!'

economy:
  deposited: '{prefix}&aYou deposited {amount} to the team bank!'
  withdrawn: '{prefix}&aYou withdrew {amount} from the team bank!'
  insufficient-funds: '{prefix}&cYou don''t have enough money!'
  insufficient-team-funds: '{prefix}&cThe team doesn''t have enough money!'
  bank-full: '{prefix}&cThe team bank is full! Maximum balance: {max}'
  deposit-limited: '{prefix}&cCannot deposit! Bank limit: {max}. You can only deposit {allowed} more.'
  transaction-failed: '{prefix}&cTransaction failed! Please try again.'

donate:
  success: '{prefix}&aYou donated &e{amount}x {item} &ato the team! (+{points} points, Team Total: {total})'
  team-notified: '{prefix}&e{player} &adonated &e{amount}x {item} &ato the team! (+{points} points)'
  no-item: '{prefix}&cYou must hold an item in your hand to donate!'
  invalid-item: '{prefix}&cThis item cannot be donated!'
  invalid-amount: '{prefix}&cInvalid amount! Must be a positive number.'
  not-enough: '{prefix}&cYou don''t have enough of this item!'
  creative-mode-blocked: '{prefix}&cYou cannot donate items in Creative or Spectator mode!'
  custom-items-blocked: '{prefix}&cCannot donate custom items with special names or enchantments!'
  failed: '{prefix}&cDonation failed! Please try again.'

homes:
  teleported: '{prefix}&aTeleported to home &e{name}&a!'
  teleporting: '{prefix}&aTeleporting to &e{name} &ain {seconds} seconds. Don''t move!'
  teleport-cancelled: '{prefix}&cTeleport cancelled due to movement!'
  already-teleporting: '{prefix}&cYou are already teleporting!'
  set: '{prefix}&aSet home &e{name} &aat your current location!'
  deleted: '{prefix}&aDeleted home &e{name}&a! Refunded {refund} to team bank.'
  not-found: '{prefix}&cHome not found!'
  max-reached: '{prefix}&cYour team has reached the maximum number of homes! Upgrade your team level.'
  insufficient-funds: '{prefix}&cYour team needs {cost} in the team bank to set a home!'
  world-blacklisted: '{prefix}&cYou cannot set a home in this world: &e{world}'
  no-homes: '{prefix}&cYour team has no homes set!'
  list-header: '&8&m          &r &6&lTeam Homes &8&m          '
  list-entry: '&e{name}'
  list-footer: '&8&m                              '
  
levelup:
  success: '{prefix}&aYour team has been upgraded to level {level}!'
  max-level: '{prefix}&cYour team is already at the maximum level!'
  insufficient-funds: '{prefix}&cYour team needs {cost} to level up!'

info:
  team-full: '{prefix}&cYour team is full! Upgrade your team level to add more members.'
  no-teams: '{prefix}&cThere are no teams yet!'
  no-team: 'None'
  
  header: '&8&m          &r &6&l{name} &8&m          '
  level: '&eLevel: &f{level}'
  members: '&eMembers: &f{count}/{max}'
  balance: '&eBalance: &f{balance}'
  friendlyfire: '&eFriendly Fire: &f{status}'
  homes: '&eHomes: &f{count}'
  footer: '&8&m                              '
  
  teams-list-header: '&8&m          &r &6&lAll Teams &8&m          '
  teams-list-entry: '&e{name} &7- Level {level} - {count} members'
  teams-list-footer: '&8&m                              '
  
  top-teams-header: '&8&m          &r &6&lTop Teams &8&m          '
  top-teams-entry: '&e#{position} {name} &7- &6{activity} &7Activity Points'
  top-teams-footer: '&8&m                              '
  
  player-header: '&8&m          &r &6&l{name} &8&m          '
  player-team: '&eTeam: &f{team}'
  player-activity: '&eActivity Points: &f{points}'
  player-footer: '&8&m                              '

friendlyfire:
  toggled: '{prefix}&aFriendly fire is now {status}&a!'
  enabled: '&aenabled'
  disabled: '&cdisabled'
  forced-pvp-zone: '{prefix}&cYou cannot toggle friendly fire in a forced PvP zone!'

regroup:
  sent: '{prefix}&aRegroup request sent to all online team members!'
  request: '{prefix}&e{player} &ais requesting all team members to regroup at &e{home}&a!'

teamchat:
  toggled: '{prefix}&aTeam chat {status}!'
  enabled: 'enabled'
  disabled: 'disabled'
  # Placeholders: {team}, {position}, {player}, {message}
  # {position} = Position prefix from config.yml (e.g., &c[Leader])
  format: '&8[&6{team}&8] {position} &f{player}&8: &f{message}'

help:
  line1: '&8&m                    &r &6&lTeam Commands &8&m                    '
  line2: '&e/team create <name> &7- Create a new team'
  line3: '&e/team disband &7- Disband your team'
  line4: '&e/team invite <player> &7- Invite a player to your team'
  line5: '&e/team join <team> &7- Join a team'
  line6: '&e/team accept <team/player> &7- Accept invitation or join request'
  line7: '&e/team leave &7- Leave your team'
  line8: '&e/team kick <player> &7- Kick a player from your team'
  line9: '&e/team uninvite <player> &7- Cancel invitation'
  line10: '&e/team promote <player> &7- Promote a player'
  line11: '&e/team demote <player> &7- Demote a player'
  line12: '&e/team setposition <player> <position> &7- Set player position'
  line13: '&e/team leader <player> &7- Transfer leadership'
  line14: '&e/team info <team> &7- View team information'
  line15: '&e/team player <player> &7- View player information'
  line16: '&e/team list &7- List all teams'
  line17: '&e/team top &7- View top teams'
  line18: '&e/team menu &7- Open team menu GUI'
  line19: '&e/team friendlyfire &7- Toggle friendly fire'
  line20: '&e/team deposit <amount> &7- Deposit money'
  line21: '&e/team withdraw <amount> &7- Withdraw money'
  line22: '&e/team donate <amount> &7- Donate items for activity points'
  line23: '&e/team home <name> &7- Teleport to team home'
  line24: '&e/team sethome <name> &7- Set team home'
  line25: '&e/team delhome <name> &7- Delete team home'
  line26: '&e/team listhomes &7- List team homes'
  line27: '&e/team levelup &7- Upgrade team level'
  line28: '&e/team rename <name> &7- Rename your team'
  line29: '&e/team regroup <home> &7- Call team members to regroup'
  line30: '&e/tc <message> &7- Team chat'
  line31: '&8&m                                                    ' 

usage:
  create: '{prefix}&cUsage: /team create <name>'
  invite: '{prefix}&cUsage: /team invite <player>'
  join: '{prefix}&cUsage: /team join <team>'
  accept: '{prefix}&cUsage: /team accept <player>'
  kick: '{prefix}&cUsage: /team kick <player>'
  promote: '{prefix}&cUsage: /team promote <player> <position>'
  demote: '{prefix}&cUsage: /team demote <player> <position>'
  setposition: '{prefix}&cUsage: /team setposition <player> <position>'
  leader: '{prefix}&cUsage: /team leader <player>'
  deposit: '{prefix}&cUsage: /team deposit <amount>'
  withdraw: '{prefix}&cUsage: /team withdraw <amount>'
  donate: '{prefix}&cUsage: /team donate <amount> (Hold item in hand)'
  home: '{prefix}&cUsage: /team home <name>'
  sethome: '{prefix}&cUsage: /team sethome <name>'
  delhome: '{prefix}&cUsage: /team delhome <name>'
  uninvite: '{prefix}&cUsage: /team uninvite <player>'
  regroup: '{prefix}&cUsage: /team regroup <home>'
  info: '{prefix}&cUsage: /team info <team>'
  teamchat: '{prefix}&cUsage: /tc <message> or /tc on|off'
  playerinfo: '{prefix}&cUsage: /team player <player>'
  admin-reload: '{prefix}&cUsage: /team admin reload'
  admin-disband: '{prefix}&cUsage: /team admin disband <team>'
  admin-setbalance: '{prefix}&cUsage: /team admin setbalance <team> <amount>'
  admin-setlevel: '{prefix}&cUsage: /team admin setlevel <team> <level>'
  admin-addmember: '{prefix}&cUsage: /team admin addmember <team> <player>'
  admin-removemember: '{prefix}&cUsage: /team admin removemember <team> <player>'
  admin-info: '{prefix}&cUsage: /team admin info <team>'
  admin-resetactivity: '{prefix}&cUsage: /team admin resetactivity <team> [player]'
  boss-start: '{prefix}&cUsage: /team boss start <arena>'
  boss-info: '{prefix}&cUsage: /team boss info <arena>'
  boss-create: '{prefix}&cUsage: /team admin boss create <name>'
  boss-remove: '{prefix}&cUsage: /team admin boss remove <name>'
  boss-setspawnboss: '{prefix}&cUsage: /team admin boss setspawnboss <arena>'
  boss-setspawnplayer: '{prefix}&cUsage: /team admin boss setspawnplayer <arena>'
  boss-setmob: '{prefix}&cUsage: /team admin boss setmob <arena> <mythicmob>'
  boss-enable: '{prefix}&cUsage: /team admin boss enable <arena>'
  boss-disable: '{prefix}&cUsage: /team admin boss disable <arena>'
  boss-stop: '{prefix}&cUsage: /team admin boss stop <arena>'

admin:
  help-header: '&8&m          &r &6&lTeam Admin Commands &8&m          '
  help-reload: '&e/team admin reload &7- Reload all configurations'
  help-disband: '&e/team admin disband <team> &7- Force disband a team'
  help-setbalance: '&e/team admin setbalance <team> <amount> &7- Set team balance'
  help-setlevel: '&e/team admin setlevel <team> <level> &7- Set team level'
  help-addmember: '&e/team admin addmember <team> <player> &7- Force add member'
  help-removemember: '&e/team admin removemember <team> <player> &7- Force remove member'
  help-info: '&e/team admin info <team> &7- View detailed team info'
  help-webhook: '&e/team admin webhook &7- Discord webhook status'
  help-resetactivity: '&e/team admin resetactivity <team> [player] &7- Reset activity points'
  help-footer: '&8&m                                      '
  
  reloaded: '{prefix}&a&lSuccess! &7All configurations have been reloaded.'
  force-disbanded: '{prefix}&a&lSuccess! &7Team &e{team} &7has been forcefully disbanded.'
  force-disbanded-notify: '{prefix}&c&lYour team has been forcefully disbanded by an administrator!'
  
  balance-set: '{prefix}&a&lSuccess! &7Set balance of team &e{team} &7to &6${amount}'
  level-set: '{prefix}&a&lSuccess! &7Set level of team &e{team} &7to &6{level}'
  level-minimum: '{prefix}&cLevel must be at least 1!'
  invalid-level: '{prefix}&cInvalid level! Use a valid number.'
  
  member-added: '{prefix}&a&lSuccess! &7Added &e{player} &7to team &e{team}'
  added-to-team: '{prefix}&a&lYou have been added to team &e{team} &aby an administrator!'
  member-removed: '{prefix}&a&lSuccess! &7Removed &e{player} &7from team &e{team}'
  removed-from-team: '{prefix}&c&lYou have been removed from team &e{team} &cby an administrator!'
  cannot-remove-leader: '{prefix}&cCannot remove team leader! Use disband instead.'
  
  info-header: '&8&m          &r &6&lAdmin Team Info &8&m          '
  info-name: '&eName: &f{name}'
  info-leader: '&eLeader: &f{leader}'
  info-level: '&eLevel: &f{level}'
  info-balance: '&eBalance: &f${balance}'
  info-members: '&eMembers: &f{members}'
  info-homes: '&eHomes: &f{homes}'
  info-invitations: '&eInvitations: &f{invitations}'
  info-ff: '&eFriendly Fire: {status}'
  info-created: '&eCreated: &f{date}'
  info-footer: '&8&m                                      '
  
  activity-reset-team: '{prefix}&a&lSuccess! &7Reset all activity points for team &e{team}'
  activity-reset-player: '{prefix}&a&lSuccess! &7Reset activity points for &e{player} &7in team &e{team}'
  your-activity-reset: '{prefix}&c&lYour activity points have been reset by an administrator!'
  team-activity-reset: '{prefix}&c&lTeam activity points have been reset by an administrator!'

status:
  online: '&aOnline'
  offline: '&cOffline'

buff:
  purchased-money: '{prefix}&aYou purchased &e{buff} &afor &6${cost}&a! (Team Buff)'
  purchased-activity: '{prefix}&aYou purchased &e{buff} &afor &b{cost} Activity Points&a! (Personal Buff)'
  activated: '{prefix}&e{player} &aactivated &e{buff} &afor the team! Duration: &e{duration} seconds&a!'
  personal-activated: '{prefix}&aYou activated &e{buff} &afor yourself! Duration: &e{duration} seconds&a!'
  expired: '{prefix}&cTeam Buff &e{buff} &chas expired!'
  personal-expired: '{prefix}&cYour personal buff &e{buff} &chas expired!'
  already-active: '{prefix}&cThis buff is already active!'
  insufficient-money: '{prefix}&cYour team needs &6${cost} &cin the team bank!'
  insufficient-activity: '{prefix}&cYou need &b{cost} Activity Points&c! (Current: &b{current}&c)'
  level-required: '{prefix}&cYour team must be level &e{level} &cto use this buff!'
  not-found: '{prefix}&cBuff not found!'
  gui-title: '&6&lTeam Buffs'
  active-buffs-title: '&a&lActive Buffs'

webhook:
  status-header: '&6&l=== Discord Webhook Status ==='
  status-enabled: '&eEnabled: {status}'
  status-yes: '&a✓ Yes'
  status-no: '&c✗ No'
  status-url: '&eWebhook URL: {status}'
  status-url-not-configured: '&c⚠ Not configured'
  status-url-configured: '&a✓ Configured'
  status-announcements-header: '&e─────────────────────────────'
  status-announcements-title: '&eAnnouncements:'
  status-announce-reset: '  &7Reset: {status}'
  status-announce-rewards: '  &7Rewards: {status}'
  status-announce-team-created: '  &7Team Created: {status}'
  status-announce-team-levelup: '  &7Team Level Up: {status}'
  status-enabled-text: '&aEnabled'
  status-disabled-text: '&cDisabled'
  status-footer: '&6&l============================'
  hint-enable: '&7Enable in &econfig.yml &7→ &eactivity.discord.enabled'
  hint-set-url: '&7Set URL in &econfig.yml &7→ &eactivity.discord.webhook-url'

vault:
  locked: '{prefix}&cThis vault is locked! Your team needs to be level &e{level}&c.'
  no-permission: '{prefix}&cYou dont have permission to access the team vault!'
  in-use: '{prefix}&cThis vault is currently being used by another team member!'

boss:
  wand-given: '{prefix}&aYou have received the Boss Arena Wand!'
  pos1-set: '{prefix}&aPosition 1 set at &e{x}, {y}, {z}'
  pos2-set: '{prefix}&aPosition 2 set at &e{x}, {y}, {z}'
  arena-created: '{prefix}&aArena &e{arena} &acreated successfully!'
  arena-removed: '{prefix}&cArena &e{arena} &cremoved!'
  arena-not-found: '{prefix}&cArena &e{arena} &cnot found!'
  arena-exists: '{prefix}&cArena &e{arena} &calready exists!'
  arena-enabled: '{prefix}&aArena &e{arena} &ais now enabled!'
  arena-disabled: '{prefix}&cArena &e{arena} &cis now disabled!'
  no-selection: '{prefix}&cPlease select both positions first using the wand!'
  spawn-set: '{prefix}&a{type} spawn location set for arena &e{arena}'
  mob-set: '{prefix}&aMythicMob set to &e{mob} &afor arena &e{arena}'
  reloaded: '{prefix}&aBoss arena configuration reloaded!'
  started: '{prefix}&aYour team has started the boss fight!'
  force-stopped: '{prefix}&c&lBoss fight has been forcefully stopped by an administrator!'
  admin-stopped: '{prefix}&aForce stopped boss fight in arena &e{arena}&a!'
  no-active-fight-in-arena: '{prefix}&cThere is no active boss fight in arena &e{arena}&c!'
  already-active: '{prefix}&cThis arena is already in use!'
  team-already-fighting: '{prefix}&cYour team is already fighting a boss in another arena!'
  on-cooldown: '{prefix}&cThis arena is on cooldown! &e{time} &cremaining.'
  not-enough-players: '{prefix}&cYou need at least &e{min} &cplayers to start!'
  too-many-players: '{prefix}&cMaximum &e{max} &cplayers allowed!'
  no-permission: '{prefix}&cYou don''t have permission to start boss fights!'
  not-in-team: '{prefix}&cYou must be in a team to fight bosses!'
  insufficient-funds: '{prefix}&cYour team doesn''t have enough balance! Need &e{cost}'
  other-team-fighting: '{prefix}&cOther team is already in another boss fight!'
  victory: '{prefix}&a&lVICTORY! &eYou defeated the boss!'
  defeat: '{prefix}&c&lDEFEAT! &eTime ran out!'
  time-warning: '{prefix}&c&lWARNING! &e{time} seconds remaining!'
  mythicmobs-not-found: '{prefix}&cMythicMobs plugin not found!'
  mob-not-found: '{prefix}&cMythicMob &e{mob} &cnot found!'
  not-in-fight: '{prefix}&cYou are not in a boss fight!'
  already-in-fight: '{prefix}&cYou are already in a boss fight!'
  player-joined-fight: '{prefix}&a{player} &ejoined the boss fight!'
  left-fight: '{prefix}&eYou left the boss fight.'
  no-arenas: '{prefix}&cNo arenas available.'
  no-active-fight: '{prefix}&cThere is no active boss fight in this arena!'
  not-your-team-fight: '{prefix}&cThis boss fight belongs to another team!'
  joined-fight: '{prefix}&aYou joined the boss fight!'
  cannot-enter-arena: '{prefix}&cYou cannot enter this arena! Team &e{team} &cis fighting the boss!'
  cannot-damage-boss: '{prefix}&cYou must join the boss fight to damage it! Use &e/team menu &cto join!'
  command-blocked: '{prefix}&cYou cannot use that command during a boss fight!'
  list-header: '&6&l=== Boss Arenas ==='
  list-entry-enabled: '&a✓ &e{arena} &7- &a{mob} &7- {duration}s &7- {min}-{max} players'
  list-entry-disabled: '&c✗ &7{arena} &8- {mob} &8- {duration}s &8- {min}-{max} players'
  help-header: '&6&l=== Boss Commands ==='
  help-start: '&e/team boss start <arena> &7- Start a boss fight'
  help-join: '&e/team boss join &7- Join the boss fight'
  help-leave: '&e/team boss leave &7- Leave the boss fight'
  help-list: '&e/team boss list &7- List all boss arenas'
  help-info: '&e/team boss info <arena> &7- View arena details'
  help-footer: '&6&l========================='
  info-header: '&6&l=== Arena: {arena} ==='
  info-enabled: '&eEnabled: &f{status}'
  info-mythicmob: '&eMythicMob: &f{mob}'
  info-duration: '&eDuration: &f{duration}s'
  info-cooldown: '&eCooldown: &f{cooldown}s'
  info-players: '&ePlayers: &f{min}-{max}'
  info-cost: '&eEntry Cost: &f${cost}'

```

</details>


---

# 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/default-configuration.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.
