Code Monkey home page Code Monkey logo

projectessentials-permissions's Introduction

๐Ÿ”’ Project Essentials: PermissionsAPI

GitHub

Permissions API for Forge mods.

CURRENTLY UNSTABLE VERSION โ—โ—โ—

โ— Compatibility with forge 28.0.X version.

๐Ÿง Install using Gradle (for developers):

If your project uses Gradle as Build Tool, then use the code below to add dependencies:
repositories {
    maven { url("https://jitpack.io") }
}

dependencies {
    compile(
        group: "com.github.projectessentials",
        name: "ProjectEssentials-Permissions",
        version: "v1.14.4-0.2.0.0"
    )
}

๐Ÿค” Install using Maven (for developers):

If your project uses Maven as Build Tool, then use the code below to add dependencies:
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
	<groupId>com.github.projectessentials</groupId>
	<artifactId>ProjectEssentials-Permissions</artifactId>
	<version>v1.14.4-0.2.0.0</version>
</dependency>

๐ŸŽฎ Installation instruction (for playing):

Just move Project Essentials Permissions-1.14.4-1.X.X.X.jar to mods directory:
Important note: don't forget install mod dependencies!
.
โ”œโ”€โ”€ assets
โ”œโ”€โ”€ config
โ”œโ”€โ”€ libraries
โ”œโ”€โ”€ mods (that's how it should be)
โ”‚   โ”œโ”€โ”€ Project Essentials Core-MOD-1.14.4-1.X.X.X.jar.
โ”‚   โ””โ”€โ”€ Project Essentials Permissions-1.14.4-1.X.X.X.jar.
โ””โ”€โ”€ ...
Additional information:
    - kotlin-std lib version: 1.3.50
    - kotlinx serialization version: 0.12.0
    - target jvm version: 1.8

After you got the dependencies and the library itself:

Note: this library is written in kotlin, but in java you can work with this API too, but there may be some not beautiful moments. One of these points is that you will see all the properties and fields with internal modifiers (in my library).

Made with ๐Ÿ’• by MairwunNx

projectessentials-permissions's People

Contributors

mairwunnx avatar remikeophila avatar drigio avatar

Watchers

James Cloos avatar

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.