Skip to content
ELgamer edited this page Nov 26, 2023 · 1 revision

The proxy runs on a velocity server and manages player connections to the network, it also handles some server infrastructure related to chat and discord. The proxy plugin can be found here: Proxy.

Role syncing

A proxy only feature for discord is role syncing, this allows all users with specific roles to receive a different role, this can be used to group roles together for pinging or channel permissions. If the player no longer has one of the required roles it'll automatically remove the roles. At an interval of 5 minutes the roles will be re-synced.

Setup

In the config under role_syncing there is has and give. All roles in the has list will receive the roles in the give list, the roles must be the role id, which can be copied from discord.

Example

role_syncing:
  has: [11111111,2222222]
  give: [3333333]

In this situation all players with the roles 11111111 and 2222222 will get the 3333333 role.

Clone this wiki locally