Center Message

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Noveltysy

Member
Jul 8, 2022
1
0
1
22
I would like to ask is there way in minecraft 1.18.2 to make messages on lines 5, 7, 8 centered?
I saw that it was possible in 1.17 with using Skellett but no more in 1.18.

Code:
command discord:
    aliases: dscrd
    trigger:
        message "&8&l&m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" to player
        message "&5&l DISCORD" to player
        message "" to player
        message " &7You can find our discord here:" to player
        message " <link:>&5Discord<reset> &7<- CLICK" to player
        message "" to player
        message "&8&l&m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" to player
 
Status
Not open for further replies.