Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.44 KB

L2T Server Project

L2Tenkai's L2j server fork, based on its Interlude version (started 2008) and having stopped synchronization on their Freya release.

Getting Started

Prerequisites

Installing

  • Clone the project
  • Open it with IntelliJ IDEA. Make sure to import it as a Gradle project!
  • Run the database installer script
  • Create or modify a configuration file. They are the .properties files located at the config folder.
  • Make the global config file point to your configuration file.

Running locally

There are a couple shared run configurations for IntelliJ, feel free to use them.

Deploying

You can run either gradle distZip to generate a zip with all the necessary files to deploy or gradle installDist to generate a folder with all the necessary files to deploy.

Authors

  • L2j Team
  • Pere - Main fork author - PCasafont
  • Lastravel - Contributed for 5 years - lastravel
  • Inia - New project maintainer - Inia68

Other contributors:

License

This project is licensed under the GNU GPL License - see the LICENSE.md file for details.