EbonJaeger / perworldinventory-kt

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

Bed respawning doesn't work. #174

Closed saint-boons closed 4 years ago

saint-boons commented 4 years ago

Describe the bug Bed respawn points does not work!

To Reproduce Steps to reproduce the behaviour:

  1. Go to a world
  2. Sleep
  3. Die
  4. You will respawn at the world spawn, not your bed spawn.

Expected behaviour Respawn next to the bed you slept in.

Plugin version

Server version paper-latest-1.15.jar

Additional context and logs No errors in the log whatsoever. I've attached my config.yml and worlds.yml down below: PWI Files.zip

Thanks a lot!

EbonJaeger commented 4 years ago

Make sure the config option manage-death-respawn is set to false. If that doesn't do it, check Essentials and/or MultiVerse.

The logic though should be updated to take into account bed spawns...

**EDIT: You already have the config option set to false, so check Essentials and MultiVerse configs.

saint-boons commented 4 years ago

Make sure the config option manage-death-respawn is set to false. If that doesn't do it, check Essentials and/or MultiVerse.

The logic though should be updated to take into account bed spawns...

**EDIT: You already have the config option set to false, so check Essentials and MultiVerse configs.

I know it is this plugin because when I remove it works normally... And I don't use Essentials