Velocity/Bungeecord
Last updated
Last updated
There is a new "ServerID" field which should be unique for every server If you enable the MySQL field and have PlaceholderAPI installed then you can use placeholder of type %psihotest_server_id%
e.g if ServerID: "lobby" then the correct placeholder would be %psihotest_server_lobby%
As far as the Bungee/Velocity support for the player count in the server list: you'll have to configure the following On the main/lobby server of the network you should enable the "EnableTotalCount" field in Psihotest's config file
Then you should fill up the list of ServerIDs that you want their players to sum up to the total player count of the server After that you have to go to the bungee's config file and set the lobby server as the main one
To do that you have to change those fields:
ip_forward: true
force_default_server: true
ip_forward: true
prevent_proxy_connections: true
online_mode: true
ping_passthrough: true
proxy_protocol: false
Or you could do it in your way. It should work as far as the main/lobby server's motd is displayed over the Bungee/Velocity's motd
IMPORTANT! This is an integration that we have been working on for a couple of months, it will take some time to be fully optimized and we are not 100% sure if it will work properly on your server, but it should be stabilized after some time