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: 3 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T18:19:41.000Z (about 1 month ago)
- Last Synced: 2025-05-05T10:58:06.403Z (9 days ago)
- Topics: minecraft-motd, minecraft-plugin, motd, velocity-plugin
- Language: Java
- Homepage:
- Size: 153 KB
- Stars: 66
- Watchers: 3
- Forks: 14
- Open Issues: 14
-
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
[](https://ely.su/discord)
[](https://bstats.org/plugin/velocity/FastMOTD/15640)
[](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 |