classes | ||
plugins | ||
.gitignore | ||
bun.lockb | ||
deps.ts | ||
events.ts | ||
index.ts | ||
LICENSE | ||
package.json | ||
readme.md |
cla66ic
sucessor of cla55ic
features:
- written in typescript (types and shit)
- entierly cloud based (meaning you can host it anywhere)
- extremely extensive plugin system
- solid implementation of sockets in deno and how to patch them together
- Bun!! It's not node, and a classic server
- very fast
setup tutorial
- configure .env file to look something like
PORT=6969
HASH=RandomHashIlIke
OPS=["Me"]
ONLINEMODE=true
MAIN=main
HOST=0.0.0.0
NOTE: if you are running inside of a cloud provider, just set these as your environment variables
- install bun
- run
bun index.ts
insipration taken from:
- https://github.com/Patbox/Cobblestone-Classic (some protocol information and worldhandling)
- cla55ic (world data too)
issues:
Properly queue up map saves instead of just blantantly saving whenever possibleit now saves to disk, IO is very fast and shouldn't cause issues anymoremassive performance issues, running more than 100 something accounts makes the server instead insane amounts of cpu (most likely multithreading needed)the server is now async so it's way quicker (untested)- no cpe support! i want to get all of the above issues fixed before implementing CPE support
- no IP cooldown connections (no block cooldown either), no anticheat
- proper rank support (implemented as plugin)
- no discord bridge (implemented as plugin)
- no cla66ic/plugins repository