Upgrade Rank thru Ingame money

Discussion in 'Archived: Plugin Requests' started by PcPocket, Jan 23, 2012.

  1. Offline

    PcPocket

    Suggested name: Upgrade Sign

    A bit about me:
    I have a server with 30~40 players.
    What I want: A plugin that allow me to create a sign that promote the player. I wan't to signs. One the player touch and upgrade from Member to AdvancedMember, and other upgrade from AdvancedMember to Veteran. It would cost 3000$ to upgrade (both signs). And of course, a member can't upgrade to Veteran, they have to first be AdvancedMember.
    Member -> AdvancedMember -> Veteran
    I don't use spout. I use PermissionEX and Iconomy.
    Ideas for commands: Don't know
    Willing to pay up to: If you really want charge for this, tell your price.
    (Already tested ExpSkill, RankMarket and this plugins, but I really want to do it thru signs, not commands)

    Thanks very much :)
     
  2. Offline

    PcPocket

    nobody?
     
  3. Offline

    ThatBox

    I can do this.
     
  4. Offline

    kanda

    You could try using serversigns: http://dev.bukkit.org/server-mods/serversigns/

    I could come on your server to see how to set it up for your idea. But with this you can just use a button or sign or whatever to execute the upgrade command when you hit it.
    And you can just write anything on the sign. Also you can add prices to the signs
     
  5. Offline

    PcPocket

    But this way, there is no "ifs".. Like, if the person have a higher rank than Veteran, if he hit the sign, he will become a veteran :\

    ThatBox

    I would appreciate a lot. If you need my msn. [email protected]
     
  6. Offline

    kanda

    I know it is possible since I helped another server owner before with it
    You can make that by the custom serversigns permission

    If you don't use inheritance it will be easy. Just to the normal member rank you add serversigns.custom.member

    Then you create a sign with for example "/svs add <server> pex user <player> group set advancedmember" so it would promote them and then "/svs setpermission member" so they need the serversigns.custom.member node to be able to use it. Then you just need to add the price with "/svs setprice 3000" and if you want you can add a confirmation to it with "svs confirmation true".

    Then a player that is a member can hit the sign because they have the serversigns.custom.member and you can basicly do that with every rank.

    With inheritance is a bit more work but let me know if you need that I will write it out
     
  7. Offline

    ElementzYT

    I can confirm this works like a charm
     

Share This Page