ItemJoin

ItemJoin

157k Downloads

Join items not showing

Miluek opened this issue ยท 6 comments

commented

Hello, I have a problem with item on join... Inventory is clear... Still same on default config and still same on my edited config.
When I first add the plugin only one item is showed in inventory, book (default config), after I clicked on book, the book disappeared... :/ Can you help me? Thanks...

commented

Hi, sorry you are having issues.

Can you please provide the following so I can help you further;
1.) Your server version found via /version
2.) Your ItemJoin Build Number (Example: b365) found via /itemjoin
3.) Even though you said they are the default there may be an issue with how they were generated, so can you provide both your config.yml and items.yml in pastebin.com links.

Once I get this information I will be able to get this figured out.

commented

Hello, I use Viaversion, is it problem?

Version of itemsjoin: v5.2.1
Item.yml https://pastebin.com/4tC8RSBd
Config.yml https://pastebin.com/173v6ZEf

commented

ViaVersion is perfectly fine as that is completely client-based and has no real effect on the server itself.
I do need to know the actual native server version though, which can be found via /version

Also, can you type /itemjoin world in-game and tell me what it outputs?

commented

Okay, there is screenshot of the /version (All my servers have same version)...

https://imgur.com/hjIXaTn

Screenshot of /itemjoin world:

https://imgur.com/6j1Px37

commented

Sorry for the late reply, so from what I can see is that you do not have the proper enabled-worlds defined for your items hense why the book item disappears (as it is not allowed in a non-listed world) and the other items are not given because the world isn't listed.

So two options.
1.) Add enabled-worlds: Economy to your items. Items; https://pastebin.com/mNKfzQVF
2.) Add enabled-worlds: ALL to your items -- this will allow ItemJoin items in ALL worlds. Items; https://pastebin.com/49UsSzMY

Either of those two will work, I took the liberty of changing your items.yml for you so simply click the link you desire.
I suggest using Option 2 as it will make it easier for you but if you have worlds you do not want ItemJoin items in then use Option 1.

commented

It's working now! ๐Ÿ™‚ Thank you...