Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
/ RocketAPI Public archive

RocketAPI is an API for minecraft plugins. With this plugin you can create gui, commands and more..

Notifications You must be signed in to change notification settings

Lorenzo0111/RocketAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RocketAPI

release issues Codacy Badge

This repo has been deprecated. Use FoxPowered/PluginsLib instead or TriumphTeam/triumph-gui for the guis.

This is an API for create minecraft plugins. With this api you can create gui and more.

How to install

Maven

<repository>
  <id>Lorenzo0111</id>
  <url>https://repo.repsy.io/mvn/lorenzo0111/api/</url>
</repository>
<dependency>
    <groupId>me.lorenzo0111</groupId>
    <artifactId>api</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

dependencies {
    compile 'me.lorenzo0111:api:VERSION'
}

repositories {
    maven {
        url "https://repo.repsy.io/mvn/lorenzo0111/api/"
    }
}

Replace version with release

Remember to download and install the plugin on the server

How to use

Read my wiki for more informations!

About

RocketAPI is an API for minecraft plugins. With this plugin you can create gui, commands and more..

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages