I get inventory full message when I press claim kit on my auto kit. and I only have one torch and one stone. but I should not start with stone or torch at all. has worked before without me changing anything
Auto kit does not work
That is odd because an "AutoKit" is just that, as soon as you spawn it is there unless you have made it "redeemable" which kind of gets rid of the "auto" bit. its probably something in your config.
from config
"Allow players to toggle auto-kits on spawn": false,
from data
{
"_kits": {
"autokit": {
"Name": "autokit",
"Description": "",
"RequiredPermission": "",
"MaximumUses": 10,
"RequiredAuth": 0,
"Cooldown": 3600,
"Cost": 0,
"IsHidden": false,
"CopyPasteFile": "",
"KitImage": "https://i.imgur.com/HYOxoiI.jpg",
"MainItems": [
pookins
That is odd because an "AutoKit" is just that, as soon as you spawn it is there unless you have made it "redeemable" which kind of gets rid of the "auto" bit. its probably something in your config.
from config
"Allow players to toggle auto-kits on spawn": false,
from data
{
"_kits": {
"autokit": {
"Name": "autokit",
"Description": "",
"RequiredPermission": "",
"MaximumUses": 10,
"RequiredAuth": 0,
"Cooldown": 3600,
"Cost": 0,
"IsHidden": false,
"CopyPasteFile": "",
"KitImage": "https://i.imgur.com/HYOxoiI.jpg",
"MainItems": [
figured it out. there was a plugin that made my invitory full even though it showed blank ( Anti Items ) is the sinner plugin
addibo
figured it out. there was a plugin that made my invitory full even though it showed blank ( Anti Items ) is the sinner plugin
Can you change status to solved , saves going back to it
I too I'm having an issue with the auto kits so my players are receiving their Auto kits fine however we run restore upon death in my server the issue is when the player dies the auto kit spawns on top of their clothing essentially allowing them to wear multiple articles of clothing
HelixSmoke
I too I'm having an issue with the auto kits so my players are receiving their Auto kits fine however we run restore upon death in my server the issue is when the player dies the auto kit spawns on top of their clothing essentially allowing them to wear multiple articles of clothing
I had a bit of a problem with players killing themselves off to get multiple autokits so i added a two hour cooldown , they have a max of 20 autokits each wipe cycle, it wont fully solve your problem but a cooldown might help.