Milestone Settings

milestones:
  1:
    milestone: 1
    rewards:
      IngameMoney:
        item:
          material: "PAPER"
          model-data: 91
          display-name: "<#42d228>$150 In-game Money &f▪ <#c0c0c0>10% Chance"
          lore:
            - ""
            - "&f&fEarn this reward by obtaining"
            - "&fa <#47bc5f>common key&f from voting or by"
            - "<#47bc5f>looting&f dungeons or exploring!"
            - ""
            - "&f"
        chance: 10
        give-item: false
        actions: 
          - "[message] &fReached milestone 1!"
  2:
    milestone: 2
    rewards:
      IngameMoney:
        item:
          material: "PAPER"
          model-data: 91
          display-name: "<#42d228>$150 In-game Money &f▪ <#c0c0c0>10% Chance"
          lore:
            - ""
            - "&f&fEarn this reward by obtaining"
            - "&fa <#47bc5f>common key&f from voting or by"
            - "<#47bc5f>looting&f dungeons or exploring!"
            - ""
            - "&f"
        chance: 10
        give-item: false
        actions: 
          - "[message] &fReached milestone 2!"
repeatable-milestones:
  1:
    milestone: 1
    rewards:
      IngameMoney:
        item:
          material: "PAPER"
          model-data: 91
          display-name: "<#42d228>$150 In-game Money &f▪ <#c0c0c0>10% Chance"
          lore:
            - ""
            - "&f&fEarn this reward by obtaining"
            - "&fa <#47bc5f>common key&f from voting or by"
            - "<#47bc5f>looting&f dungeons or exploring!"
            - ""
            - "&f"
        chance: 10
        give-item: false
        actions: 
          - "[message] &fReached repeatable milestone 1!"
  2:
    milestone: 2
    rewards:
      IngameMoney:
        item:
          material: "PAPER"
          model-data: 91
          display-name: "<#42d228>$150 In-game Money &f▪ <#c0c0c0>10% Chance"
          lore:
            - ""
            - "&f&fEarn this reward by obtaining"
            - "&fa <#47bc5f>common key&f from voting or by"
            - "<#47bc5f>looting&f dungeons or exploring!"
            - ""
            - "&f"
        chance: 10
        give-item: false
        actions: 
          - "[message] &fReached repeatable milestone 2!"

How milestones work?

Milestone can be reached by opening the crate. Each milestone has its own "milestone" value which is the amount required to reach to gain the reward. You can add multiple rewards to a milestone and a random one will be chosen when the milestone is reached.

Difference between "milestone" and "repeatable-milestone"

Milestone can be reached just once, meanwhile repeatable-milestone can be reached unlimited times. Let's make an example of repeatable-milestone. When a repeatable one has an amount set to 1, this means that the extra reward is gonna be given every single time a player opens a crate. If the amount is set to 10, then the reward is given every 10th opening.

Last updated