Create you server forum with Flarum and connect it to you Minecraft Server!
The first
Flarum Minecraft addon. With this plugin you can
register in game to your Flarum forum.
I recomend to disable online registration for evitate multi-accounts!
# Configuration File
# Setup MySQL database
mysql:
host: 'localhost'
port: 3306
database: 'flarum'
username: 'root'
password: ' ' # Enter here you MySQL user password.
flarum:
table-prefix: 'flarum_' # You chose this at forum creation.
messages:
registration-success: '&aYou registered successfully at the forum!'
registration-error: '&cError, you cannot register.'
registration-error-already: '&cError, you are already registered.'
registration-sintax-error: '&cIncorrect syntax: &7/webauth <password>'