Different spawns for different groups..? Help

Discussion in 'Bukkit Help' started by Deleted user, Dec 24, 2011.

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

    Deleted user

    Okay so I have this place thats like a tutorial place. Im using thumbsapply so at the end theres a sign with a password they type it in and there promoted from Guest to Newbie. But I need every group to spawn at one spot except the Guest group, i need them to spawn at the tutorial place. Ive tried EssentialsSpawn, Spawncontrol, and Im currently trying HomeSpawnPlus.
    I cant get any of them to do what I want... PLEASE HELP!
     
  2. Offline

    Deleted user

  3. Offline

    Compulsivecraft

    Using Essentials Spawn,
    Scroll down to the bottom of the essentials config and you will see this.
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |            Essentials Spawn / New Players            | #
    # +------------------------------------------------------+ #
    ############################################################
    
    newbies:
      # Should we announce to the server when someone logs in for the first time?
      # If so, use this format, replacing {DISPLAYNAME} with the player name.
      # If not, set to ''
      #announce-format: ''
      announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
      # When we spawn for the first time, which spawnpoint do we use?
      # Set to "none" if you want to use the spawn point of the world.
      spawnpoint: newbies
    
    # Set this to lowest, if you want Multiverse to handle the respawning
    # Set this to normal, 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: normal
    
    # End of File <-- No seriously, you're done with configuration.
    
    Simply just use the default configurations and use the command in-game
    /setspawn newbies
    and people that join your server for the first time will spawn at that location.
     
Thread Status:
Not open for further replies.

Share This Page