This is a collection of all messages that are displayed in the server list. The built configuration file can be found in main.conf.
We accept your submissions! You may clone this repository, add a new line in edit-me.txt and create a pull request in https://github.com/BorderMC/motd/pulls.
When the pull request gets approved, Github will update main.conf to match edit-me.txt.
To avoid controversy or inappropriate sentences, the guideline rules below will define what we will NOT accept:
- No advertisements
- No slurs
- Clone project using
git clone https://github.com/BorderMC/motd.git - Read the rules
- Edit edit-me.txt
- Make a branch with
git branch <yourusername>/<description>for examplegit branch pernio/nether-reset-info - Switch to branch with
git switch <yourusername>/<description>for examplegit switch pernio/nether-reset-info - Add all files to git using
git add . - Commit message using
git commit -m "<message>"for examplegit commit -m "Added new motd message" - Push using
git push --set-upstream origin <yourusername>/<description>for examplegit push --set-upstream origin pernio/nether-reset-info - Create a pull request in https://github.com/BorderMC/motd/pulls
