MOTD

Format

motd:
    enabled: true

    # available modes:
    # - "skull"
    # - "default"
    mode: "skull"

    # the following options apply when mode is set to "skull"
    skull:
        # uuid of the skull you want to display. supports placeholders.
        # this is used before player joins the world, not all placeholders will be supported.
        uuid: "%uuid%"

        # how big the skull should be. Use multiples of 8 to avoid image distortion (8, 16, 24)
        size: 8

        # if both skin layers of the skull should be shown
        overlay: true

        header:
            - "<gray><strikethrough>                                                                                 "

        # up to the same amount of lines as the skull size
        body:
            - ""
            - "<white>Hello <aqua>%player%</aqua>! Welcome to <aqua>AstraChat"
            - "<white>You can edit the config in"
            - "<aqua>plugins/AstraChat/config.yml"
            - ""
            - "<white>Use <aqua>/astrachat reload</aqua> to reload"
    
        footer:
            - "<gray><strikethrough>                                                                                 "
    
    default:
        text: 
            - "<gray><strikethrough>                                                                                 "
            - "<white>Hello <aqua>%player%</aqua>! Welcome to <aqua>AstraChat"
            - "<white>You can edit the config in <aqua>plugins/AstraChat/config.yml"
            - ""
            - "<white>Use <aqua>/astrachat reload</aqua> to reload"
            - "<gray><strikethrough>                                                                                 "

Mode: Skull

motd:
    skull:
        # uuid of the skull you want to display. supports placeholders.
        # this is used before player joins the world, not all placeholders will be supported.
        uuid: "%uuid%"

        # how big the skull should be. Use multiples of 8 to avoid image distortion (8, 16, 24)
        size: 8

        # if both skin layers of the skull should be shown
        overlay: true

        header:
            - "<gray><strikethrough>                                                                                 "

        # up to the same amount of lines as the skull size
        body:
            - ""
            - "<white>Hello <aqua>%player%</aqua>! Welcome to <aqua>AstraChat"
            - "<white>You can edit the config in"
            - "<aqua>plugins/AstraChat/config.yml"
            - ""
            - "<white>Use <aqua>/astrachat reload</aqua> to reload"
    
        footer:
            - "<gray><strikethrough>       

Mode: Default

motd:
    # the following options apply when mode is set to "default"
    default:
        text: 
            - "<gray><strikethrough>                                                                                 "
            - "<white>Hello <aqua>%player%</aqua>! Welcome to <aqua>AstraChat"
            - "<white>You can edit the config in <aqua>plugins/AstraChat/config.yml"
            - ""
            - "<white>Use <aqua>/astrachat reload</aqua> to reload"
            - "<gray><strikethrough>            

Last updated