Skip to content

AlexProgrammerDE/PistonMOTD

Repository files navigation

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 (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.)

🌈 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