VelocityBankSync is a companion plugin for
NetworkBankSync. 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: Websocket support
Multithreading
Async support
Automatic open port detection (just set your ports to disable)
Town/Nation bank sync cross proxy network
Restart/Shutdown/TPS commands cross proxy network
Debug toggle
Discord notifications
Permissions
# Enable standard debugging. This includes typical setup messages.
Debug: true
# Enable extended debugging. This will print all error logs for the plugin.
ExtendedDebug: 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
webhookURL: URL_HERE
webhookImage: https://amzfiles.antimatterzone.net/api/public/dl/YG8o6te6
webhookUser: NetworkBankSync
# Creates all discord notifications embedded.
webhookEmbedded: true
# Turns on discord notifications when plugin loads/unloads.
pluginNotify: true
# Turns on discord notifications for sync and load commands.
notifySync: true
notifyLoad: true
# Turns on discord notifications for transaction.
transactions: true
# Specify ports for your backend servers. Each backend server needs a port.
Ports:
- 64000
- 64001
- 64002