Essentials and Respawnings

Discussion in 'Bukkit Help' started by chakyl, Oct 31, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    chakyl

    How would I configure Essentials so that when a user dies, they spawn at the spawn of the world they died in, (Multiverse), unless they sleep in a bed? I would also like to know how to seperate beds and homes so that users have to use /sethome to set their home, but still spawn in their bed regardless. Sorry in advance if this confuses anyone :p
     
  2. Offline

    astroskillz

    I'm pretty sure that this is in the config.
     
  3. Offline

    GerCraft

    look into essentials config.yml





    hope this will help you a bit :)
     
  4. Offline

    MyPictures

    Also don't forget to tell Essentias to use the highest priority (if you don't use any other plugins for /home and /spawn)!

    Code:
    # Set this to lowest, if you want Multiverse to handle the respawning
    # Set this to high, if you want EssentialsSpawn to handle the respawning
    # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
    respawn-listener-priority: high
     
  5. Offline

    Necrodoom

    set respawn-at-home to false in essentials config.yml.
    bed spawn is a vanilla feature and is not controlled by essentials.
     
  6. Offline

    VlperX

    It's also important to note that Multiverse cannot do anything with player spawns while EssentialsSpawn is installed. I specifically wanted Multiverse to determine which world the player would spawn on when they die on which world.. if that makes sense. I always knew I had to remove EssSpawn, but recently I finally did. I compensated for the /spawn command using BetterAlias.. or any Command Alias plugin will do fine. Just direct it to a warp.

    And while we're discussing beds.. Does Essentials come with world compatibility for beds? I'd rather my players be able to spawn at the bed of the particular world they're on. I have two different survival worlds.
     
  7. Offline

    Necrodoom

    by default minecraft only supports only one bed spawn. essentials uses the existing one, it doesnt fabricate one.
     
Thread Status:
Not open for further replies.

Share This Page