This plugin will add bundles to your server.
Features:
• View the desired set
• Cooldowns
• Permissions
• Custom kit items.
Example for configuring kits:
Code (YAML):
Kits:
default:
Icon
: '3'
Name
: '&aDefault'
Lore
:
- ''
- '&fThis kit contains:'
- ' &8• &bDirt of god &8
(x32
)'
- ' &8• &7Wooden sword &8
(x1
)'
- ' &8• &7Bow &8
(x1
)'
- ' &8• &7Arrow &8
(x16
)'
- ''
- '&aLeft click to give'
- '&aRight click to view'
Slot
: 11
Allows:
permission
: false
cooldown
: true
Permission
: ''
Cooldown
: 24
#in hours
Items
:
#Item format: '(displayName, 0 - disable);(material type or id);(durability (no required));(amount);enchantment:{enchantment type},{level};(lores through the sign ";")'
- '&bDirt of god;3;0;32;&7This block of earth was;&7created by God himself!'
- '0;wood_sword;0;1'
- '0;bow;0;1;enchantment:ARROW_INFINITE,1'
- '0;arrow;0;16'
Messages:
NoPermission
: '&cError, you don`t have permissions!'
HasCooldown
: '&cError, you can only pick up this set after
%time'
Successfully
: '&6Kits &8| &fYou took the set
%name (%count items)'