Yet another CPE server for Minecraft Classic... but using JavaScript!
- Simple to set up and use
- Partial CPE support
- High customisability
- Extendable code (gentypes, commands, blocks, ...)
- Node.JS v18+
- Clone the repository
- Run the install file - .bat on Windows, .sh on Linux
- Go to the /server directory and edit the configuration
- Run the run file - .bat on Windows, .sh on Linux
- Realise it's that simple
To close the server, use CTRL+C on the console or use the /stop command.
Note
This server software is still experimental, some features might be broken or missing, there may also be some bugs, so make sure you either use stable releases or keep up with the latest commits. Also note that development versions of ClassiCH will not check for updates, only stable versions will. Feel free to create issues and pull requests.
Important
If you plan to publicly distribute, use or host your own fork of ClassiCH, please put your name or the fork's name into the version string (located in /src/Config.js), so that it's clear the server software is a modification of the original.
If you're going to put your own repository's URL into the /software command (or anything similar), keep the original repository's URL alongside yours.
This does not apply for pull requests, where you're contributing to the original repository. Keep in mind that this is not a strict requirement, but doing this is greatly appreciated.