Selector Server A very light-weight server selection server software working under BungeeCord.

AuthorThis is a continuation version, the original author is DragonMC. How Light-Weight?It: - have NO server ticks: NO more CPU eatting
- NO map caching: even blank chunks do cost RAM usage in Spigot/Bukkit servers
- LESS networking: won't process packets except for joining and inventory packets
- configure only ONCE: just edit BungeeCord settings and reload BungeeCord
Standby RAM usage around 60MB, almost no CPU usage. It can also fight against some join bots! InstallationTo use it, install NodeJS and run: - cd path/to/this/repo
- npm install minecraft-protocol type-detect silly-datetime
- node server.js
复制代码 |