#Trying to give an essentials kit by clicking a menu option
1 messages · Page 1 of 1 (latest)
Yea
[player] essentials:kit tools
Does the player have the permission for the command /kit?
If they don't, that wont work
Likewise, if you have the config option on for per kit permissions, they would also need the permission to use /kit tools
player can run /kits test1 without issue
this is the block im working with:
unlocked_item: display_name: '&bI am unlocked' material: CHEST slot: 13 lore: - Grab your starter gear! actions: left_click: - '[player] essentials:kit test1'
No error no nothing
uh
Could it be because you are running the wrong command?
shouldn't it be essentials:kits test1?
Kits and kit both work
When running the base command
I think I tried that but lemme run it again
That should work no questions asked, its console level
If there is a problem, the error will pop up in the console
still nothing
unlocked_item: display_name: '&bI am unlocked' material: CHEST slot: 13 lore: - Grab your starter gear! actions: left_click: - '[console] kit test1 %player_name%' is the block now - updated to latest dev build for ESX
test server these are my plugins
remove the actions: line
then try
replace left_click with left_click_commands
and install player expansion if you havn't already
Idk what it was because I edited all of that and reloaded and nothing but restart fixed it.
Jesus Christ thank you
🤝
If you were having issues with /dm reload, it could be because you're not on the latest release. There was a bug with it on older versions.
1.14.1 fixes it
That’s the one I’m on I just downloaded it last night I think
Reload worked for other aspects
Just not that part