- Compatible API Versions
- 1.0.0
- Sourcecode
- https://github.com/aNulliHate/MOTD
Features
- Server MOTD can choose if it's dynamic or just static
- Join MOTD can choose if show MOTD in multiple worlds
- PlaceholderAPI Support in Join MOTD
- can customized the messages in config.yml
Code:
Server-MOTD:
enabled: true
type: "static" # static / dynamic
change-interval: 3 # time (seconds) ONLY IN DYNAMIC TYPE
messages: # IF STATIC IT WILL ONLY USE THE FIRST MESSAGE
- "&cServer &a&lMOTD&r &6Message 0"
- "&eServer &a&lMOTD&r &cMessage 1"
- "&6Server &a&lMOTD&r &aMessage 2"
Join-MOTD:
use-placeholder: false
enabled: true
type: "multi-world" # multi-world / single-world
single-world:
message: "Join MOTD Primary Message"
sub-message: "Join MOTD Sub Message"
multi-world:
world:
message: "Joined World"
sub-message: "Join MOTD Sub Message"
nether:
message: "Joined Nether"
sub-message: "Join MOTD Sub Message"