Rust Automatic group system

Discussion in 'Plugin Requests' started by Emivg, Aug 12, 2015.

  1. Hi guys, I need a VIP plugin for my server. I want 3 commands:

    Normal user https://gyazo.com/f9147c115c127bef2225d51d78f9fb5f

    For admins: /vip user_name (This command change a normal user to VIP, like this https://gyazo.com/1257f366996342bf44ccf5fd428c37ca)
    /vip+ user_name (This command change a normal user to VIP+, like this https://gyazo.com/dc4ac779fa554e4f3bcac8f767fd50de)
    /shop user_name (You can see the user_name VIP how much time is left of VIP, 30 days at most)
    /vip add user_name [days] (This command add X days to the VIP of user_name)

    In the chat you will see something like this:

    ================ SHOP =================
    user_name
    VIP
    25 days left (Until 20/Aug/2015 15:00h)
    =======================================

    ================ SHOP =================
    user_name
    VIP+
    16 days left (Until 15Aug2015 09:30h)
    =======================================

    For players: /shop (Same as above)
    /kit vip (A custom kit only for VIP users, can use once a week)
    /kit vip+ (A custom kit only for VIP+ users, can use once a week)

    If a player is VIP and he want the VIP+, the VIP+ overwrite the days and permits.

    ================ SHOP =================
    Hi user_name
    You can donate or buy the VIPs
    For mor information go to our Website www.blablabla.com
    =======================================


    Thanks you all!
     
  2. Anyone can do this plugin mates? I like the idea so much.
     
  3. for the kits it already exists, it's not /vip, you would need to add them to groups and remove them manually when the time is over.
     
  4. But exists any form to do this automatically? With any time function or somilar...

    At least the shop menu with the information
     
  5. the shop menu i guess you could use custom commands for that and make the menu yourself ^^
    gui announcement to advertise the shop menu

    as for vip automated, i guess not, but look arround maybe there is.
    somekind of temporary group thing.
     
  6. I've made a private plugin with part of it functionality, but can't share it, sorry. Shop thing is tricky to make it universal as usually it needs communication with site backend.
     
  7. from website you can send rcon commands, and from server you can send webrequests ;)
     
  8. I meant that webrequests will vary from site to site.
     
  9. Any1 has an example or sth like that which shows how to send rcon commands and stuff ? I'm really interested to learn something about this. I know that this is not the right place to ask for.. but since you discussed about stuff like that :p
     
  10. You can always decompile rusty and check it out :p
     
  11. I actually use a precompiled PHP RCON library for my donation shop that I have created - this is not the exact one but: https://github.com/gries/rcon
     
  12. Hello,

    Im looking for a plugin that when a player donates, It runs a command through an RCON that will make them VIP for donating x amount of money. And then the plugin will detect that the month has expired and will revert them to there origional rank.
    Is there such thing out there?

    Thanks.
     
  13. Yes there is :3
     
  14. Yes there is. I built that already for a community and now I am making it a service for all communities.
     
  15. Which I have heard from some trusted sources he is trying to charge a monthly fee for :)
     
  16. I am indeed, but at a very very low cost.
     
  17. And would this cost be server independent?
     
  18. how much