BungeeBankSync is a companion plugin for
NetworkBankSync using Bungeecord or Waterfall proxies. This plugin is optional and if enabled, allows for additional features to be added to NetworkBankSync. Most notably, it will automatically sync all town and nation balances to all servers anytime a relevent Towny event occurs. This includes rename, delete, creation, and bank transaction events. Note: one open port is required per backend server.
All testing of this plugin was conducted on 1.19.1 using self hosted servers. For support using server hosting sites, a tester with a hosted server will need to join the discord below and offer testing.
Features: Waterfall/Bungeecord Proxy Support
Websocket support
Multithreading
Async support
Automatic open port detection (set your ports to disable)
Town/Nation bank sync cross-proxy network
Restart/Shutdown/TPS commands cross-proxy network
Debug toggle
Discord notifications
Permissions
Debug:
# Enable standard debugging. This includes typical setup messages.
enabled: true
# Enable extended debugging. This will print all error logs for the plugin.
extended: true
# Currently not supported.
logEnabled: true
logFiles: 3
# Minimum time (seconds) before sending new command across network.
safeSyncInterval: 1
#Discord
Discord:
# Enable discord notifications. Toggle the different notifications below.
# Setting all to false effectively disables notifications.
enabled: false
# Set the webhook. Copy this from discord.
webhookURL: URL_HERE
# Set the webhook image. Accepts URL.
webhookImage: https://amzfiles.antimatterzone.net/api/public/dl/YG8o6te6
# Sets the webhook username
webhookUser: NetworkBankSync
# Sets all messages to be embedded.
webhookEmbedded: true
# Turns on discord notifications when plugin loads/unloads.
pluginNotify: true
# Turns on discord notifications for sync and load commands.
notifySync: true
# Specify ports for your backend servers. Each backend server needs a port.
Ports:
- 64000
- 64001
- 64002