Official Tutorial - How to edit Spigot messages?

How to modify Spigot messages?

It is very simple to modify the messages of spigot, however you will obviously need to have spigot or a fork (Mohist,Paper,Purpur…).

Then you have to download the file named Spigot.yml, it contains inside the file 6 lines:

whitelist: You are not whitelisted on this server!

unknown-command: Unknown command. Type " /help " for help.

server-full: The server is full!

outdated-client: Outdated client! Please use {0}

outdated-server: Outdated server! I’m still on {0}

restart: Server is restarting

These messages are those of spigot, so there is the message for example when the server closes it says the message « Server is restarting », to modify this, simply modify this message so:

restart: Server is restarting ==> restart: Server restarted

You will say to me, but some servers have these messages with colors, how it is possible?

It’s very simple, you just have to add like the colors of minecraft (&1, &2, &3,…)

Except that here, it’s simply §1 instead of &1.

And now you know how to modify the messages of spigot and add color! :wink: