Skip to content

Obydux/Nautilus

Repository files navigation

Nautilus

Fork of Purpur with optimizations from Pufferfish and Pluto.

Features

Nautilus is a drop-in replacement for Paper, Purpur, Pufferfish and Pluto Minecraft server softwares offering features, optimizations and APIs present in mentioned softwares.

You can see a list of changes coming from Pufferfish here and from Pluto here. Pufferfish's changes are coming from Yive's version of the software which has been actively maintained since 1.21.4, unlike the official Pufferfish.

Downloads

You can download the latest JAR file here.

API

You can find the javadocs here.

Maven:

<repositories>
    <repository>
        <id>obydux-repo</id>
        <url>https://repo.obydux.win/snapshots</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>win.obydux.nautilus</groupId>
        <artifactId>nautilus-api</artifactId>
        <version>1.21.8-R0.1-SNAPSHOT</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Gradle:

repositories {
    maven {
        url = 'https://repo.obydux.win/snapshots'
    }
}

dependencies {
    compileOnly 'win.obydux.nautilus:nautilus-api:1.21.8-R0.1-SNAPSHOT'
}

Building

./gradlew applyAllPatches
./gradlew createMojmapPaperclipJar

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published