KiwiPerGroupDrops is a simple plugin/library which allows server owners and/or developers to create groups for players. Every dropped item from a player is only available to other players inside the group.
Features
Register your own group provider to decide groups or use one of the already available plugin hooks.
If you have a request for a plugin hook, create an issue on the github page and it will be added!
Register your own glow provider to decide per group and item what color the glow should have, if any. Or use one of the already available plugin hooks.
If you have a request for a plugin hook, create an issue on the github page and it will be added!
Give items dropped from players in a group a glowing effect with color.
Server admins (based on permission) can see all drops and drop items to all players.
Images Same group (Kiwi skin is in same group):
Different group (Kiwi skin is in different group):
Plugin dependencies
(soft) BentoBox - Group provider
Puts island members in the same group
(soft) SuperiorSkyblock2 - Group provider
Puts island members in the same group
(soft) IridiumSkyblock - Group provider
Puts island members in the same group
Config (Only when using the plugin)
Code (Text):
settings:
hide-items-from-other-groups: true
# If there is no glow provider hook enabled, this will be used.
# You can use any of the 16 Minecraft colors.
# Leave this blank to disable glow.
default-group-glow-color: "WHITE"
hooks:
# This is the name of the plugin for the group provider you want to use.
# Available options:
# - "Custom" (default) - Implement your own group provider using the API.
# - "BentoBox"
# - "IridiumSkyblock"
# - "SuperiorSkyblock2"
group-provider: "Custom"
# This is the name of the plugin for the glow provider you want to use.
# Available options:
# - "Custom" (default) - Implement your own group provider using the API.
glow-provider: "Custom"