You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-46Lines changed: 17 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This is a Bukkit/Spigot plugin for permissions, multiworld features and other ad
17
17
## Develpement and Version
18
18
19
19
API Version: *1.17.x*<br>
20
-
Plugin Version: *v2.0*<br>
20
+
Plugin Version: *v2.1*<br>
21
21
Java Class Version: *52 (Java8)*<br>
22
22
23
23
## Commands
@@ -125,36 +125,30 @@ Worldload:
125
125
- hogwarts
126
126
```
127
127
128
-
### Groups
128
+
### Groups[until v2.1]
129
129
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.
130
130
131
131
```json
132
132
Groups:
133
133
player: ''
134
134
moderator:
135
+
id: 02RankModerator
136
+
color: dark_blue
137
+
prefix: '[Moderator] '
135
138
permissions:
136
-
- serversystem.rank.moderator
137
139
- serversystem.command.permission
138
140
- minecraft.command.op
139
141
admin:
142
+
id: 01RankAdmin
143
+
color: dark_red
144
+
prefix: '[Admin] '
140
145
parent: moderator
141
146
permissions:
142
147
- serversystem.tools.commandblock
143
148
- serversystem.command.permission
144
-
- serversystem.rank.admin
145
-
```
146
-
147
-
The rank permission is an individual permission set by the ranks. A rank defines the visual representation of a permission.
148
-
149
-
```json
150
-
Ranks:
151
-
01RankAdmin:
152
-
color: dark_red
153
-
prefix: '[Admin] '
154
-
permission: serversystem.rank.admin
155
149
```
156
150
157
-
Make sure you have an empty space after the prefix, otherwise the prefix will be displayed directly in front of the player's name. You can choose any name for the permission as long it is the same as the permission in the groups section. We choose `serversystem.rank.admin`. The name of the rank itself is also unimportant except for the number in front of the name. The number defines the order of the player in the tabbar. The Rank `04RankSupporter` will be displayd below the `01RankAdmin` but above the `06RankPremium` for example.
151
+
The id of the group is unimportant except for the number in front of the name. The number defines the order of the player in the tabbar. The Rank `04RankSupporter` will be displayed below the `01RankAdmin` but above the `06RankPremium` for example. Make sure you have an empty space after the prefix, otherwise the prefix will be displayed directly in front of the player's name. You can find an example for the tabbar at the end of the document as image.
158
152
159
153
You can use the colors codes listed in the [Minecraft Wiki](https://minecraft.gamepedia.com/Formatting_codes#Color_codes"Color Codes").
160
154
@@ -169,6 +163,8 @@ Players:
169
163
170
164
```
171
165
166
+
For versions before v2.1 please look at [the old Documentation](https://github.com/Der-Zauberer/ServerSystemPlugin/blob/a0455d4d48d943d94fcb63ee4aa78ef9d2214c06/README.md)
167
+
172
168
### Worlds
173
169
All loaded worlds have own settings. <br>
174
170
`exists` used for internal handling, true by default<br>
0 commit comments