Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Zauberer committed Jul 2, 2021
1 parent ef47d20 commit 7200b15
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Worldload:
```

### Groups
The plugin have a permission system. A group have a name and permissions as a list. If do not want do use this add nothing to the groups.
The plugin have a permission system. A group have a name, a parent and permissions as a list. If you don't want do use this add nothing to the groups. A group get also all permissions from it's parent.

```json
Groups:
Expand All @@ -136,8 +136,11 @@ Groups:
permissions:
- serversystem.rank.moderator
- serversystem.command.permission
- minecraft.command.op
admin:
parent: moderator
permissions:
- serversystem.tools.commandblock
- serversystem.command.permission
- serversystem.rank.admin
```
Expand Down Expand Up @@ -245,10 +248,12 @@ Groups:
permissions:
- serversystem.rank.moderator
- serversystem.command.permission
- minecraft.command.op
admin:
parent: moderator
permissions:
- serversystem.command.permission
- serversystem.tools.commandblock
- serversystem.command.permission
- serversystem.rank.admin
Ranks:
01RankAdmin:
Expand Down

0 comments on commit 7200b15

Please sign in to comment.