Job quantity permissions #18


  • New
  • Enhancment
Open
Assigned to zrips
  • _ForgeUser8373379 created this issue Oct 3, 2015

    What is the enhancement in mind? How should it look and feel?

    It would be useful if there were permission nodes for numbers of job slots you are allowed.
    For example, the permission node jobs.quantity.1 allows you to join one job and jobs.quantity.2 allows you to join two jobs.

    This can also be done with defined nodes in the config:

    jobQuantity:
        default: 1
        VIP: 2
        admin: unlimited

    This would use the nodes jobs.quantity.default, jobs.quantity.VIP and jobs.quantity.admin

  • _ForgeUser8373379 added the tags New Enhancment Oct 3, 2015
  • Zrips posted a comment Jan 10, 2016

    You can use permissions to give particular amount of max jobs jobs.max.[numer] or use jobs.max.* for no limit


To post a comment, please login or register a new account.