MOTD | Configurating

Here are some of the basics you will need

Go into your config.yml file and you should see a configration like this

## Create by UziPlex

enabled: true

version: v1.0

motd:
- "&7Add Your Things Here"
- "&7Customize it to your heart &c<3"
- "&c<player>"

Here is what everything is:

# You don't have to configure this in any way
version: v1.0
# This just tells the skript if you want the motd to be
# enabled or disabled!
enabled: true
# And the fun part comes here!
# You can add multiple lines like here
# in this example:
motd:
- "&7&n------------------------------------"
- "&cWelcome to our server <player>, please"
- "&cenjoy your stay here!"
- "&c"
- "&cOur socials:"
- "&cDiscord: link here"
- "&cStore: link here"
- "&7&n------------------------------------"

Find all the color codes on this link!

Find all of the color codes here!

Last updated