Added:
In config.yml from now you can find section where you can set default title for players!
Code (Text):
enable_default_title: false
default_title_name: "default"
assign_default_title_to_player: false
From now you can connect plugin to database!
When you install plugin on server, it create in folder "AfroPlayerTitles" new file called database.yml
Code (Text):
use_mysql: false
mysql:
host: "localhost"
username: "root"
password: ""
port: "3306"
database: "afroplayertitles"
# If you enable mysql, you need to restart server!
# Plugin create new table named: afroplayertitles_data
# [!] The plugin will not download data from the "playerdata" folder to the database!
Fix:
Tab completer only show available arguments for player (they need to have permission)