By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
Gives a random MOTD shuffle, such as the Minecraft Featured Servers!
Ever wanted a moving MOTD like the featured servers? Well, now you can. With his simple Shuffling plugin. It is a configurable plugin. All you need to know is in config.yml. You can also choose to have it in sequence too!
---
# The Ammount of time in ticks that you wish for the MOTD Delay.
# This doesn't make the client's query change,
# This affects the amount of time the server sends the message.
# -----------------------
# One second is 20 ticks.
# Default: 100
MOTD Delay: 100
# Here you can set if you want the shuffle "on", or "off".
# It is required to use quotations.
# Default: "on"
MOTD Shuffle: "on"
# The MOTD Messages.
# You can add to as much as you like!
# Just make sure you copy it correctly.
# VARIABLES:
# Use these within the MOTD Messages below.
# {POCKETMINE_API} - Displays the PocketMine version.
# {SERVER_VERSION} - Displays the Minecraft version for the server.
# {ONLINE_PLAYERS} - Displays the current amount of online players.
# {MAX_PLAYERS} - Displays the current Max players stated in server.properties.
# {PREFIX} - Displays the set prefix below.
# {SUFFIX} - Displays the set suffix below.
Prefix: "Example #1"
Suffix: "Example #2"
MOTD Message:
- "&aMessage 1&r"
- "&bMessage 2&r"
- "&cMessage 3&r"
- "&dMessage 4&r"
- "&eMessage 5&r"
# Config Version:
# Do not touch the config version.
# It's only to allow changes without issue
Config Version: 1.0.0
...
No Permissions or Commands are required. Simply Stop your server, edit the config.yml and start the server again.
Attention:
Due to the way the plugin "CustomAlerts" works, it does not allow MOTDShuffle to work. Please stop sending me issues saying it's not working. Disable "CustomAlerts" first then try again. Then decide which plugin you'd rather have. It's up to you!
If you find some bugs, click the handy dandy Bugs button at the top of this page!
Added Variables
Mixed a few things up in the config.
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time