A simple permissions mod using scoreboard teams as groups.
To assign commands to teams, you need to specify in the configuration generated by the mod which commands belong to which teams.
The default configuration can be found in <server root>/config/TeamPerms.json
, and looks something like this.
The teamCommands
property in the configuration is what contains the teams and their associated commands.
- The order is important. Teams that are higher up on the list inherit all of the commands within the teams below them.
- The order of the commands within each team is unimportant.
- Team name matching is case-insensitive, meaning you can have a all-lowercase team in-game and an all-uppercase team in the config, and they will still match.