EbonJaeger / perworldinventory-kt

Multi-world inventory plugin for Spigot written in Kotlin.
MIT License
46 stars 35 forks source link

Inventories of the Same Group Don't Work, If share-if-configured isn't enabled #165

Open n1msy opened 4 years ago

n1msy commented 4 years ago

Describe the bug I'm not sure why the only thing that seems to work for me is the 'share-if-unconfigured'. When I create worlds of the same group, they still don't share the inventories only in that group. I understand that each groups have different inventories which works fine. But the groups that have multiple worlds, that I want to have them have the same inventories don't work, when share-if-configured is disabled.

To Reproduce Not much to reproduce. Simply put, just create different groups with some having multiple worlds in them in Minecraft 1.14.4 and using the latest version of PWI.

Expected behavior I want to have different worlds with some having the same inventory, and some having completely different ones.

Plugin version perworldinventory-kt-2.3.1.jar

Server version 1.14.4

Additional context and logs There aren't any error messages as everything works fine. But just in case you needed the files, I attached my config and worlds files (I had to change the .yml files to .txt since GitHub doesn't support those files). Config: config (14).txt Worlds: worlds.txt

n1msy commented 4 years ago

Are the worlds defined case sensitive? That may possibly be the issue, however I wouldn't assume so in the first place, since multiverse isn't case sensitive.

EbonJaeger commented 4 years ago

Worlds are case-sensitive because the server API expects them to be case-sensitive.

Try using pastebin.com for the configs. The ones you posted are somehow PDF's, and seeing whitespace is important.