Disable bed spawning?

Discussion in 'Bukkit Help' started by Monkz, Aug 9, 2011.

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

    Monkz

    I want to disable people from spawning on death to their beds that they sleep in. How do i do this? At the moment /spawn properly takes them to spawn, but when they die they appear at the bed they sleep in. It gives an unfair advantage that i want to remove.
     
  2. Offline

    JerriCop

    List plugins please.
     
  3. Offline

    Monkz

    My Plugins:
    Borderguard
    Bukkitcontrib
    CombatTag
    CommandBook
    Cooldowns
    CraftIRC
    DefaultPermissions
    Dreamland
    Essentials
    EssentialsSpawn
    FalseBookBlock
    FalseBookCore
    FoundDiamonds
    Helios
    HeroChat
    HeroSneak
    HeroicDeath
    JSONAPI
    LWC
    LogBlock
    LogBlockQuestioner
    Lottery
    MonsterBox
    MoveCraft
    MultiInv
    MultiVerse
    MyWarp
    NSCommand
    Permissions
    PermissionsEX
    PvPable
    RawcriticsOreObvuscation Plugin
    SpamHammer
    Vampire
    VanishNoPickup
    WorldEdit
    WorldGuard
    backstab
    iChat
    iConomy
    iConomyChestShop
    mcMMO

    Anybody able to help me tackle this problem?

    I have the plugins above

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  4. Offline

    JerriCop

    In essentials, check out the EssentialsHome config, there is some things with beds there.
    Here is a good setup:
    Code:
    # When users die, should they respawn at their homes, instead of the spawnpoint?
    respawn-at-home: false
    
    # When a user interacts with a bed, should their home be set to that location?
    # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
    bed-sethome: false
    
    #if no home is set send you to spawn when /home is used
    spawn-if-no-home: false
     
  5. Offline

    Monkz

    That is what i already have. It can't be that :S
     
Thread Status:
Not open for further replies.

Share This Page