Skip to content

LauraRozier/BanSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Ban Sync provides a way for hosters to synchronize bans between servers.

Features

  • Syncronizing bans between two or more servers
  • Additional assurance that bans stay even after server wipes

Configuration

  • Data Store Type : 0 (SQLite) or 1 (MySQL) -- Which backend to use for storage
  • SQLite - Database Name -- The SQLite database file
  • MySQL - Host -- The MySQL database server address
  • MySQL - Port -- The MySQL database server port
  • MySQL - Database Name -- The MySQL database name
  • MySQL - Username -- The MySQL database user
  • MySQL - Password -- The MySQL database password
{
  "Data Store Type : 0 (SQLite) or 1 (MySQL)": 0,
  "SQLite - Database Name": "BanSync.db",
  "MySQL - Host": "localhost",
  "MySQL - Port": 3306,
  "MySQL - Database Name": "BanSync",
  "MySQL - Username": "root",
  "MySQL - Password": "password"
}

Credits

  • sqroot -- For creating the original Python plugin

About

Syncs bans across multiple servers.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages