#PlaceholderAPI (BANNERS)
1 messages · Page 1 of 1 (latest)
If you mean, an item with like full banner with patterns and all that then no. you need a placeholder for each part of the item.
Yes, I know, the problem is not the placeholders, with the "MyCommands" plugin I am able to create those placeholders, that part was already covered.
The problem here is, to find a way to identify the patterns and dye colors, to store them in those placeholders, something that helps me identify the banner
for example, a placeholder that tells me what patterns and dye colors the banner has in the user's hand, something like %banner_inhand_pattern_1% %banner_inhand_dye_1%
might be able to do it with checkitem
/papi parse me %checkitem_getinfo:mainhand% to start
I guess I should colorize that 😂
so it would be possible to extract... but it might be easier to have somebody make an expansion for it
how would this look if you did it in deluxemenus
hmmmm
what?
ah
banner_meta:
- BLACK;RHOMBUS_MIDDLE
from (maybe) {Color:0,Pattern:"mr"}
which you can parse the nbt as a json actually with javascript
how?
yep, i don't understand anything
😮
I just copied that from excel and it's a picture
var checkitem = "%checkitem_getinfo:mainhand_nbtstrings:%"
var data = JSON.parse(checkitem)
var patterns = data.BlockEntityTag.Patterns
starting it out here
really nice to use the forum post as a "workspace"
i'm setting up a server to test
ya... prob would be easier to have somebody make an expansion
😮
nice!
uwu
I have already put a request in the channel #1004004212880977991 I guess I just have to wait