Skip to content
whoisamyy edited this page Nov 27, 2023 · 1 revision

JCore

JCore is a Geometry Dash Private Server written in Java with Spring as primary framework.

Getting started

  • Set up database
  • Run core
    • Download project using
      git clone https://github.com/whoisamyy/JCore.git
    • Build it with
      mvn clean install
    • Get the .jar file from ./target/ (and highly recommended to create folder somewhere and move .jar to it) and run it via
      java -jar {filename.jar} (be sure to use java 17+)

Contact me

Clone this wiki locally