Money4Time - give money for just being online

Discussion in 'Plugin Help/Development/Requests' started by xbenas, Mar 9, 2015.

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

    xbenas

    Hello everyone! :D
    I have a simple plugin request.
    I want something that would give players a set amount of money every x seconds spent online (set in config).
    It should depend on Vault plugin so that it works with all economy plugins, but if that is too complicated, then make it for Essentials Economy.
    Server version is 1.8.3
    I want some permissions so that different player groups would receive different sums of money.
    The config should look like this:

    Code:
    enabled: true
    interval-in-seconds: 60
    groups:
      newbie: 60.00
      veteran: 119.99
    That means that every 60 seconds, players with permission "money4time.newbie" gets 60.00$, while players with permission "money4time.veteran" get 119.99$

    Commands:
    /money4time reload - /m4t reload - reloads config
    /money4time enable - /m4t enable - enables plugin
    /money4time disable - /m4t disable - disables plugin

    Thank you for your time! :)
     
  2. Offline

    mrCookieSlime

    Moved to Alternatives Section.
     
  3. Online

    timtower Administrator Administrator Moderator

    @xbenas OnTime should be able to do this
     
  4. Offline

    xbenas

  5. Online

    timtower Administrator Administrator Moderator

    @xbenas You can disable those features.
     
  6. Offline

    KingIngot

    There already is a plugin for this I believe its called 'Time is Money' or something like that.
     
  7. Offline

    xbenas

    It gives money for standing on specific block with a sign.
    I want them to earn money all the time they are online.

    I am looking at this plugin, seems quite good enough for this task.
    Tho I am worried that my perfomance would suffer, are you sure that if I disable some things they will actually get disabled and not use up resources?
     
  8. Online

    timtower Administrator Administrator Moderator

    Yes, that is why they can be configured.
     
  9. Offline

    MrAwellstein

    I've made one of these before. If you'd like I can see about recreating it once I get home (later today).
     
Thread Status:
Not open for further replies.

Share This Page