A fork of 2009Scape licensed under AGPL-3.0.
Before setting up the project, make sure you have the following installed:
-
Java 11
-
IntelliJ IDEA
Windows users: Enable Developer Mode before continuing.
- Fork the repository on GitLab.
- Clone your fork:
git clone <your-fork-ssh-or-https-url>- Enter the project directory:
cd <your-project-folder>- Open IntelliJ IDEA.
- Select File → Open… and choose the project root.
- IntelliJ will detect
pom.xmland import the Maven project. - Set the Project SDK to Java 11 or newer.
Generate an SSH key if needed:
ssh-keygen -t ed25519 -C "example@example.eu"Configure Git:
git config --global user.name "Your Name"
git config --global user.email "example@example.eu"mvn clean installmvn exec:java -f pom.xmlgit checkout -b feature/my-feature
git commit -am "Describe your changes"
git push- Java version:
java -version- Maven version:
mvn -versionAGPL-3.0
See LICENSE or https://www.gnu.org/licenses/agpl-3.0.html
