All Projects → AlexProgrammerDE → PistonMOTD

AlexProgrammerDE / PistonMOTD

Licence: Apache-2.0 license
Best MOTD plugin multi platform support!

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to PistonMOTD

Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+293.55%)
Mutual labels:  bungeecord-plugin, spigot-plugin, sponge-plugin, velocity-plugin
ZMusic
全功能Minecraft点歌插件
Stars: ✭ 22 (-29.03%)
Mutual labels:  bungeecord-plugin, sponge-plugin, velocity-plugin
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+270.97%)
Mutual labels:  spigot-plugin, paper-plugin, velocity-plugin
TabTPS
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
Stars: ✭ 151 (+387.1%)
Mutual labels:  spigot-plugin, sponge-plugin, paper-plugin
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+493.55%)
Mutual labels:  spigot-plugin, paper-plugin
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (+0%)
Mutual labels:  spigot-plugin, paper-plugin
Crazy-Crates
Add unlimited crates to your server with 10 different crate types to choose from!
Stars: ✭ 113 (+264.52%)
Mutual labels:  spigot-plugin, paper-plugin
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (+9.68%)
Mutual labels:  spigot-plugin, sponge-plugin
BOHA
A Forge/LiteLoader/Vanilla/Bukkit/Sponge/BungeeCord plugin that blocks hacked accounts (McLeaks free accounts)
Stars: ✭ 13 (-58.06%)
Mutual labels:  bungeecord-plugin, sponge-plugin
Minecraft QQ
一个用于Minecraft服务器与QQ群互联的插件
Stars: ✭ 19 (-38.71%)
Mutual labels:  bungeecord-plugin, spigot-plugin
oraxen
Oraxen is a minecraft plugin that allows to easily use Minecraft 1.14 features in order to create new items with custom textures. It handles the resourcepack generation, upload (using Polymath) and has an extensible API.
Stars: ✭ 358 (+1054.84%)
Mutual labels:  spigot-plugin
BetterGUI
Another GUI Plugin
Stars: ✭ 66 (+112.9%)
Mutual labels:  spigot-plugin
McRPG
An RPG plugin for Minecraft 1.13
Stars: ✭ 32 (+3.23%)
Mutual labels:  spigot-plugin
squaremap
squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style
Stars: ✭ 185 (+496.77%)
Mutual labels:  sponge-plugin
NBTEditor
An in-game NBT editor for Bukkit.
Stars: ✭ 41 (+32.26%)
Mutual labels:  spigot-plugin
SiegeWar
A war plugin for Towny.
Stars: ✭ 43 (+38.71%)
Mutual labels:  spigot-plugin
all-spigot-nms
All NMS versions of bukkit/spigot in one jar file. NMS from 1.8-1.18
Stars: ✭ 35 (+12.9%)
Mutual labels:  spigot-plugin
Parkour
The ultimate Parkour plugin.
Stars: ✭ 59 (+90.32%)
Mutual labels:  spigot-plugin
Bukkit Coding Tutorial
This is the repository for my Bukkit Coding series
Stars: ✭ 44 (+41.94%)
Mutual labels:  spigot-plugin
NotQuests
Flexible, open & solid paper Quest Plugin [with GUI]
Stars: ✭ 32 (+3.23%)
Mutual labels:  spigot-plugin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].