-
-
Notifications
You must be signed in to change notification settings - Fork 7
HOW TO: Share Balances Across Servers
Daniel V edited this page Jan 30, 2024
·
1 revision
-
Install BungeeCord/Velocity Jar on Proxy
- Download the BungeeCord/Velocity Jar from the official website.
- Place the Jar file in the appropriate directory on your proxy server.
- Start the proxy server to initialize BungeeCord/Velocity.
-
Install TNE on Each Sub Server
- Navigate to each sub-server.
- Download and install TNE on each sub-server.
- Ensure TNE is properly configured and integrated into the server.
-
Ensure Consistency in Server Names and Default World Names
- Check and ensure that the server name and default world name are the same in each server's
config.yml
. - If the default world name differs and needs to be overridden in TNE, update the
Core.Region.DefaultRegion
value accordingly.
- Check and ensure that the server name and default world name are the same in each server's
-
Update Server Names (Optional)
- Optionally, update the server name in each server's
config.yml
. - Ensure that the updated server name is consistent across all connected servers by updating the
Core.Server.Name
in eachconfig.yml
.
- Optionally, update the server name in each server's
-
Ensure Unique Core.ServerID
- Verify that the
Core.ServerID
is different in eachconfig.yml
. - If you've copied and pasted the
config.yml
, remove theServerID
configuration to let it regenerate on the next startup.
- Verify that the
-
Ensure Consistency in Currency Configurations
- Verify that the currency UUID is the same across all servers.
- Configure the currency settings as required.
- Start each server and let it generate a UUID for the currency's YAML.
- Copy over the configurations to ensure consistency.
-
Verify Currency Configurations
- Double-check the currency configurations to ensure they match across all servers.
- Adjust settings as necessary to maintain consistency.