Skip to content

ZeppelinMC/Zeppelin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeppelin

Minecraft Java Edition 1.21 server implementation written in Go

Why

Why not?

Progress

  • Chunk reading & sending to the client

  • Player movement

  • Encryption / Authentication

  • Secure chat

Discord Server

Boot Arguments

--no-raw-terminal: disables the raw terminal option which might be useful for systems that don't work well with it

--no-plugins: disables plugin loading which might be useful if your system doesn't support plugins and want to remove the warning message

--cpuprof: run the server with the cpu profiler

--memprof: run the server with the memory profiler