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
);