ItemJoin

ItemJoin

157k Downloads

Not getting item when entering another world.

Beeenjamin opened this issue ยท 3 comments

commented

1.) v5.03
2.) Spigot 2148 (1.13.2) - Don't know if its correct, but it's what my hosting provider says so...
3.) When going to a different world, I don't recieve the item (using PerWorldInventories), is there a way to make it work? If so, how do I do that?
4.) Everything in the config works, just wondering if I have to add something for my item. https://pastebin.com/ZMeu3XBV I wan't to recieve the item when I enter "Hunger" world.
5.) Don't have any.

I appericiate any help, thank you very much!

commented

You have no triggers defined; https://www.spigotmc.org/wiki/learning-the-items-yml/#defining-an-items-triggers

Also, it's not "worlds" its "enabled-worlds".

You can check if you properly defined the item via /itemjoin list

Fixed items.yml; https://pastebin.com/vtduQsBf

commented

Thank you very much!
It does work, but when entering another world, color codes aren't working properly.
Merknad 2019-09-08 115438

This is how it's supposed to look (duh)
Merknad 2019-09-08 115631

commented

Sorry for the late reply, the only thing I could think of is another plugin stripping the color codes which is called item sterilizing.

A lot of random plugins do this like chat plugins, protection plugins etc, its just a matter of figuring out which one is causing it.

EDIT: Marking as resolved, please reopen this issue if it is still persisting.