Coder Social home page Coder Social logo

unoqwy / advancedslimepaper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from infernalsuite/advancedslimepaper

0.0 0.0 0.0 72.64 MB

Advanced Slime World Manager as a Paper Fork

License: GNU General Public License v3.0

Shell 0.81% Java 99.19%

advancedslimepaper's Introduction

Advanced Slime Paper (ASWM) Build Status

Advanced Slime Paper is a fork of Paper implementing the Slime Region Format developed by Hypixel. Originally a plugin, this project has been converted to a fork to maximize our ability to provide fixes and performance improvements. Its goal is to provide server administrators with an easy-to-use tool to load worlds faster and save space.

Releases

ASWM releases can be found here. More recent releases can be found in the Discord under the #new-builds channel.

Using SWM in your plugin

Maven

<!-- InfernalSuite RELEASE -->
<repositories>
  <repository>
    <id>is-releases</id>
    <url>https://repo.infernalsuite.com/repository/maven-releases/</url>
  </repository>
</repositories>

<!-- InfernalSuite SNAPSHOT -->
<repositories>
  <repository>
    <id>is-snapshots</id>
    <url>https://repo.infernalsuite.com/repository/maven-snapshots/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.infernalsuite.aswm</groupId>
    <artifactId>api</artifactId>
    <version>INSERT LATEST VERSION HERE</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

Gradle

repositories {
    maven { url = 'https://repo.infernalsuite.com/repository/maven-snapshots/' }
}

dependencies {
    compileOnly 'com.infernalsuite.aswm:api:INSERT LATEST VERSION HERE'
}

If you run into any Flow-NBT errors when building your project, add the additional repository: https://repo.rapture.pw/repository/maven-releases/

Javadocs

The Javadocs can be found here.

Wiki Overview

Credits

Thanks to:

  • All the contributors that actively maintain ASWM and added features to SWM.
  • Paul19988 - ASWM Creator.
  • ComputerNerd100 - Large Contributor & Maintainer.
  • b0ykoe - Provider of build services & repositories.
  • Owen1212055 - Large Contributor & Maintainer.
  • Gerolmed - Contributor & Maintainer.
  • Grinderwolf - The original creator.
  • Glare - Providing the original Maven repository.
  • Minikloon and all the Hypixel team for developing the SRF.

YourKit

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler and YourKit YouMonitor.

YourKit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.