Plugin FAQ
Here are the features of the plugin, along with answers to frequently asked questions
I installed the plugin but it won't start and I see a big error message on the console. What to do?
discord:
token: 'set the token here'
guild-id: 'set the guild id here'
change-nickname: true # optional feature
restrict-to-channel: false # optional feature
target-channel-id: 'channel-id'What if I have several servers in my network and I want to be able to use the plugin everywhere? Does the plugin support Bungecord or other proxy software?
storage:
# driver: sqlite / mysql
driver: 'mysql' # Use MySQL
host: 'database-host'
port: '3306'
name: 'database-name'
username: 'database-username'
password: 'database-password'
pool: # HikariCP config (Do not edit if you do not know what it is)
maximumPoolSize: 10
minimumIdle: 5
connectionTimeout: 30000
maxLifetime: 1800000
idleTimeout: 600000Can the plugin sync Minecraft ranks and assign them to people on Discord? How does it work exactly?
Last updated