Redeem Ranks

Discussion in 'Plugin Requests' started by cNTr1nity, Nov 7, 2015.

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

    cNTr1nity

    Plugin category: Misc.

    Suggested name: Redeem Ranks

    What I want: That players would right click the note with the rank on it and redeem the rank.

    Also, skim-reading is much easier with paragraphs!

    Ideas for commands: /redeemranks withdraw (name of rank)

    Ideas for permissions: player.redeemranks (People to redeem) - admin.redeemranks (To do commands)

    When I'd like it by: Next week or later.
     
  2. Offline

    Scimiguy

    what ranks?
     
  3. Offline

    cNTr1nity

    Using permissionex. For example, I have a crates plugin installed. Someone could get a rank from that and right click it and get the rank.
     
  4. Offline

    Scimiguy

    So you basically just want a plugin that lets you run commands when you right click an item?
     
  5. Offline

    cNTr1nity

  6. Offline

    grrocks

    Ill make this. What does this do /redeemranks withdraw ?

    EDIT:
    @cNTr1nity Done.
    I wasnt sure what you wanted with the command so I left that out
    Config:
    Code:
    #Name of paper
    voucherNames:
        - '&3VIP'
        - '&3MVP'
    #Command to be send
    command: 'pex group %group% user add %player%'
    #The variable for %group% IN THE SAME ORDER AS voucherNames
    group:
        - 'VIP'
        - 'MVP'
    
    Change it to your liking and your good the permission to redeem the voucher/rank is player.redeemranks everything else should be intact let me know if there is an issue otherwise mark as solved
     
    Last edited: Nov 8, 2015
  7. Offline

    tobino15

    Grrocks,, whats the command to get the voucher
    I have your plugin configured and such, but i cant get any vouchers
     
  8. Offline

    grrocks

    You have to make the vouchers your self with essentials you can use /give
     
  9. Offline

    cNTr1nity

    @grrocks The command was go admins to easily get the voucher without doing /give. Its all good now.

    Hey, can i have the download for it.

    Thanks
     
Thread Status:
Not open for further replies.

Share This Page