GithubHelp home page GithubHelp logo

auradevelopmentteam / aurasudo Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 246 KB

A plugin that lets you switch into sudo mode, so you can still play on your server as normal.

License: GNU General Public License v3.0

Groovy 8.17% Java 91.83%

aurasudo's Introduction

Build Status Coverage Report

A plugin that lets you switch into sudo mode, so you can still play on your server as normal.

Downloads

You can download all builds from either:

If you found a bug or even are experiencing a crash please report it so we can fix it. Please check first if a bug report for the issue already exists. If not just create a new issue and fill out the form.

Please include the following:

  • Minecraft version
  • AuraSudo version
  • BungeeCord/Velocity/Sponge/Spigot version/build
  • Versions of any mods/plugins potentially related to the issue
  • Any relevant screenshots are greatly appreciated.
  • For crashes:
    • Steps to reproduce
    • Latest log

(When creating a new issue please follow the template)

If you want a new feature added, go ahead an open a new issue, remove the existing form and describe your feature the best you can. The more details you provide the easier it will be implementing it.
You can also talk to us on Discord.

Developing with our Plugin

So you want to add support or even develop an addon for our plugin then you can easily add it to your development environment! All releases get uploaded to my maven repository. (Replace {version} with the appropriate version!)

Maven

<repositories>
    <repository>
        <id>AuraDevelopmentTeam/id>
        <url>https://maven.aura-dev.team/repository/auradev-releases/</url>
        <!--<url>https://maven.aura-dev.team/repository/auradev-snapshots/</url>-->
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>team.aura_dev.aurasudo.api</groupId>
        <artifactId>AuraSudo-api</artifactId>
        <version>{version}</version>
        <scope>shadow</scope>
    </dependency>
</dependencies>

Gradle

repositories {
    maven {
        name "AuraDevelopmentTeam"
        url "https://maven.aura-dev.team/repository/auradev-releases/"
        // url "https://maven.aura-dev.team/repository/auradev-snapshots/"
    }
}

dependencies {
    shadow "team.aura_dev.aurasudo.api:AuraSudo-api:{version}"
}

Setting up a Workspace/Compiling from Source

  • Clone: Clone the repository like this: git clone --recursive https://github.com/AuraDevelopmentTeam/AuraSudo.git
  • IDE-Setup: Run gradle in the repository root: ./gradlew installLombok <eclipse|idea>
  • Build: Run gradle in the repository root: ./gradlew build. The build will be in build/libs

Development builds

Between each official release there are several bleeding edge development builds, which you can also use. But be aware that they might contain unfinished features and therefore won't work properly.

You can find the builds here: https://gitlab.aura-dev.team/AuraDev/AuraSudo/pipelines

On the right is a download symbol, click that a dropdown will open. Select "build". Then you'll download a zip file containing all artifacts including the plugin jar.

Signing

PGP Signing

All files will be signed with PGP.
The public key to verify it can be found in keys/publicKey.asc. The signatures of the files will also be found in the maven.

Jar Signing

All jars from all official download sources will be signed. The signature will always have a SHA-1 hash of 2238d4a92d81ab407741a2fdb741cebddfeacba6 and you are free to verify it.

License

AuraSudo is licensed under the GNU General Public License v3.0

Random Quote

If it doesn’t work, it doesn’t matter how fast it doesn’t work.

-- Mich Ravera

aurasudo's People

Contributors

brainstone avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

cyberflamego

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.