Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emortalmc/MarathonOld
An endless parkour gamemode
https://github.com/emortalmc/MarathonOld
minestom minestom-extension
Last synced: about 2 months ago
JSON representation
An endless parkour gamemode
- Host: GitHub
- URL: https://github.com/emortalmc/MarathonOld
- Owner: emortalmc
- License: mit
- Archived: true
- Created: 2021-09-19T20:13:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T14:54:23.000Z (over 1 year ago)
- Last Synced: 2024-05-19T00:34:21.706Z (8 months ago)
- Topics: minestom, minestom-extension
- Language: Kotlin
- Homepage:
- Size: 4.46 MB
- Stars: 9
- Watchers: 0
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - emortalmc/MarathonOld - An endless parkour gamemode (Kotlin)
- awesome - emortalmc/MarathonOld - An endless parkour gamemode (Kotlin)
README
# Marathon
## Setup
- Download the latest Marathon jar from [releases](https://github.com/EmortalMC/Marathon/releases/tag/latest) (make sure to download `Marathon-1.0.0-all.jar`)
- Run the jar using `java -Xmx256 -jar Marathon-1.0.0-all.jar`. This will generate some config files.
- Set `"defaultGame"` in `config.json` to `"marathon"` (So you end up with `"defaultGame": "marathon",`)
- Run the jar again.
- Enjoy!### Using leaderboards
In order to use leaderboards and highscores, you must have a hosted MongoDB server. [MongoDB offers a free shared plan](https://www.mongodb.com/pricing)Once you have a hosted MongoDB server, you can enable it in `marathon.json` and replace the `connectionString` using your MongoDB address