A simple server that responds with an MOTD when pinged via the Minecraft server list
832
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+
MOTDify can be configured using the following environment variables
| Environment Variable | Description | Default |
|---|---|---|
motdify_port | The port where this server is listening | 25565 |
motdify_protocol_version | The Minecraft protocol version | Same as the client |
motdify_software | The name of the server software/version | MOTDify |
motdify_players_online | The number of player currently online | 0 |
motdify_players_max | The maximum number of concurrent players | 69 |
motdify_favicon | Path to a png image that is displayed as the servers favicon. The size of the image has to be exactly 64x64 pixels | N/A |
motdify_motd | The MOTD | §cServer not available! |
motdify_disconnect | A message that is displayed to the player when trying to join this server | §cServer not available! |
Example docker-compose.yml
version: "3.8"
services:
motdify:
image: "almightysatan/motdify:latest"
container_name: MOTDify
ports:
- "25565:25565"
environment:
- motdify_motd=§7Hello World
The source code is available on Github
Content type
Image
Digest
sha256:015e6c8dd…
Size
78.3 MB
Last updated
8 months ago
docker pull almightysatan/motdify