Rent 'tip' space

Discussion in 'Archived: Plugin Requests' started by dxwarlock, Mar 28, 2013.

  1. Offline

    dxwarlock

    What im looking for is somewhat like a "tip" plugin. But where users can buy time and ad tips.
    For example Bob could spend $100 of his ingame money do:
    /rent 1d Come see Bobs shop in global! tons of items!
    and for 1 day his ad of
    '[Bob]Come see Bobs shop in global! tons of items!'
    will be added to a rotation of other ads people bought, and deleted 1 day (or X days where X is money spent divided by $100)

    Basically its just a fancy timed tip plugin, just people can add tips that last a set period for game cash.
    I've been doing this by hand, adding and removing peoples ads in our tip plugin config and taking cash, but this gets very tedious as you can imagine.
    It should be a fairly simple request, I started trying to flesh it out myself.. but the whole 'checking cash level, taking cash, writing ad to file, deleting ad after a period' was kicking my butt :p.
    I couldn't figure out how to delete the ad after the time period...maybe do a separate yml for each ad, that it can track with a time node in it? but then i couldn't figure out how to combine the different files I made into a rotating list...so I came here looking :)

    Ideally it has a permission node to buy, putting the persons name into the ad (so if someone makes strange/rude ads, people know who).
     
  2. Offline

    vYN

    This sounds interesting and actually something i could use myself... :)
    I will try to make a plugin like this.. I will PM you when i have something that you can test.
     
  3. Offline

    dxwarlock

    Sounds good thanks man :)
    I tried for 3 days to get one working, but trying to add/remove the ads on a timer without screwing up my ads.yml, or making TONS of timers that reset on restart, making it useless, seemed impossible..haha
     
  4. Offline

    dxwarlock

    Any update vYN? or you decide against it?
     

Share This Page