F3Name Edit server brand in debug screen Now with LuckPerms 5 support!
With the release of Minecraft 1.13, server owners got an additional place to show information to players. And this place is... debug screen! With this plugin, you can easily edit server brand from the default ("Spigot", or very long Bungee version) to whatever you want. Show your server name, ping, or just show ads to players (but it's not the best place for this, ok?) Features
/f3name /debugname /f3n /f3namebukkit - aliases for Bukkit
/f3nameb /f3namebungee - aliases for BungeeCord
/f3name reload - reload configuration
Permissions
f3name.reload - permission for reload
Configuration
Code (Text):
groups:
#Default group. DO NOT REMOVE!
everyone:
f3names:
#Max 256 characters per line
- "&6This is an example configuration file"
- "&6Use this list to set multiple names in debug screen"
- "&6It also have support of PlaceholderAPI,&r %player_displayname%"
- "&6Your ping: &2%player_ping%&6, current world time &2%player_world_time_24%"
#Shuffle that list before displaying?
shuffle: false
#Refresh rate in ticks (1 second = 20 ticks)
update-time: 200
#Some example. You can edit or remove this
"example":
f3names:
- "&6This is an example group"
- "&6This text will show to players with &cexample &6group"
- "&6Player groups sorted by their weight"
#Shuffle and update-time are optional, their default values shown above
#If set to true, disables this plugin and gives bungeecord side plugin ability to send
#messages through this plugin. It allows bungee to use hooked plugins (PlaceholderAPI, Vault, LuckPerms)
bungeecord-as-primary: false
#Use colored console. Disable this if your console doesn't have support for colors
coloredConsole: true
#Auto update for the plugin
auto-update: true
Code (Text):
#If you don't want to change server brand
#on specific server - add server name below
excluded-servers:
- "excluded"
groups:
#Default group. DO NOT REMOVE!
everyone:
f3names:
#Max 256 characters per line
- "&6This is a BungeeCord version of &3F3Name"
- "&6Everything the same as in the Bukkit version"
- "&6Except excluded-servers list above and built-in placeholders"
- "&6Your ping: &2%player_ping%&6, current server name &2%server_name%"
- "&6It sends to all servers on your network"
#Shuffle that list before displaying?
shuffle: false
#Refresh rate in ticks (1 second = 20 ticks)
update-time: 200
#Some example. You can edit or remove this
"example":
f3names:
- "&6This is an example group"
- "&6This text will show to players with &cexample &6group"
- "&6Player groups sorted by their weight"
#Shuffle and update-time are optional, their default values shown above
#Prevents messages above from sending. Enable this if you have a server with the plugin
#on network, but don't want to change server brand on other servers in the network
only-api: false
#Use colored console. Disable this if your console doesn't have support for colors
coloredConsole: true
For a detailed explanation about how a plugin defines a player group, read
this.
Configuration Examples Can be foundhere. Do you have a good config? Suggest it in the discussion thread.
Compatibility Works for players that connected from 1.13 and above on 1.8+ servers with protocol hacks.