Back to Plugins
⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1]
Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin
This plugin was imported from Spiget and is currently unclaimed.
Plugin Information
Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Repository: WaterArchery/LitMinionsAPI
Created by: Spiget Importer
Description
LitMinionsAPI
Latest version:
LitMinionsAPI is WIP. Please contact with me about your suggestions and bug reports.
Integrating
Integrating is very easy. Just add LitMinions to local dependency or import it with Maven. After that you should softdepend LitMinions to your in your plugin.yml. It should be like this softdepend: [ LitMinions ]
Maven Repository
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
Dependency
<dependency>
<groupId>com.github.WaterArchery</groupId>
<artifactId>LitMinionsAPI</artifactId>
<version>2.06</version>
<scope>provided</scope>
</dependency>
Usage
After migrating you can access API methods with LitMinionsAPI.helloMethod();
Examples for getting player limits:
int maxMinions = LitMinionsAPI.getMaxPlaceableMinion(offlinePlayer);
returns amount of the placeable minions by player.
int maxMinionsPerType = LitMinionsAPI.getMaxPerType(offlinePlayer, "miner");
returns amount of the placeable minions by player but it checks for the maximum type paramater.
int maxMinionsPerIsland = LitMinionsAPI.getMaxPerIsland(offlinePlayer);
returns amount of the placeable minions by player but it checks for the maximum per island paramater
Minecraft Plugin Badges
Use these badge images in docs, README files, or forum posts.
Downloads

Spigot Downloads

GitHub Stars

License
