#I have the kit command on my server, but I use it with deluxemenus, then when I do kit claim
1 messages · Page 1 of 1 (latest)
What plugin do you use?
Fir the kits itself?
A good example will be trying to use the full alias command of that plugin
For playerkits instead of using /kit claim you can use playerkits claim
And i believe that also applies to Advancedkits and so on
Playerkits2
The problem is that I can change it in the menu, but every time a player types kit claim player, the menu will open, I don't want that.
but you can make a menu for the kits?
isn't that what you want?
and when the player selects a certain kit he will receive that kit
right?
i am using essentials and this is an example of what i've done
#start kit disponibil
'kit-available':
material: GREEN_STAINED_GLASS_PANE
slots:
- 27-35
priority: 2
view_requirement:
requirements:
has_perm:
type: has permission
permission: essentials.kits.iron
output: "yes"
available:
type: string equals ignorecase
input: '%essentials_kit_is_available_iron%'
output: 'yes'
display_name: '&aᴄʟᴀɪᴍ'
lore:
- '&fLeft-click to claim the kit!'
click_commands:
- '[close]'
- '[player] essentials:kit iron'
#end kit disponibil
#start kit in cooldown
'kit-cooldown2':
material: RED_STAINED_GLASS_PANE
slots:
- 27-35
priority: 1
view_requirement:
requirements:
cooldown:
type: string equals ignorecase
input: '%essentials_kit_is_available_iron%'
output: 'no'
display_name: '&cKit is on cooldown'
lore:
- '&8• &7Available In: &c%essentials_kit_time_until_available_iron%'
click_commands:
- '[refresh]'
#end kit in cooldown
#start kitul nu este disponibil
'kit-unavailable':
material: RED_STAINED_GLASS_PANE
slots:
- 27-35
priority: 3
view_requirement:
requirements:
no_perm:
type: has permission
permission: essentials.kits.iron
output: 'no'
display_name: '&c&lNu ai acces la kit'
lore:
- '&7Acest kit este disponibil doar pentru rangul &fIRON&7.'
click_commands:
- '[message] &8&l[&c&l!&8&l] &fAcest kit este disponibil doar pentru &cADMIN&f!'
- '[close]'
This is for the buttons that the player has to click to claim the kit itself