how do i set up paidranks for prison

Discussion in 'Bukkit Help' started by F64_Rx, Jan 25, 2014.

Thread Status:
Not open for further replies.
  1. i need help setting up the ranks and prices like a to z and then free and then prestige
    i have paid rank in my plugin folder and just need help setting and to config it thanks
     
  2. Offline

    bionicangel1098

    F64_Rx in rankprices.yml do this:
    Code:
    Ladders:
      #Default is the ladder that uses /rankup
      #All other ladders use /rankup <ladder>
      Default:
        #DefaultPermission is not required either now.
        DefaultPermission: paidranks.ladder.epicladder
        #RequiredRank is not required.
        RequiredRank: A
        Default: true
        #You can remove this line but if you do
        #Any rank can rank to this(Could cause downgrading in the rank)
        #RequiredRank: Default  were removing it for this one to show it works
        Ranks:
          A:
            Price: 0
          B:
            Price: 20000
          C:
            Price: 77000
          D:
            Price: 450000
          E:
            Price: 1000000
          F:
            Price: 3000000
    
    but change the price to your need.
     
  3. ok then it should work or do i need to add to permissionsex aswell or no
    edit 2
    it says i must be in group a to rankup

    @bionicangel1098 ok then it should work or do i need to add to permissionsex aswell or no
    edit 2
    it says i must be in group a to rankup
     
Thread Status:
Not open for further replies.

Share This Page