Allowing all players to use /spawn ?????

Discussion in 'Bukkit Help' started by dimmes, Feb 1, 2012.

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

    dimmes

    Hey guys i need to know how to allow all players to use the /spawn or /warp spawn command.
     
  2. Offline

    Leon167

    Are you using essentials? Or other plugins?
     
  3. Offline

    dimmes

    I think essentials
     
  4. Offline

    Leon167

    Please look, if you have essentials or other plugins like commandbook
     
  5. Offline

    dimmes

    Essentials definitely
     
  6. Offline

    Leon167

    Ok that is good.... My last question: Do you have installed a permission plugin like Permission or PermissionEx ?
     
  7. Offline

    dimmes

    No should i install it

    I have Permission Bukkit

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

    Leon167

    Oke... You can watch a video on YouTube, how to install it write. When you know how it works, than you have to enter the permissions you want in your Permission Bukkit file... (the file with groups an players) When you have it, go on http://ess.khhq.net/wiki/Command_Reference for the permissions for essantials.. It includes the permissions for /spawn and /warp
     
  9. Offline

    dimmes

    This is what i see what do i need to change????

    # PermissionsBukkit configuration file
    # Please visit our wiki for an in-depth walk through for writing permissions:
    # http://wiki.multiplay.co.uk/Minecraft/Bukkit/PermissionsBukkit
    # Change the below usernames to your usernames
    # !! Note: They are case-sensitive!!

    users:
    username1:
    groups:
    - admin
    UserNAme2:
    groups:
    - moderator
    userName3:
    groups:
    - default

    # The groups below specify the permissions each member will have
    # Add the relevant permissions nodes to the group
    # Do NOT add the permissions directly to the players
    # The below are examples, they are not a complete list of permissions
    # The inheritence line states which other group it takes its permission from
    # In this example, moderator has its own permissions as well as the ones from the default group
    groups:
    default:
    permissions:
    permissions.build: true
    permissionsex.build: true
    essentials.warp.*: true
    essentials.warp.list: true
    essentials.spawn: true
    essentials.ping: true
    essentials.help: true
    essentials.sethome: true
    essentials.home: true
    essentials.compass: true
    essentials.afk: true
    essentials.msg: true
    essentials.me: true
    essentials.list: true
    essentials.mail: true
    essentials.clearinventory: true
    moderator:
    permissions:
    essentials.tp: true
    essentials.tphere: true
    nocheat.checks.moving: true
    inheritance:
    - default
    admin:
    permissions:
    essentials.kick: true
    essentials.kill: true
    craftbukkit.kick: true
    essentials.socialspy: true
    essentials.nick: true
    essentials.nick.others: true
    essentials.seen: true
    essentials.whois: true
    essentials.tempban: true
    essentials.mute: true
    inheritance:
    - moderator

    messages:
    build: '&cYou do not have permission to build here.'

    debug: false
     
Thread Status:
Not open for further replies.

Share This Page