OpenInv

4M Downloads

[!] Player items are disappearing

caiobarnes opened this issue ยท 3 comments

commented

Good evening, developer,

The version of my server is 1.20.4, and I am using version 4.4.5 of the OpenInv plugin. I have a multi-server survival. I use it on server1 and server2. However, when the player switches servers, usually in version 1.21, the items disappear. This is my configuration

config-version: 6
settings:
  command:
    open:
      no-args-opens-self: false
    searchcontainer:
      max-radius: 10
  disable-offline-access: false
  disable-saving: false
  locale: en_us
toggles:
  any-chest:
    f08d5d85-947c-48f7-bb9a-7f7aa04ecc21: false
commented

I use SyncInV, I put true in this option. But now you can no longer access the server, as it does not load data from the syncinv plugin, I even tried to remove openinv, but now it has become a dependency on syncinv, what do I do?

commented

If the plugin you're using has some form of hook for OpenInv, you'll need to contact them for support. OpenInv itself only supports vanilla's player data format, and only in an environment where one server will access it at a time.

commented

If you're using some other system that overwrites the player load/save process you will need to configure OpenInv to not work on offline players. Set settings.disable-offline-access to true.