/PistonMOTD

Best MOTD plugin multi platform support!

Primary LanguageJavaApache License 2.0Apache-2.0

PistonMOTD

Discord embed Build Status GitHub release (latest by date)

Best MOTD plugin with multi-platform support!

Features

  • Customize playercounter 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 playercount (only on bukkit)
  • 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.)

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:

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

Links