Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from md678685/paper-modern-forwarding
Browse files Browse the repository at this point in the history
Document modern forwarding with Paper
  • Loading branch information
astei committed Oct 27, 2018
2 parents f999e48 + 432d071 commit 33ac4ae
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions users/player-info-forwarding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,22 @@ forwarding player information to your servers:
Configuring modern forwarding
-----------------------------

Currently, no server implementations support Velocity's modern forwarding.
Currently, only build 377 and above of Paper 1.13.1+ support Velocity's modern forwarding.

To use modern forwarding with any supported server implementation, set the ``player-info-forwarding``
setting in ``velocity.toml`` to ``modern``. You must also change the ``forwarding-secret``
setting to a unique secret. You then need to ensure your server is properly configured to
use modern Velocity forwarding.

Paper
^^^^^

To allow Paper to understand the forwarded player data, in your ``paper.yml``, set
``settings.velocity-support.enabled`` to ``true`` and ``settings.velocity-support.secret``
to match the secret in your ``velocity.toml``. You must also set ``settings.velocity-support.online-mode``
to the ``online-mode`` setting in your ``velocity.toml``. Once you're done editing
``paper.yml``, reboot your server.


Configuring legacy BungeeCord-compatible forwarding
---------------------------------------------------
Expand All @@ -42,4 +57,4 @@ Sponge

To configure Sponge to understand the data forwarded from Velocity, set ``modules.bungeecord`` to ``true``
and ``bungeecord.ip-forwarding`` to ``true`` in your ``config/sponge/global.conf`` file, and then restart
your Sponge server.
your Sponge server.

0 comments on commit 33ac4ae

Please sign in to comment.