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
- Host: GitHub
- URL: https://github.com/panthevm/min
- Owner: Panthevm
- Created: 2022-12-16T18:43:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:48:40.000Z (about 3 years ago)
- Last Synced: 2025-03-11T00:49:00.738Z (10 months ago)
- Topics: clojure, minecraft
- Language: Clojure
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`