Daily

The daily command configuration is in the daily.yml file, here I will show you how to create a daily reward.

Description

Contrary to the entity rewards, when the player executes the daily it gets the first daily available to the player, that meets all the conditions and permission, if the player has 2 or more rewards available, if he meets the requirements for 2 or more rewards, only the first available reward will be executed.

Cooldown

At the moment it is not possible to change the cooldown of a reward separately, only in general, when you run a daily the cooldown for that player will be the same with any other daily.

settings:
  cooldown: 86400 #seconds
settings:
  cooldown: 86400
  cooldown-message: true
Daily:
  daily_reward_example:
    actions:
    - 'send_message: you got a daily reward'
    - 'consol_command: give %player_name% diamond 4'

Last updated