Skip to content

Delayed reward command

Ben edited this page Jan 24, 2021 · 1 revision

In this example fly will be enabled with /fly and disable with /fly one hour later. Works with any reward

Rewards:
  Commands:
  - fly %player%
  # Can chain rewards within rewards
  # Executes as a different reward
  Rewards:
    Delayed:
      Enabled: true
      Hours: 1
      Minutes: 0
      Seconds: 0
    Commands:
    - fly %player%
Clone this wiki locally