Aren't you sick of those players with advertisement of some cs go betting websites in their names? I was sick, so I've made a plugin, which simply omits any websites from player names. When they join a server, plugin checks their names and if they have advertisement in their name, that advertisement gets omitted and they end up with their name without advertisement.
For example:
Configuration file:
For example:
- Player named: Visagalis csgolounge.com joins the server.
- Server renames him to Visagalis.
- Every action Visagalis will do, server will only show his name without that website. Those actions includes all plugins (BetterChat/DeathNotes and all others.)
Configuration file:
JavaScript:
{
"Unwanted Domains": [
"com",
"lt",
"net",
"org",
"gg"
],
"Unwanted Names": [
"hellcase.com",
"csgolottery.com"
]
}