Merge branch 'main' of github.com:Nan1t/NanoLimbo into main

This commit is contained in:
Nanit 2020-12-04 21:18:15 +02:00
commit 6d5c1628a9

View File

@ -44,11 +44,11 @@ This will disable some useless for production information in the console.
The server supports player info forwarding from the proxy. There are two type of info forwarding: The server supports player info forwarding from the proxy. There are two type of info forwarding:
* LEGACY - The BungeeCord IP forwarding * `LEGACY` - The **BungeeCord** IP forwarding.
* MODERN - Velocity native info forwarding type * `MODERN` - **Velocity** native info forwarding type.
If you use **BungeeCord**, or Velocity with LEGACY forwarding, just set this type in the config. If you use BungeeCord, or Velocity with `LEGACY` forwarding, just set this type in the config.
If you use **Velocity** with modern info forwarding, set this type and paste secret key from Velocity If you use Velocity with `MODERN` info forwarding, set this type and paste secret key from Velocity
config into `secret` field. config into `secret` field.
### Contributing ### Contributing