Skip to content

AdvancedPriority Examples

Ben edited this page Jan 13, 2021 · 4 revisions

AdvancedPriority goes through each sub reward and finds the first one it can execute, works with all requirements, including chances

Permission example, gives first reward based on permission, useful for giving certain ranks different rewards

Rewards:
  AdvancedPriority:
    RewardD1:
      RequirePermission: true
      Permission: 'permhere'
      Money: 1000
    RewardNormal:
      Money: 100

Chance example:

Rewards:
  AdvancedPriority:
    RewardD1:
      Chance: 60
      Money: 1000
    RewardNormal:
      Money: 100

Clone this wiki locally