Plugin Help Creating multiple featherboards

Discussion in 'Plugin Help/Development/Requests' started by fride360, May 21, 2017.

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

    fride360

    I can't figure out how to make separate featherboards when switching between worlds. I'm using featherboard3. I gave the permssions in my pex file, but can't get it to work.

    My permissions are:
    - featherboard.group.Member
    I have also tried:
    - featherboard.group.Prison
    "Member" is the name of my group and "Prison" is the name of the world. I have two separate worlds (Prison & spawn).

    Here is a condensed version of the featherboard config file:
    Code:
    boards:
        Prison:
          title:
            text:
    - ' &9Server Name'
      random: false
      header:
         text:
         - '<rainbow>&e&1------------------------</rainbow>'
         interval: 10
         random: true
      player-label:
         text:
         - '&2&lInfo:'
         interval: 100
         random: false
      player-line1:
         text:
         - '&7  Name: &f&o<cmd repeatmiddle="20">{player}</cmd>'
         interval: 2
         random: false
      player-line2:
         text:
         - '&7  Rank: &f{prefix}'
         interval: 2
         random: false
      player-line3:
         footer:
         text:
         - '<rainbow>&e&1------------------------</rainbow>'
         interval: 10
         random: true
    
      spawn:
        title:
          text:
          - ' &9Server Name'
          random: false
         header:
         text:
          - '<rainbow>&e&1------------------------</rainbow>'
          interval: 10
          random: true
      player-label:
          text:
          - '&2&lInfo:'
         interval: 100
         random: false
      player-line1:
          text:
          - '&7  Name: &f&o<cmd repeatmiddle="20">{player}</cmd>'
           interval: 2
          random: false
      player-line2:
          text:
          - '&7  Rank: &f{prefix}'
          interval: 2
          random: false
      footer:
          text:
          - '<rainbow>&e&1------------------------</rainbow>'
          interval: 10
          random: true
    Thanks!
     
    Last edited by a moderator: May 21, 2017
  2. Offline

    fride360

    Please help, I have done tons of research and can't find anything on this.
     
Thread Status:
Not open for further replies.

Share This Page