Prefix Help

Discussion in 'Bukkit Help' started by The_Punkster, Mar 5, 2013.

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

    The_Punkster

    Hi, so I used PermissionsBukkit and SimplePrefix and I want to make factions disappear in specific worlds.

    I'm adding a "Peaceful" world soon but atm I have a SkyBlock world and a Survival Games world.

    Anyone know how?

    SimplePrefix config:

    Code:
    Template:
      format: '[world][FACTION] [prefix][name]> '
      time: '[h:mm aa]'
      multiPrefix: false
    Worlds:
      survivalgames:
        nickname: '&e[SG]&f'
      PkHonor:
        nickname: ''
      skyworld:
        nickname: '&e[SkyBlock]&f'
    Group:
      Admin:
        prefix: '&6&o[Admin]&f'
      Mod:
        prefix: '&5&o[Mod]&f'
        suffix: ''
      Builder:
        prefix: '&b[Builder]&f'
        suffix: ''
      elite:
        prefix: '&7[Elite] '
        suffix: ''
      Platinum:
        prefix: '&6[Platinum] '
        suffix: ''
      VIP:
        prefix: '&a[VIP]&f'
        suffix: ''
      Loyal:
        prefix: '&3[Loyal]&f'
        suffix: ''
      member:
        prefix: '&2[Member]&f'
        suffix: ''
      king:
        prefix: '&4[King]&f'
        suffix: ''
      prince:
        prefix: '&e[&oPrince&r]&f'
        suffix: ''
      lord:
        prefix: '&e[Lord]&f'
        suffix: ''
      warrior:
        prefix: '&7[Warrior]&f'
        suffix: ''
      knight:
        prefix: '&3[Knight]&f'
        suffix: ''
    User:
      The_Punkster:
        prefix: '&c[Owner]&c'
        suffix: '&f'
    
     
  2. Offline

    Tsurugi21

    can I recommend you to use bPermission. I'm not sure of the full compatibility of bukkitpermission... And I'm not sure what you want is possible. Look in Faction's settings :/
     
  3. Offline

    StrideFire

    I recommend using Essentials and Essentials Group Manager for Prefixes and perms.
     
  4. Offline

    The_Punkster

    StrideFire Do they have this option? I'm only switching prefix plugins unless another one can do this.
     
  5. Offline

    Necrodoom

    all permission plugins support permissions and prefix/suffix.
     
  6. Offline

    The_Punkster

    But I'm mainly concerned about the faction tag showing.


    Code:
    Template:
      format: '[world][FACTION] [prefix][name]> '
      time: '[h:mm aa]'
      multiPrefix: false
    That's what I have in SimplePrefix which I love, but the issue is it's global. I need something like above that I can set per world.
     
  7. Offline

    jblanda

    Use permissionsEx, you can also add custom permissions just by adding
    permissions:
    - (permissions)
    ex:
    - essentials(Plugin).fly(Command)
     
  8. Offline

    The_Punkster

    You guys are missing the point, I need help with the faction prefix
     
Thread Status:
Not open for further replies.

Share This Page