[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!



Add table to config
Added table variable to config. Set by the user.

If migrating from 1.0.0 you must add the table variable as such to the config:

Code (Text):
debug:
enabled: false
storage:
  # Support only available for MySQL. For other DBs please request support for consideration.
  method: MySQL
mysql:
  hostname: 127.0.0.1
  port: 3306
  database: db
  table: table
  username: user
  password: pass
  useSSL: false
  allowPublicKeyRetrieval: false
  #interval in minutes to sync servers from mysql. Note: A low number can cause lag.
  interval: 5

Note: Do not forget to rename the table in MySQL if you are migrating from 1.0.0
----------, Jul 24, 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