eccentricdevotion / GameModeInventories

Bukkit plugin to allow players to have separate inventories for each game mode (Creative and Survival).
GNU General Public License v3.0
8 stars 5 forks source link

Op inventory glitch #1

Closed ccattell closed 4 years ago

ccattell commented 5 years ago

Op users have their inventory reset to the last time they slept whenever they die

eccentricdevotion commented 5 years ago

What do you expect should happen?

ccattell commented 5 years ago

shouldnt they have the items that they died with?

eccentricdevotion commented 5 years ago

Is it because they respawn with a different gamemode than when they died?

ccattell commented 5 years ago

not sure ill ask if he remembers

eccentricdevotion commented 5 years ago

And is save_on_death: true in the config?

ccattell commented 5 years ago

yes it is true

ccattell commented 5 years ago

and no he didnt change modes when he died, he was in survival when he died, and we spawn in survival

eccentricdevotion commented 5 years ago

Can't seem to reproduce this on my server. What I did:

  1. /gamemode survival eccentric_nz
  2. /time set night
  3. slept in bed
  4. moved and added new items to my inventory
  5. /kill eccentric_nz
  6. respawned (in survival)

Inventory contents were restored to the same as when I died.

Plugin conflict?

ccattell commented 5 years ago

it must be... i will research it more and get back with you