Resolved @Everyone, does this work?

theres a person on the Tmodloader discord with the name everyone, the poor guy…. The mods probably do that to stop people from using it
 
It doesn't work, no, it merely tags the user named "everyone". Rest assured that if it did tag all members on the forums, we certainly wouldn't enable just anyone to use it.
 
theres a person on the Tmodloader discord with the name everyone, the poor guy…. The mods probably do that to stop people from using it
actually discord pings work like that: everyone (username) you have to enter @everyone#XXXX which covers internally an <@DiscordID> ping.

The everyone ping works like this:

for (User u : server.getList()){
sendPingNotification(server, u);
}
 
Back
Top Bottom