Ranks warp to specific warps

Discussion in 'Bukkit Help' started by NuggetGames, Mar 12, 2016.

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

    NuggetGames

    So I have a prison server and I have these groups: a,b,c,.... and I for example want the players in a rank to be able to teleport only to the /warp a warp i created. I don't want them to be able to go to different rank warps. How do i do that ?
     
  2. @NuggetGames
    If you already have a permission plugin, you can ignore the following: Install a permission plugin like GroupManager to create groups and give players permissions. Create new groups for each of your prison ranks.

    If you're using Essentials warps, you can use this permission format to give permissions for only specific warps:
    Code:
    essentials.warps.<warpname>
    For example, add this permission to your group 'a':
    Code:
    essentials.warps.a
    Assuming that your warp is called 'a'.
     
  3. Offline

    NuggetGames

    I did that in the config but when I do /warp a it says You do not have permission to that command and I am the rank A. Also I use PermissionsEx
     
  4. @NuggetGames
    Make sure to enable per-warp permission in Essentials config. Change:
    Code:
    per-warp-permission: false
    to
    Code:
    per-warp-permission: true
     
  5. Offline

    NuggetGames

    I made it that way and I can go to every warp. What permissions do I need to type? only essentials.warp.a or all the essentials.warp permissions?
     
  6. essentials.warp.* for ALL Availeble warps.
    essentials.warp.<warpname> for Per Warp acces.
     
    aman1226 likes this.
Thread Status:
Not open for further replies.

Share This Page