Automatically Rank UP - On certain # of kills.

Discussion in 'Archived: Plugin Requests' started by TheFluffey, Jun 24, 2012.

  1. Offline

    TheFluffey

    Basically, I need a plugin that will automatically rank a player up after he has obtained x amount of kills. The plugin needs to be permissionsEx compatible. Basically it sets the user to the next highest rank on x number of kills.

    So the configuration could look like this.
    Code:
        setrank: Warrior
    onkills: 100
     
        setrank: Master
    onkills: 250
    
    In this example, setrank tells the plugin which PEX rank to set the user on (x) kills. The kills can only be on other players, not entities.

    Thank you!

    Mike
     
  2. Offline

    RPGCraft

    I want this too. sounds like a great idea
     
  3. Offline

    TheFluffey

    Thanks for the support :). It would make many people's lives a lot easier in terms of automated permission upgrades.
     
  4. Offline

    RPGCraft

    yea, I'm hoping someone makes this! Will be perfect for factions
     
  5. Offline

    TheFluffey

    Anybody willing to take this on?
     
  6. Offline

    TrainerGuy22

    I'll try to make it. Sounds like a great PvP plugin that even I might use.
     
  7. Offline

    SpyroDev

    Will look into it.

    - Andrew
     
  8. This is possible, we can make it so that it goes by an option in PEX such as:
    PHP:
    Warrior:
      default: 
    false
      options
    :
        
    prefix'&4'
        
    suffix'&c'
        
    rankup200
      permissions
    :
        ...
    Or we can make a config file where you set them like this:
    Code:
    rankup:
      '100': 'Warrior'
      '200': 'Knight'
    ...
     
  9. Offline

    TheFluffey

    Edit: Woops, just noticed that. Either one would do fine, but the incorporated (First) option looks amazing. Either way, if it carries through with the functionality, I am happy.
     
  10. I could attempt to do this with Vault, then it could be compatible with most permission plugins. Then i would use the second config layout, or it may be like:
    Code:
    Ranks:
      Warrior:
        kills: 100
      Knight:
        kills: 200
     
  11. Offline

    TheFluffey

    That would work wondefully too :) Of course, I am not trying to confine it to just Pex.
     
  12. Offline

    Kingstarwest

    Wow! I need this too for my call of duty server!!!
    I need this for my server soo much this is a great idea, If someone could make this then THANKS!
     
  13. I will attempt to create this. However i am currently developing a Plot Manager plugin, so i shall try and fit it in around that. ETA about a few days? If you have skype. PM me it and i will keep you updated
     
  14. Offline

    Kingstarwest

    Sure, I have skype it's kingstarwest if you could add me or tell your name on it and i could add you :D
     
  15. Offline

    TheFluffey

    Skype: M.gerace1
     
  16. Offline

    Rebel PvP

    If I could get this also that would be great, skype name | predatorshcky98
     
  17. Offline

    TheFluffey

    Wow, looks like you've got a solid number of people wanting this :)
     
  18. Offline

    izak12345678910

    Is this gonna be public or just the people who ask your for it cause I'm interested in something like this and will you release the source code when your done? Skype:dkohlfink just say who you are so i know thanks!
     
  19. Offline

    SpyroDev

    Guys, we at SpyroDev do not add people on skype.
    The plugin has been coded, and will be publicised within 24 hours.

    We would appricate a like and comment on the plugin when it comes out,
    will edit this with link!
     
  20. Offline

    TheFluffey

    Thank you too, I will have to compare the plugins now :)
     
  21. Offline

    Konkz

  22. Offline

    TheFluffey

    :) Wow there are many takers. Thanks everyone!
     
  23. Offline

    SpyroDev

    Konkz and TruDan are both members of SpyroDev.
    Any links from them are safe according to me.
     
  24. Offline

    TheFluffey

    Oh, good :)
     
  25. Offline

    SpyroDev

Share This Page