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

Commit

Permalink
announce-forge option
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Sep 8, 2018
1 parent 681f7d1 commit c38910b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions users/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ These settings mostly cover the basic, most essential settings of the proxy.
| | | | run Velocity. See the "Player info |
| | | | forwarding" section for more info. |
+-----------------------------------+------------+-------------------------+---------------------------------------+
| ``announce-forge`` | Boolean | ``false`` | This setting determines whether or |
| | | | Velocity should present itself as a |
| | | | Forge/FML-compatible server. By |
| | | | default, this is disabled. |
+-----------------------------------+------------+-------------------------+---------------------------------------+

``server`` section
^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -151,6 +156,9 @@ Below is the default configuration file for Velocity, ``velocity.toml``.
# If you are using modern IP forwarding, configure an unique secret here.
player-info-forwarding-secret = "5up3r53cr3t"
# Announce whether or not your server supports Forge/FML. If you run a modded server, we suggest turning this on.
announce-forge = false
[servers]
# Configure your servers here.
lobby = "127.0.0.1:30066"
Expand Down

0 comments on commit c38910b

Please sign in to comment.