mirror of
https://github.com/tjsga/minecraft.git
synced 2025-04-07 13:10:17 -04:00
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
//Hit F3 + M to edit configs client side in game
|
|
{
|
|
//Admins will not have any information hidden. Place commentators on this list.
|
|
"admins": [],
|
|
//Each entry contains the name of the group/team followed by a list of all members on that team. Members of the same team can see other members of that team more normally. Players not in any group can see no information.
|
|
"groups": {
|
|
"seniors": [
|
|
"flytre",
|
|
"idil"
|
|
]
|
|
}
|
|
} |