Want to synchronize your server's MOTD with another server's MOTD?
Then you can start using this plugin.
Sometimes this may be needed when using more than one BungeeCord server.
In Redis systems, it will be sufficient to set the MOTD of a single server instead of setting MOTD on all BungeeCord servers one by one.
General logic of the plugin; to use the values such as MOTD, PlayerList, FavIcon of the server that has the IP and Port information you entered in the setting file on your own server.
An example image for the plugin:
Code (YAML):
motd:
useFavicon: true
# Sync with favicon? useMaxPlayers: true
# Sync with playerCount/MaxplayerCount? useMotd: true
# Sync with MOTD? useSample: true
# Sync with Sample? remote:
use: true
# Do u want use this plugin? updateTime: 5
# How long will it take to be updated? server: # Remote Server Info. IP: 'mc.hypixel.net'
# Remote Server IP Adress Port: 25565
# Remote Server Port proxy: # Proxy Settings use: false
# Do u want use Proxy? server: # Proxy Settings IP: '188.166.34.137'
# Proxy IP Adress Port: 9000
# Proxy Port ProxyType: SOCKS
# Proxy Type (SOCKS,HTTP)
When you update the config.yml file, use the
syncmotd reload command from the console for the update to take effect.
The plugin has BungeeCord and Spigot support.
Who wants can use the proxy setting . Can be used if there is a connection problem. Its purpose is to transmit MOTD information through Proxy server.
It is not recommended to write a domain name in the Server IP section, because information from CloudFlare cannot be received on some servers.