Zeppelin
Highly efficient Minecraft server
Install / Use
/learn @ZeppelinMC/ZeppelinREADME
Zeppelin
Highly optimized server implementation written in Go for Minecraft 1.21.3
Goal
A fast, efficient, and reliable server, with a plugin API and clean code
Protocol Coverage
-
Packet encryption (AES/CFB8)
-
Packet compression (Zlib)
-
Authentication
-
Named Binary Tag (NBT)
-
Text formatting
-
Chat signing
Progress
-
Chunk encoding and manipulation
-
Region/Anvil decoding and encoding (temp disabled)
-
WIP terrain generation
-
Player movement including metadata
API
Protocol:
-
NBT: protocol/nbt
-
.properties: protocol/properties
-
text formatting: protocol/text
-
network and packets: protocol/net
Server:
-
Commands: server/command (server.CommandManager) - can register custom commands
-
World: server/world (server.World) - can register custom dimensions, modify chunks etc
-
Registry: server/registry - shared registry constants
-
Container (inventory): server/container
-
Player: server/player (Session.Player())
-
Session: server/session (api) | server/session/std (impl)
Boot Arguments
--no-plugins: skips plugin loading
--memprof: uses memory profiler
--cpuprof: uses cpu profiler
--xmem=<amount>: limits memory usage to amount, for example: --xmem=1gib
Acknowledgements
Angel - help with chunk related calculations (0x8D989E86)
Related Skills
node-connect
337.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
337.4kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
