EbonJaeger / perworldinventory-kt

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

BUG: occasional inventory swap #221

Open ScuroK opened 3 years ago

ScuroK commented 3 years ago

Describe the bug Hi. From time to time our players get their inventories copied between worlds. It only happens from time to time and there are no errors in the config. i thought i still should report it, even it seems like this plugin is not maintained anymore.

To Reproduce Steps to reproduce the behavior: only happens every few weeks or days.

  1. teleport from world 1 to world 2
  2. inventory 1 gets copied over to the other world and wipes the other inventory

Expected behavior inventories should always be seperated and not switched/copied/swapped

Plugin version

Server version Paper 1.16.3

ScuroK commented 3 years ago

Additional Infos: Config: https://pastebin.com/NX3ekSH6

worlds.yml: https://pastebin.com/ysedjfCf

paper.yml: https://pastebin.com/Frhk6edk

spigot.yml: https://pastebin.com/hUixbKeF

server.properties: https://pastebin.com/cQE2Q77s

log: https://pastebin.com/r56ndq9T

naikyys commented 3 years ago

Same problem here...

ScuroK commented 3 years ago

@EbonJaeger any ideas?