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

https://github.com/panthevm/min

A Clojure Minecraft server
https://github.com/panthevm/min

clojure minecraft

Last synced: 3 months ago
JSON representation

A Clojure Minecraft server

Awesome Lists containing this project

README

          

# A Clojure plugin for Minecraft server

## Run locally

1. Download [Minecraft server](https://github.com/SpigotMC) and [Witchcraft plugin](https://github.com/lambdaisland/witchcraft-plugin)

```zsh
make init
```

2. Start server
```zsh
make run
```

2. Done.
- Minecraft server address `localhost:25565`
- Clojure repl address `localhost:25555`