Zrips / Jobs

Jobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Per job daily cap

Castiella opened this issue · comments

Hi,

I would like to suggest a per job daily money limit rather than the global one that is currently in the config.

    # Money gain limit
    # With this enabled, players will be limited how much they can make in defined time
    # Time in seconds: 60 = 1 min, 3600 = 1 hour, 86400 = 24 hours
    Money:
      Use: false

I actually currently have an addon that my server developer made that does this, and I'm happy to push the code to you if required.
It is in the config as such:

  # Maximum amount of money a job can earn per 24 hours (set to -1 for unlimited) Example: Digger,-1.0 will allow Digger to earn unlimited money per 24 hours
  MaximumMoney:
  - digger,1000.0
  - caretaker,1000.0
  - fisherman,1000.0
  - hunter,1000.0
  - woodcutter,2000.0
  - miner,2000.0