SirCodalot / GrimReaper-Support

1 stars 0 forks source link

Multiverse-Core Integration #20

Open milandekruijf opened 5 years ago

milandekruijf commented 5 years ago

The "respawn_at_death_location" and spawn points features are currently not working with Multiverse-Core, it's being caused by the world spawn, if you die you respawn at the multiverse world spawn.

Tested on version 1.8.1 Server running on Paper #1598, 1.12.2 Multiverse-Core Version: 2.5.0-b727

thebfmg commented 4 years ago

Here is what I did to fix Multiverse's respawnWorld:

1. Essentials config.yml

Set this to lowest, if you want Multiverse to handle the respawning. (I went step further)

respawn-listener-priority: none spawn-join-listener-priority: none

(I chose "none" and I believe that is giving everything over to vanilla aka "Multiverse takes over".)

When users die, should they respawn at their first home or bed, instead of the spawnpoint?

respawn-at-home: true

2. Multiverse Core - config.yml

Multiverse 2.2+ allows you to set what world users will spawn in at First-Join.

firstspawnoverride: 'true' firstspawnworld: world

(Since using Grimreaper plugin for spawnpoints (I don't) you may have to set "firstspawnoverride" to false)

3. Multiverse Core - worlds.yml respawnWorld: world (This does Not have to be the world that is in your server.properties)

~This should keep player-joining, beds/homes and MV respawning in order.~