#Hard error for checkitem

1 messages · Page 1 of 1 (latest)

glass blade
#

Just installed the checkitem expansion and got smacked with a juicy error

dark owl
#

Place it in /plugins/PlaceholderAPI/expansions

spice talon
#

Do as Jayms suggested. Expansion are not plugins. They are not meant to be placed in the plugins folder.

queen ore
#

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

glass blade
#

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

queen ore
#

{unbreakable:1b} likewise?

glass blade