Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Elytrium/FastMOTD
A MOTD plugin for Velocity that caches network packets. This helps it be the fastest one of the MOTD plugins.
https://github.com/Elytrium/FastMOTD
minecraft-motd minecraft-plugin motd velocity-plugin
Last synced: about 2 months ago
JSON representation
A MOTD plugin for Velocity that caches network packets. This helps it be the fastest one of the MOTD plugins.
- Host: GitHub
- URL: https://github.com/Elytrium/FastMOTD
- Owner: Elytrium
- License: agpl-3.0
- Created: 2022-07-01T10:01:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T13:54:06.000Z (6 months ago)
- Last Synced: 2024-08-03T17:11:26.919Z (5 months ago)
- Topics: minecraft-motd, minecraft-plugin, motd, velocity-plugin
- Language: Java
- Homepage:
- Size: 175 KB
- Stars: 60
- Watchers: 4
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minecraft - FastMOTD - A MOTD plugin for Velocity that caches network packets. (Other / Velocity)
README
# FastMOTD
[![Join our Discord](https://img.shields.io/discord/775778822334709780.svg?logo=discord&label=Discord)](https://ely.su/discord)
[![Proxy Stats](https://img.shields.io/bstats/servers/15640?logo=minecraft&label=Servers)](https://bstats.org/plugin/velocity/FastMOTD/15640)
[![Proxy Stats](https://img.shields.io/bstats/players/15640?logo=minecraft&label=Players)](https://bstats.org/plugin/velocity/FastMOTD/15640)A MOTD plugin for Velocity that caches network packets. This helps it be the fastest one of the MOTD plugins.
Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216)## Features
- Fake online (percent + static sum)
- Multiple descriptions/favicons support
- Set information (custom text in the player list)
- Caching of network packets
- Max count "just add up" support
- PNG built-in compression## Comparison with other MOTD plugins
Intel Core i9-9700K, DDR4 (a server that is not running any programs):
| Plugin | Pings per second count |
| - | - |
| FastMOTD | 1 700 000 - 2 000 000 pings per second |
| Without MOTD plugins | 900 000 - 1 100 000 pings per second |
| MiniMOTD | 480 000 - 580 000 pings per second |Intel Xeon E3-1270, DDR3 (a PC with several applications running):
| Plugin | Pings per second count |
| - | - |
| FastMOTD | 840 000 - 1 000 000 pings per second |
| Without MOTD plugins | 330 000 - 430 000 pings per second |
| MiniMOTD | 150 000 - 200 000 pings per second |