woo hoo baby
Go to file
2024-05-03 21:09:22 +03:00
classes more debugging, and fixes 2024-05-03 21:09:22 +03:00
plugins get rid of s3 2024-04-28 15:32:04 +03:00
.gitignore switch to Bun 2024-04-28 18:33:00 +03:00
bun.lockb test 2024-05-03 20:16:13 +03:00
deps.ts debug 2024-05-03 20:29:22 +03:00
events.ts switch to Bun 2024-04-28 18:33:00 +03:00
index.ts fart 2022-06-02 01:30:34 +03:00
LICENSE Initial commit 2022-06-02 01:17:33 +03:00
package.json test 2024-05-03 20:16:13 +03:00
readme.md fix some bun related issues 2024-04-28 18:36:36 +03:00

cla66ic

sucessor of cla55ic

features:

  1. written in typescript (types and shit)
  2. entierly cloud based (meaning you can host it anywhere)
  3. extremely extensive plugin system
  4. solid implementation of sockets in deno and how to patch them together
  5. Bun!! It's not node, and a classic server
  6. very fast

setup tutorial

  1. 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

  1. install bun
  2. run bun index.ts

insipration taken from:

  1. https://github.com/Patbox/Cobblestone-Classic (some protocol information and worldhandling)
  2. cla55ic (world data too)

issues:

  1. Properly queue up map saves instead of just blantantly saving whenever possible it now saves to disk, IO is very fast and shouldn't cause issues anymore
  2. massive 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)
  3. no cpe support! i want to get all of the above issues fixed before implementing CPE support
  4. no IP cooldown connections (no block cooldown either), no anticheat
  5. proper rank support (implemented as plugin)
  6. no discord bridge (implemented as plugin)
  7. no cla66ic/plugins repository