emortalmc / MarathonOld

An endless parkour gamemode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marathon

Setup

  • Download the latest Marathon jar from releases (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

Once you have a hosted MongoDB server, you can enable it in marathon.json and replace the connectionString using your MongoDB address

About

An endless parkour gamemode

License:MIT License


Languages

Language:Kotlin 100.0%