Back to Plugins
⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1] icon

⭐ 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.

Live badges: Downloads badge for ⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1] Spigot Downloads badge for ⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1] GitHub Stars badge for ⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1] License badge for ⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1] How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
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.

Badge Guide
Downloads
Downloads badge for ⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1]
![Downloads](https://ezbanners.org/shields/plugins/27338505-2949-425d-a4aa-751e55bafc06/downloads.png)
Spigot Downloads
Spigot Downloads badge for ⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1]
![Spigot Downloads](https://ezbanners.org/shields/plugins/27338505-2949-425d-a4aa-751e55bafc06/spigot-downloads.png)
GitHub Stars
GitHub Stars badge for ⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1]
![GitHub Stars](https://ezbanners.org/shields/plugins/27338505-2949-425d-a4aa-751e55bafc06/github-stars.png)
License
License badge for ⭐ LitMinions ⭐ 10 Minions ✅ Migrate Data Command - Levels ✅ Minion Inventories [1.17-26.1]
![License](https://ezbanners.org/shields/plugins/27338505-2949-425d-a4aa-751e55bafc06/license.png)