πŸ“šMySQL

If you have several servers that you want to connect with each other so that the player receives a grant on several servers at once, then activate this option. If players will only receive grants on the server they were given, then you do not need to activate this!

# ╔═════════════════════════════════════════╗
# β•‘             MYSQL SETTINGS              β•‘
# β•‘  By default, saving is done in SQLite.  β•‘
# β•‘  If you want to, for example, connect   β•‘
# β•‘  several servers at once, use MySQL.    β•‘
# β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

MySQL enable: false
MySQL database:
  host: localhost
  port: 3306
  database: db
  user: username
  password: password

# βž₯ List of servers that is needed to be displayed in history so that players do not see the real IP of the server.
Servers list: []
#  - ['53.106.75.23', '&5&lHUB']

In the Servers list option you can specify a list of servers. It is needed only for a beautiful display, for example in the history placeholder, to understand on which server the grant was issued! And so that the player does not see the IP!

IP of the server you can find in the console, when server starts. Check

Format: - ['IP', 'Custom name']

Now you will have to determine on which servers you want to issue.

Grants have fields servers:[]. Specify there all the IPs that you want! If it is empty, then the issue will be only on the server where the issuing player was.

Format:

servers:
- '33.106.12.112'
- '45.67.34.108'

Last updated