
AfroPlayerTitles 1.2
Player customization with special titles
Page 1
1.2
Jan 19, 2025
Default title and Database update!
Added:
In config.yml from now you can find section where you can set default title for players!
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
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)
1.1
Jan 17, 2025
Appearence and command stuff
New commands:
/afroplayertitles about - informations about plugin
/afroplayertitles settitle - set player's title - permission: afroplayertitles.settitle
In config.yml you can change title icon, just simply add
icon: "MATERIAL"
Material list can be found here!
1.0
Jan 16, 2025
Page 1