Skip to content

zardoy/space-squid

 
 

Repository files navigation

Space Squid

TypeScript fork of Flying Squid with a focus on better DX experince for plugins!

Minecraft lightweight server written in TypeScript (JS).

  • Supports latest versions
  • Easily customizable in every aspect

Installation

Node.js

If you have Node.js installed, you can install pnpm or npm:

npm i -g @zardoy/flying-squid
flying-squid

It's recommended to also install pm2 for process auto-restart on crashes and system reboots.

Roadmap

Feature Status
WebSocket Not started
Plugin API Done. Needs polishing
World Generation Few simple generators available. Needs more
World Saving ✅ Doesn't support latest versions
World Loading ✅ Only up to 1.18
Redstone Not started
Command Blocks ✅ Needs all commands implementation (50%)
Pvp Not started
Mobs ✅ Needs spawning, ai, a few physics fixes

Alternatives

development

  1. Clone, setup Node.js (at least v18.6.0)
  2. Install dependencies: npm install or pnpm install
  3. Run npm run dev, npm run start for without watch or npm run watch for watch mode (for prismarine-web-client) 2.1. If using Bun (experimental) instead: bun --watch src/app.js or bun --hot src/app.js (preview)

About

Modern MC server runnable in any environment

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 85.2%
  • JavaScript 14.7%
  • Dockerfile 0.1%