KiwiPerGroupDrops - Item drops per group of players (plugin / library) icon

KiwiPerGroupDrops - Item drops per group of players (plugin / library) -----

Item drops per group of players



Getting started with using it as a library
Maven dependency:
Code (Text):
<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.itzkiwisap.kiwispigotplugins</groupId>
    <artifactId>per-group-drops</artifactId>
    <version>v1.0.0</version>
</dependency>
Gradle dependency:
Code (Text):
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation 'com.github.itzkiwisap.kiwispigotplugins:per-group-drops:v1.0.0'
}
To use it as a library, everything can be accessed from the KiwiPerGroupDrops interface.

Code (Java):
// Either use this to use the default settings provider
KiwiPerGroupDrops instance = KiwiPerGroupDrops. create (javaPlugin ) ;

// Or use this to create your own settings provider
// The settings provider can be made to give own values to the settings available. For example to hide items from other groups.
KiwiPerGroupDrops instance = KiwiPerGroupDrops. create (javaPlugin, kiwiPerGroupDropsSettingsProvider ) ;
Resource Information
Author:
----------
Total Downloads: 105
First Release: Aug 30, 2023
Last Update: Aug 30, 2023
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings