-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplugin.yml
29 lines (25 loc) · 1.04 KB
/
plugin.yml
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
name: CSkull
main: ColinHDev\CSkull\CSkull
version: "1.0.2"
api: 4.1.0
author: ColinHDev
website: https://github.com/ColinHDev
permissions:
cskull.command.showskulls:
description: "This permission is required to execute the \"/showskulls\" command."
default: true
cskull.command.skull:
description: "This permission is required to execute the \"/skull\" command."
default: true
cskull.cooldown.2592000:
description: "Set the cooldown on the \"/skull\" command to one month for a player with this permission."
default: false
cskull.cooldown.604800:
description: "Set the cooldown on the \"/skull\" command to one week for a player with this permission."
default: false
cskull.cooldown.86400:
description: "Set the cooldown on the \"/skull\" command to one day for a player with this permission."
default: true
cskull.cooldown.none:
description: "Disable the cooldown on the \"/skull\" command for a player with this permission."
default: op