Skip to content

leaderos-net/leaderos-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaderos-plugin

Leaderos JavaDoc Java CI with Maven

🧩 The official LeaderOS plugin for Minecraft servers. We currently support Bukkit, Spigot, Bungeecord, Velocity. Offer features such as Web Store, Bazaar, Credits, Authentication and ensure product delivery after purchase.

Download

https://www.spigotmc.org/resources/leaderos-net-official-plugin.105496/

Wiki

🇺🇸 English: https://docs.leaderos.net/integrations/leaderos-plugin

🇹🇷 Türkçe: https://destek.leaderos.com.tr/uecretsiz-hizmetler/leaderos-plugin

API

Leaderos JavaDoc Java CI with Maven

Maven:

Add this to your pom.xml if you use in maven.

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.leaderos-net</groupId>
    <artifactId>leaderos-plugin</artifactId>
    <version>{RELEASE-VERSION}</version>
</dependency>

Gradle:

Add this to your build.gradle if you use in gradle.

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.leaderos-net:leaderos-plugin:{RELEASE-VERSION}'
}

How to use?

leaderos-plugin has good javadoc.

You can check it out the plugin javadoc Java-Doc

public class Main extends JavaPlugin {
    // Gets module manager
    ModuleManager moduleManager = LeaderOSAPI.getModuleManager();
    
    // Gets credit manager
    CreditManager creditManager = LeaderOSAPI.getCreditManager();
}

Used Libraries

Contributing

We welcome contributions from the community! If you would like to contribute, please follow these guidelines:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes, and ensure that your code is well-tested.
  4. Create a pull request with a detailed description of your changes.

By contributing to this project, you agree to abide by the Code of Conduct.

License

This project is licensed under the MIT License.