Autorank

Autorank

380k Downloads

Is Autorank compatible with T-Perms?

P0Pss opened this issue ยท 3 comments

commented

Im using https://www.spigotmc.org/resources/t-perms-permission-plugin-by-tainlastv.18823/ and want to know if the two are compatible.
I keep getting a warning " Warning: Rank change of rank 'Survivor' is invalid. The rank to 'promote to' doesn't exist in the perm file."

commented

I've never tested it with T Perms, so there is a chance it does not work. Can you show me your advanced config?

commented

I decided to use a different permissions plugin and it works

commented

The advanced config file

ranks:
    Survivor:
        requirements:
            time: 1h
            gamemode: 0
            blocks broken: 15;1
        results:
            rank change: Survivor;Miner
            command: '/tperms player group set &p Miner'
            message: 'Congratulations, you have survived the surface long enough to collect resources for a better life your yourself, you are now a Miner!'
    Miner:
        requirements:
            time:
                value: 4h
            gamemode:
                value: 0
            mobs killed:
                value: 100
        results:
            rank change: Member;Vip
            command: 'say &p has just been promoted to VIP!; give &p 1 100; tell &p You have just earned 100 stone!'
            message: 'Congratulations, you are now a vip.'
            
    Hunter:
    Veteran:
    Overlord:

The permissions file is

permissions:
  groups:
    default: Survivor
    Owner:
      chatprefix: '&8[&7Survivor&8]'
      tabprefix: '&7'
      tabplace: 0
      permissions:
      - tperms.commands.use
    Overlord:
      parent: ''
      chatprefix: '&8[&7Overlord&8]'
      tabprefix: '&7'
      tabplace: 0
      permissions:
      - 
      
    Veteran:
      parent: ''
      chatprefix: '&8[&7Veteran&8]'
      tabprefix: '&7'
      tabplace: 0
      permissions:
      - 
      
    Hunter:
      parent: ''
      chatprefix: '&8[&7Hunter&8]'
      tabprefix: '&7'
      tabplace: 0
      permissions:
      - 
      
    Miner:
      parent: ''
      chatprefix: '&8[&7Miner&8]'
      tabprefix: '&7'
      tabplace: 0
      permissions:
      - 
    
    Survivor:
      parent: ''
      chatprefix: '&8[&7Survivor&8]'
      tabprefix: '&7'
      tabplace: 0
      permissions:
      - 

  grouplist:
  - guest
  users:
    tainlastv:
      group: guest
      permissions: []

I didnt finish either cause of the autorank issue and didnt want to restart if I needed a different plugin