AlexProgrammerDE / PistonMOTD

Control your Minecraft servers MOTD. Supports RGB colors and multiple platforms.

Home Page:https://pistonmaster.net/PistonMOTD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PistonMOTD

Discord embed Build Status GitHub release (latest by date)

Best MOTD plugin with multi-platform support!

Features

  • Customize player-counter tooltip
  • Customize the online player and max player counter
  • Random MOTD
  • A custom client out of date message. You can force that to always happen too.
  • Random favicon
  • Placeholders (extendable via api)
  • Hide your player-count
  • Very easy to understand config
  • Modular (You can enable/disable every feature)

Compatible with external MOTD plugins. (Can't promise it will work with every MOTD plugin.)

🌈 Community

Feel free to join our Discord community server:

Discord Banner

This project is in active development, so if you have any feature requests or issues please submit them here on GitHub. PRs are welcome, too. :octocat:

API

We got an easy to integrate API for adding additional placeholders into the plugin.

Repository:

  <repositories>
      <repository>
          <id>codemc-repo</id>
          <url>https://repo.codemc.org/repository/maven-public/</url>
      </repository>
  </repositories>

Dependency:

Latest Version (Without the v): Latest Version

  <dependencies>
    <dependency>
      <groupId>net.pistonmaster</groupId>
      <artifactId>pistonmotd-api</artifactId>
      <version>VERSION HERE</version>
    </dependency>
  </dependencies>

Links

About

Control your Minecraft servers MOTD. Supports RGB colors and multiple platforms.

https://pistonmaster.net/PistonMOTD

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Shell 0.1%