[RDR] | PlayerVaults | Town Balance Sync | Cross Server | MySQL | PostGres | H2 icon

[RDR] | PlayerVaults | Town Balance Sync | Cross Server | MySQL | PostGres | H2 -----

Cross server player, town, and party vaults. Town bank security logic!



Bungee/Waterfall Support!
Companion addon BungeeBankSync has been released! This companion addon will work for Bungeecord and Waterfall proxy servers.

Further testing successfully using CMI and EssentialsX as economy plugins.

EssentialsX added as a SoftDepend. Note: CONFIG FILE CHANGED.

Code (Text):
# Requires plugin addon VelocityBankSync | BungeeBankSync to enable. If disabled, plugin will use Legacy Mode.
# You do not have to specify the proxy type. Set the proxy settings and download the correct proxy jar file.
Proxy:
  enabled: false
  host: 0.0.0.0
  port: 12345
  # Minimum time (seconds) before sending new command across network.
  safeSyncInterval: 1
  # CHANGES BELOW CAN BE RELOADED
Debug:
  # Essential logs to setup
  enabled: true
  # Extended logs for debugging
  extended: true
  # Enable log file
  log: true
  # Set to -1 to keep all log files.
  logFiles: 3
Storage:
  # Support only available for MySQL. For other DBs please request support for consideration.
  method: MySQL
  # Set this to true to enable sync. Will only work after data imported. Depreciated - Only works in legacy mode.
  sync: false
  # Interval in minutes to sync servers from mysql. Note: A low number can cause lag if you have a large number of towns.
  # This interval is unaffected when a large number of players is present on your server. Only number of towns/nations.
  interval: 5
MySQL:
  hostname: 127.0.0.1
  port: 3306
  database: db
  table: table
  username: user
  password: pass
  useSSL: false
  allowPublicKeyRetrieval: false
  # Remove deleted towns/nations from the mysql database. Note: Does not affect towny database.
  remove_old_towns: false
  remove_old_nations: false
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
----------, Aug 2, 2022
Resource Information
Author:
----------
Total Downloads: 1,337
First Release: Jul 24, 2022
Last Update: Jan 21, 2024
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings