Sign inSign up

almightysatan/motdify

By almightysatan

•Updated 8 months ago

A simple server that responds with an MOTD when pinged via the Minecraft server list

Image
0

832

almightysatan/motdify repository overview

GitHub

⁠MOTDify

MOTDify is a simple server that responds with an MOTD when pinged via the Minecraft server list. Players can't join this server and are instantly disconnected with a configurable error message.

Supported Minecraft versions: 1.7.x+

⁠Configuration

MOTDify can be configured using the following environment variables

Environment VariableDescriptionDefault
motdify_portThe port where this server is listening25565
motdify_protocol_versionThe Minecraft protocol versionSame as the client
motdify_softwareThe name of the server software/versionMOTDify
motdify_players_onlineThe number of player currently online0
motdify_players_maxThe maximum number of concurrent players69
motdify_faviconPath to a png image that is displayed as the servers favicon. The size of the image has to be exactly 64x64 pixelsN/A
motdify_motdThe MOTD§cServer not available!
motdify_disconnectA message that is displayed to the player when trying to join this server§cServer not available!

⁠Docker Compose

Example docker-compose.yml

version: "3.8"

services:
  motdify:
    image: "almightysatan/motdify:latest"
    container_name: MOTDify
    ports:
      - "25565:25565"
    environment:
      - motdify_motd=§7Hello World

⁠Source

The source code is available on Github⁠

Tag summary

Content type

Image

Digest

sha256:015e6c8dd…

Size

78.3 MB

Last updated

8 months ago

docker pull almightysatan/motdify