nTags - a plugin that allows to manage the nametags of players on the server. It has a lot of functionality and is actively developed. Recommended for any RP-server, mini-game, etc. In addition, the OOP pattern - PIDOR (presenter-interactor-decorator-object-repository) was used in the design of the plugin, which makes it even cooler!
Full JSON configuration.
Saving via SQLite.
PlaceholderAPI support.
ActionBar message when right clicking on a player.
And much more.
Installing In order to install the plugin, you only need to install a .jar file in the plugins directory of your server (/plugins). Required libraries/API: JSONConfigAPI v1.0. This plugin will be automatically installed when you start/reboot your server.
Available versions: 1.17; 1.17.1; 1.18; 1.18.1; 1.18.2. Of: Spigot, Paper, and other forks mentioned.
Commands
/tag - Main command.
/tag help - Help command.
/tag reload - Reload command.
/tag hide <player> - Hide player tag.
/tag show <player> - Show player tag.
Permissions
ntags.admin - All permissions.
ntags.command.reload - Reload command permission.
ntags.command.hide - Hide command permission.
ntags.command.show - Show command permission.
Configuration
Code (YAML):
{ "HIDE_TAG_ON_JOIN": true,
"ENABLE_CMDS": true,
"ENABLE_AB_MSG": true,
"SEND_AB_FROM_DSPLD_PLYR": false,
"MESSAGES": { "AB_MSG": "§f%name%",
"RELOAD_CMD": "§f§l[§bɴᴛᴀɢs§f§l]§f Plugin was successfully reloaded.",
"HIDE_CMD": "§a▪§f %player% tag was successfully hidden.",
"SHOW_CMD": "§a▪§f %player% tag was successfully displayed.",
"PERM_ERR": "§c▪§f Error. Not enough permissions.",
"UNK_CMD_ERR": "§c▪§f Error. Unknown command. Type: /tag help",
"HIDE_CMD_ERR": "§c▪§f Error. Usage: /tag hide <player>",
"SHOW_CMD_ERR": "§c▪§f Error. Usage: /tag show <player>",
"HELP_MESSAGE": [ "",
"§f§l[§b▰▰▰▰▰§f§l]§f nTags v1.0 by neros2k §f§l[§b▰▰▰▰▰§f§l]",
"§b►§f Command list:",
"§b▪§f /tag §7(help)§f §b-§f Main command",
"§b▪§f /tag reload §b-§f Reload nTags",
"§b▪§f /tag show §7<player> §b-§f Show nametag",
"§b▪§f /tag hide §7<player> §b-§f Hide nametag",
"§b►§f Command aliases: §7
[ntags, nt
]", "§f§l
[§b▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰§f§l
]", "" ] } }