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
Only allow specified players to join the ViaProxy server.
3
3
4
-
## Maven Server Setup
5
-
To use the maven servers in this template you need to enter your credentials into your `gradle.properties` files.\
6
-
The file can be found in the `.gradle` folder in your home directory (create it if it doesn't exist).
7
-
```properties
8
-
reposiliteUsername=user
9
-
reposilitePassword=123456
4
+
## Usage
5
+
### Installation
6
+
Download the latest release from the [releases page](https://github.com/ViaVersionAddons/ViaProxyWhitelist/releases) and place it in the `plugins` folder of the ViaProxy server.\
7
+
The minimum required version of ViaProxy is `3.3.4`.
10
8
11
-
ossrhUsername=user
12
-
ossrhPassword=123456
13
-
```
9
+
### Configuration
10
+
You must enable the `proxy-online-mode` option in the config!\
11
+
The plugin does not work without this option enabled.
14
12
15
-
## Signing Setup
16
-
To sign your artifacts you need to enter your signing credentials into your `gradle.properties` files.\
17
-
The file can be found in the `.gradle` folder in your home directory (create it if it doesn't exist).
18
-
```properties
19
-
signing.keyId=ABC12345
20
-
signing.password=123456
21
-
signing.secretKeyRingFile=secretkey.gpg
22
-
```
13
+
After starting the server with the plugin, a `whitelist.yml` file will be created in the server folder.\
14
+
It contains the kick message and the list of players that are allowed to join the server.
15
+
16
+
```yaml
17
+
#The message that will be displayed when a player is not whitelisted
18
+
KickMessage: You are not whitelisted on this server!
23
19
24
-
The secretkey can be exported using the `gpg` command:
25
-
```bash
26
-
gpg --export-secret-key > secretkey.gpg
20
+
#The list of players that are allowed to join the server
0 commit comments