-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
31 lines (31 loc) · 945 Bytes
/
plugin.yml
File metadata and controls
31 lines (31 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: ScoreboardCmd
main: Unny984\ScoreboardCmd\Main
version: 1.0.0
api: [5.0.0]
author: Unny984
description: A plugin to control a scoreboard that displays a countdown timer via commands.
commands:
countdown:
description: Start a countdown on the scoreboard.
usage: /countdown <time_in_seconds>
permission: scoreboardcmd.countdown
stopcountdown:
description: Stop the countdown and remove the scoreboard.
usage: /stopcountdown
permission: scoreboardcmd.stopcountdown
debugscorehud:
description: Debug ScoreHud timer.
usage: /debugscorehud
permission: scoreboardcmd.debugscorehud
permissions:
scoreboardcmd.countdown:
description: Allows starting a countdown.
default: true
scoreboardcmd.stopcountdown:
description: Allows stopping the countdown.
default: true
scoreboardcmd.debugscorehud:
description: Allows debugging the ScoreHud timer.
default: op
depend:
- ScoreHud