Skip to content

baz1l/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.)

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

About

Best MOTD plugin multi platform support!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 87.1%
  • Kotlin 12.9%