Plugin Help Faction Tag Appears in different worlds

Discussion in 'Plugin Help/Development/Requests' started by simonjc, May 3, 2017.

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

    simonjc

    So, I have a problem with my server. I got the Factions plugin and have made a new world for it and disabled the /f claim /f power and such in my other worlds. But when I am in my other worlds like my plotworld this weird thing happens in chat 2017-05-03_17.19.34.png
    I really want to fix this. At first I thought it was something only OP's and maybe Owners could see but I tried to deop myself and put myself as a default, still appeared.
     
  2. Offline

    Zombie_Striker

    @simonjc
    This is a prefix issue. What prefix plugin are you using, and can you post the config to that plugin?
     
  3. Offline

    yPedx

    @simonjc
    Could you post a list of your plugins?

    PerWorldPlugins
    If you are using PerWorldPlugins, this is a common problem for most people. Try going into the massiveCore config and change the worlds factions are enabled in.
     
  4. Offline

    simonjc

    @Zombie_Striker @yPedx

    So, I fixed the thing were it displays faction stuff in different worlds, but now, when I tried to change the look for the FACTION TAG, it doesn't show. I was hoping you guys could help. I have been trying to change it using EssentialsChat but all the tutorials I watched are from like 2012 and 2013 so maybe the tags like {factions_name} has changed...
    The prefix plugin I'm using is GroupManager.
    Here is the config for Factions world:
    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
    
    groups:
      Default:
        default: true
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&7[&fDefault&7]&f '
          build: false
          suffix: ''
      Builder:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&8[&5Member&8]&f '
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          prefix: '&8[&bMOD&8]&f '
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&8[&aAdmin&8]&7 '
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.effects.*
        - +vanish.effects.toggle.all
        inheritance:
        - admin
        info:
          prefix: '&8[&c&oOwner&8]&7 '
          build: true
          suffix: ''
    
    Here is how it looks at the essentialschat config:

    Code:
      format: '{DISPLAYNAME}: {MESSAGE}'
      #format: '§7[{factions_roleprefix}§r§7{factions_nameforce}§r§7] §r§7[{GROUP}] §r{DISPLAYNAME}§r§7:§r {MESSAGE}'
    
      group-formats:
        Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
        Admin: '&6[&c&l{factions_roleprefix}&e{factions_name}&6] {DISPLAYNAME}&7:&r {MESSAGE}'
        Owner: '&6[&c&l{factions_roleprefix}&e{factions_name}&6] {DISPLAYNAME}&7:&r {MESSAGE}'
    
    Btw I don't really understand the group-fomats thing. And I tried to changed the format on top to 'Player: Hello' but it still shows up as '<Player> Hello'
    In the beginning there were 2 group-formats "Admins:" and "Default", but I have no group called Admins so I changed that to Admin and added owner but I probably did something really wrong.... Im pretty confused!
     
    Last edited by a moderator: May 4, 2017
  5. Offline

    yPedx

    @simonjc
    You'll have to go into the factions_mconf and change the chat format there. It looks a bit confusing in the start, but this page will help you with colors.
     
  6. Offline

    simonjc

    @yPedx
    Thanks, just did. Buuuuuuuuuuut now we are back to the first problem...
    So I removed the Faction world from PerWorldPlugins but then I had the faction name on every world. Then I added Factions to PerWorldPlugins and now it looks like the picture I posted in the original question.... I have no idea on how to fix this. I put setChatFormat to true in the mconf so that the tag would show but I dont now how to remove it from other worlds...
     
  7. Offline

    yPedx

    @simonjc
    I'm not sure, I remember I had the same problem before but I don't remember what I did to fix it..
     
Thread Status:
Not open for further replies.

Share This Page