# AdvancedTitles Configuration Guide
## Basic Commands
- `/advancedtitles reload` - Reloads the plugin configuration (requires advancedtitles.reload permission)
## Configuration Options
### Titles Section
Controls the titles shown to players when joining:
```yaml
titles:
enable: true
first-join:
title: "Welcome %player%!"
subtitle: "Thanks for joining!"
regular-join:
title: "Welcome back %player%!"
subtitle: "Good to see you again."
Custom Join/Leave Messages
Customize join and leave messages:
custom-join:
enable: true
message: "[+] &a%player% joined the game"
custom-leave:
enable: true
message: "[-] &c%player% left the game"
Animated Scoreboard
Set up your animated scoreboard with static and animated lines:
animated-scoreboard:
enable: true
title: "%animated%" # Uses built-in animations
show-memory: true # Display server memory usage
static-lines:
- "&6&l» &f&lCoordinates"
- "&7▪ X: &f%x% &7Y: &f%y% &7Z: &f%z%"
animated-lines:
- "&a&l★ &fplay.yourserver.com &a&l★"
- "&d&l✦ &fJoin our Discord! &d&l✦"
- "&e&l☀ &fVote for rewards! &e&l☀"
Tab List Configuration
Customize tab list headers and footers:
tab:
enable: true
header:
- "&8&m---------------------------"
- "%animated_header%"
- "&7Welcome, &f%player%"
footer:
- "&8&m---------------------------"
- "&7Ping: &f%ping%ms"
- "%animated_footer%"
animated-header:
- "&b&l✦ &d&lWELCOME TO THE SERVER &b&l✦"
- "&d&l✧ &b&lENJOY YOUR STAY &d&l✧"
animated-footer:
- "&a&l★ &fplay.yourserver.com &a&l★"
- "&d&l✦ &fJoin our Discord! &d&l✦"
Available Placeholders
- %player% - Player's name
- %online% - Online player count
- %max_players% - Maximum player slots
- %ping% - Player's ping
- %world% - Current world name
- %x%, %y%, %z% - Player coordinates
- %memory% - Current server memory usage
- %max_memory% - Maximum server memory
**Additional Information URL:**
(Add your wiki or documentation site if you have one)
**Alternative Support URL:**
[Discord](
https://dsc.gg/milcondev)