Skip to content

Edenor-Minecraft/Foldenor

Repository files navigation



Fork of Folia which adds secure seed, comparability for paper plugins and some useful patches. This project is originally aimed for Edenor Minecraft server.

About Folia

Folia overview

Folia region logic

Foldenor api

How to use

Gradle

Maven

Maven

Artifact Information:

<dependency>
	<groupId>dev.edenor.foldenor</groupId>
	<artifactId>foldenor-api</artifactId>
	<version>1.20.4-R0.1-SNAPSHOT</version>
</dependency>

Gradle

Gradle Repo (for foldenor-api):

maven {
    url = uri("https://maven.pkg.github.com/Edenor-Minecraft/Foldenor/")
    credentials {
        username = System.getenv("USERNAME")
        password = System.getenv("TOKEN")
    }

}

Artifact Information:

dependencies {
    compileOnly 'dev.edenor.foldenor:foldenor-api:1.20.4-R0.1-SNAPSHOT'
}

About Edenor

VK

Discord

Telegram

Website

Communication with the developer

VK

Discord

GitHub

Telegram

License

The PATCHES-LICENSE file describes the license for api & server patches, found in ./patches and its subdirectories except when noted otherwise.

The fork is based off of PaperMC's fork example found here. As such, it contains modifications to it in this project, please see the repository for license information of modified files.