Quote Originally Posted by Donut View Post
you know how when you try to join a server you were banned from it tells you that you were banned? can you change the message it displays for different people? i would love to be able to ban some asshole then change his ban message to "fucking A. what dont you understand about 'you are banned'?"

or to make it cycle through a list of predefined messages? would be so much fun imo
The message is 100% on the client. The server just sents a packet to flag the ban, the client then executes the code to remove player from server and then show the ban message.

I suppose the only way to show a ban message, would be, when you execute /b or whatever it is. It goes

"**SERVER**: <User> is being banned, screw you aimbotter"
"**SERVER**: <User> is being banned, screw you aimbotter"
"**SERVER**: <User> is being banned, screw you aimbotter"

Then it executes the actual ban command, it'd have to wait a few seconds, so the player had time to read it.