Permission: getkits.admin
/getkits create [name] - create a kit
/getkits edit [name] - edit the drop of the kit
/getkits delete [name] - delete the kit
/getkits reload - reload the plugin
/getkits [name] - to receive a set of items
Permission: getkits.use
/getkits - open the list of kits
RIGHT CLICK on the kit to open the preview drop.
config:
Code (Text):
# getkits.use - permision /kit
lang:
no-permission: "&cBrak uprawnien!"
successfully-pick-up: "&aPomyslnie odebrano zestaw {name}!"
no-permission-to-kit: "&cNie posidasz uprawnien do tego zestawu"
cooldown: "&cMusisz odczekac {time} aby odebrac ponownie zestaw!"
sec: " {sec}s"
min: " {min}m"
hour: " {hour}h"
day: "{day}d"
format: "{d}{h}{m}{s}"
inv:
title: "&0getKits - Zestawy"
size: 27
backgrounds:
'1':
material: BLACK_STAINED_GLASS_PANE
displayname: "&7"
lore: []
slots: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]
kits.yml
Code (Text):
kits:
gracz:
name: "&aGracz"
# czas w sekundach
cooldown: 30
permission: kit.gracz
inv:
title: "&0Zestaw gracza"
size: 27
backgrounds:
'1':
material: BLACK_STAINED_GLASS_PANE
displayname: "&7"
lore: []
slots: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]
item:
slot: 10
cooldown:
material: BARRIER
displayname: "&aZestaw gracza"
lore:
- "&7"
- "&fMusisz odczekac &c{time}"
- "&7"
available:
material: STONE
displayname: "&aZestaw gracza"
lore:
- "&7"
- "&fKliknij, aby odebrac zestaw!"
- "&7"
no-available:
material: BARRIER
displayname: "&aZestaw gracza"
lore:
- "&7"
- "&cBrak uprawnien!"
- "&7"
items: {}