📝config.yml
📄 Introduction
The config.yml file is the core of the xTeams plugin configuration. Here, you can define and manage teams, their members, and priorities. This file allows you to customize the team settings to fit your server’s needs, such as the team’s name, the members it includes, and the priority with which they should be treated within the plugin.
💡 Breakdown of the config.yml file
teams: This section defines all the teams in your plugin. Each team is identified by a unique ID (e.g.,
red
,blue
), and you can customize the name, members, and priority for each one.red: This is the unique ID of the first team.
displayName: Defines the team’s display name (e.g., "The Red Team").
members: A list of players belonging to this team.
priority: A numeric value that defines the team’s priority. A higher number indicates higher priority.
Last updated