0.0.17
Server for Minecraft Classic 0.30 written in Deno
Repository
Current version released
3 years ago
Cobblestone-Classic
Cobblestone is a server for Minecraft Classic 0.30. It’s written in Typescript and running with Deno!
This project isn’t complete yet and it still lacks some of major features
Features
- Multiworld support
- Easy to modify - It’s written in TypeScript
- Custom plugin support
- Works with Betacraft (including online mode)
- Moddern Mojang UUID support (with online mode)
- Stores worlds in ClassicWorld format
- Uses Deno - no more big
node_modules
folder - In
core
module can work in browser, so you can use it for singleplayer in your custom MC Classic web client
Instalation
- Install Deno
- Download stable version (source code) or development version
- Copy
server
folder,run.*
files to a new folder - Start
run.bat
on Windows orrun.sh
on Linux