Images (Gifs)
例如:**2h10min** 或 **10min2h30s**  ``` /timer add
Message Action
``` /timer cmdCountdown Action
``` /timer cmdSet Permission
``` timer.set.* timer.set.enable timer.set.disable timer.set.ticks timer.set.name ```Message Action Permission
``` timer.action.message.* timer.action.message.addmessage timer.action.message.addcommand timer.action.message.permission timer.action.message.command timer.action.message.remove timer.action.message.edit timer.action.message.move timer.action.message.sort timer.action.message.clear timer.action.message.info ```Countdown Action Permission
``` timer.action.countdown.* timer.action.countdown.addmessage timer.action.countdown.addcommand timer.action.countdown.permission timer.action.countdown.command timer.action.countdown.edit timer.action.countdown.tick timer.action.countdown.remove timer.action.countdown.clear timer.action.countdown.info ```创建一个重新加载倒计时
**1.**使用**倒计时**动作创建计时器
``/timer create reload 30s stop countdown``
**2.**
现在我们需要添加一些消息
``/timer cmd reload addMessage 30s &a重新加载在 &c30&7秒&8后。``
``/timer cmd reload addMessage 15s &a重新加载在 &c15&7秒&8后。``
``/timer cmd reload addMessage 10s &a重新加载在 &c10&7秒&8后。``
``/timer cmd reload addMessage 5s &a重新加载在 &c5&7秒&8后。``
``/timer cmd reload addMessage 4s &a重新加载在 &c4&7秒&8后。``
``/timer cmd reload addMessage 3s &a重新加载在 &c3&7秒&8后。``
``/timer cmd reload addMessage 2s &a重新加载在 &c2&7秒&8后。``
``/timer cmd reload addMessage 1s &a重新加载在 &c1&7秒&8后。``
``/timer cmd reload addMessage 0 &c正在重新加载&8。``
**3.**
现在我们在最后一刻添加重新加载命令
``/timer cmd reload addCommand 0 reload``
**4.**
完成
现在我们可以启用并检查它是否有效
``/timer set reload enable``
或
``/timer list`` **(点击启用)**
创建广播消息
**1.**使用消息动作创建计时器
``/timer add broadcast 1min reset msg``
**2.**
现在我们需要添加一些消息
``/timer cmd broadcast addMessage &a测试 &81``
``/timer cmd broadcast addMessage &a测试 &82``
``/timer cmd broadcast addMessage &a测试 &83``
``/timer cmd broadcast addMessage &a测试 &84``
``/timer cmd broadcast addMessage &a测试 &85``
**3. (可选)**
更改消息的排序类型
``/timer cmd broadcast sort roundrobin``
**4.**
完成
现在我们可以启用并检查它是否有效
``/timer set broadcast enable``
或
``/timer list`` **(点击启用)**