An open API service indexing awesome lists of open source software.

https://github.com/numtide/numcraft

The Numtide Minecraft server. Yes, this is serious :)
https://github.com/numtide/numcraft

buildbot-numtide

Last synced: 5 days ago
JSON representation

The Numtide Minecraft server. Yes, this is serious :)

Awesome Lists containing this project

README

          

# Numcraft

![Numcraft](icon.png)

The Numtide Minecraft server. Yes, this is serious :)

It's a place for meetings (with the voice plugin). It's a place to code with ComputerCraft. And we're also toying with the deployment of Minecraft itself.

Deployed at `arcade1.m.ntd.one`.

## How to Join

Requirements:

- A Minecraft Java Edition license. Get it on .
- Add yourself to the whitelist (so we don't deal with griefers).

### Join the Whitelist

1. Find your UUID on
2. Add yourself to `whitelist.toml`:
```toml
[players]
your_username = "your-uuid-here"
```
3. Send a PR and get it merged and deployed.

### With Nix

```bash
nix run github:numtide/numcraft
```

This launches Prism Launcher with a pre-configured Numcraft instance, with all the mods and server address pre-configured.

On first run, log in to Microsoft and the instance will be ready to play.

### Without Nix

1. Install [PrismLauncher](https://prismlauncher.org/).
2. Download [`numcraft.mrpack`](https://github.com/numtide/numcraft/releases/download/latest/numcraft.mrpack).
3. In PrismLauncher, click **Add Instance** > **Import** and select the downloaded file.
4. Log in to Microsoft and launch the instance.