#Hard error for checkitem
1 messages · Page 1 of 1 (latest)
Place it in /plugins/PlaceholderAPI/expansions
Do as Jayms suggested. Expansion are not plugins. They are not meant to be placed in the plugins folder.
invalid jar, you should put the file into <server>/plugins/PlaceholderAPI/expansions
and since the checkitem extension have some compatibility problem on 1.20.4+, i suggest go to #placeholder-api and there's a jar of fixed version which you may like
ok it's working now, thanks.
how would i check if it's unbreakable?
I tried
papi parse DaisyEseyad %checkitem_amount_mat:CHAINMAIL_CHESTPLATE,nameequals:Worn Chainmail Chestplate,nbtstrings:components..unbreakable={}%
and
papi parse DaisyEseyad %checkitem_amount_mat:CHAINMAIL_CHESTPLATE,nameequals:Worn Chainmail Chestplate,nbtstrings:unbreakable={}%
and
papi parse DaisyEseyad %checkitem_amount_mat:CHAINMAIL_CHESTPLATE,nameequals:Worn Chainmail Chestplate,nbtstrings:minecraft:unbreakable={}%
difference is nbtstrings
papi parse DaisyEseyad %checkitem_amount_mat:CHAINMAIL_CHESTPLATE,nameequals:Worn Chainmail Chestplate,nbtstrings:components..minecraft:unbreakable={}% also doesn't work
{unbreakable:1b} likewise?
sorry, that doens't work either
papi parse DaisyEseyad %checkitem_amount_mat:CHAINMAIL_CHESTPLATE,nbtstrings:{unbreakable:1b}%