🧩 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.
https://www.spigotmc.org/resources/leaderos-net-official-plugin.105496/
🇺🇸 English: https://docs.leaderos.net/integrations/leaderos-plugin
🇹🇷 Türkçe: https://destek.leaderos.com.tr/uecretsiz-hizmetler/leaderos-plugin
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>
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}'
}
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();
}
- spigot-api (1.20-R0.1-SNAPSHOT)
- lombok (LATEST)
- BStats
- triumph-cmds
- okaeri-configs
- PlaceholderAPI
- InventoryGUI
- XSeries
- NBTApi
- AuthLib
- NBT-API
We welcome contributions from the community! If you would like to contribute, please follow these guidelines:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bug fix.
- Make your changes, and ensure that your code is well-tested.
- 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.
This project is licensed under the MIT License.