hyperdefined / hyperMOTD

Custom MOTD system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyperMOTD

Minecraft versions GitHub release (latest by date) Downloads Donate via Ko-fi License: GPL v3

Super simple custom MOTD system that allows for very basic random and fixed MOTDs. Supports Paper, Waterfall, and Velocity.

Features

  • Complete support for Minimessage formatting.
  • Change your server's MOTD and server icon without restarting.

Default config

Use /hypermotd to reload the config.

Paper & Waterfall Config

# Type can be "random" or "fixed." Random will pick a MOTD from the list. Fixed will only show the fixed MOTD.
type: "random"
random-motd:
  - '<red>random'
  - '<blue>random2'
fixed-motd: "<yellow>fixed motd"

# Set a custom favicon here. This allows you to reload the icon without having to reload the proxy/server.
# Place the icon in the hyperMOTD folder with the config.yml
use-custom-icon: false
custom-icon-filename: "server-icon.png"

Velocity Config

# Type can be "random" or "fixed." Random will pick a MOTD from the list. Fixed will only show the fixed MOTD.
type="random"
random-motd=[
  "<red>random",
  "<blue>random2",
]
fixed-motd="<yellow>fixed motd"
# Set a custom favicon here. This allows you to reload the icon without having to reload the proxy/server.
# Place the icon in the hyperMOTD folder with the config.yml
use-custom-icon=false
custom-icon-filename="server-icon.png"

About

Custom MOTD system.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%