This plugin assigns players to predefined teams as soon as they connect. If a team doesn't exist, it is created, and if it has the wrong members, it is updated.
Configuration
JSON:
{
"Version": "1.0.0",
"Teams": [
{
"Team Name": "Admin",
"Player Ids": [
76561198000000001,
76561198000000002
]
},
{
"Team Name": "Team A",
"Player Ids": [
76561198000000003,
76561198000000004
]
},
{
"Team Name": "Team B",
"Player Ids": [
76561198000000005,
76561198000000006
]
}
]
}
Teams
- A list of predefined teams with assigned player ids.- Each team has a Team Name.
- Player Ids define which players are assigned to the team.