-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add section about network admins
- Loading branch information
1 parent
1bdac2f
commit 471960c
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Defining Network administrators | ||
|
||
You can define a list of player UUIDs to consider _Network | ||
Administrators_. These players will be granted all permissions | ||
on the proxies and servers. This is mostly to ease maintainance | ||
on the entire cluster. | ||
|
||
:::danger | ||
|
||
These players will be granted the most rights possible, please | ||
act wisely when adding players to this list! | ||
|
||
::: | ||
|
||
To set the list of network administrators, set the `networkAdmins` | ||
option in your cluster: | ||
|
||
```yaml | ||
apiVersion: shulkermc.io/v1alpha1 | ||
kind: MinecraftCluster | ||
metadata: | ||
name: cluster | ||
spec: | ||
networkAdmins: // [!code focus] | ||
- 29b2b527-1b59-45df-b7b0-d5ab20d8731a // [!code focus] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters