Command executed per levelup

Discussion in 'Plugin Requests' started by tiradorus, Jul 12, 2018.

Thread Status:
Not open for further replies.
  1. Hi devs!

    I have a request, i think it would'nt be so hard to do.

    Could you make me a plugin that run a command specified each time a player levelup? For THIS player only? Just as the plugin "BattleLevels", without everything around that modify the level, exp etc etc. I'm using SkillApi and i need special Permissions per level, each level have his own permissions.

    Example:
    A player level 2 have persmission 'Level2'
    A player level 15 have permissions 'Level15'


    I can't manage commands each time a player levelup, and that's what i need to do ^^

    So could you make me a plugin that allow specific command that i can configure into the config.yml?
    Juste like that:

    Code:
    level-specific-commands:
      '7':
       - 'Command that i want to do'
       - 'Command that i want to do, example: /pex user {name} add Level7 '
      '20':
       - '/pex user {name} add Level20'
       - '/pex user {name} remove Level19'
      '25':
       - '/pex user {name} add Level20'
       - '/pex user {name} remove Level19'
      '45'
       - 'etc'
       - 'etc'
    Exactly as the plugin "Battlelevels", but with hard improvment of CPU and Ram usage+compability with other plugins because it wouldn't modify the level cap and leveling system.

    Thanks for reading and for your answer :D
    Have a nice day ;)

    Ps: I'm on 1.8.8
     
    Last edited: Jul 12, 2018
  2. Nah finaly it's allright, i did it myself ;)
    Thanks also :D
     
  3. Offline

    Jamiezi

    If the request is filled, even by yourself, it would be best to mark this request as such.
     
Thread Status:
Not open for further replies.

Share This Page