Skip to content

szumaster3/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,267 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fork of 2009Scape licensed under AGPL-3.0.

Prerequisites

Before setting up the project, make sure you have the following installed:

Windows users: Enable Developer Mode before continuing.


Fork & Clone

  1. Fork the repository on GitLab.
  2. Clone your fork:
git clone <your-fork-ssh-or-https-url>
  1. Enter the project directory:
cd <your-project-folder>

Import Project in IntelliJ

  1. Open IntelliJ IDEA.
  2. Select File → Open… and choose the project root.
  3. IntelliJ will detect pom.xml and import the Maven project.
  4. Set the Project SDK to Java 11 or newer.

Setup Git & SSH

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"

Build Project

mvn clean install

Run Project

mvn exec:java -f pom.xml

Contributing

git checkout -b feature/my-feature
git commit -am "Describe your changes"
git push

Troubleshooting

  • Java version:
java -version
  • Maven version:
mvn -version

License

AGPL-3.0
See LICENSE or https://www.gnu.org/licenses/agpl-3.0.html

About

530 RS Server Emulation - Source code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages