Skip to content

Latest commit

History

History
104 lines (77 loc) 路 3.89 KB

README.md

File metadata and controls

104 lines (77 loc) 路 3.89 KB

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.