-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
29 lines (28 loc) · 803 Bytes
/
plugin.yml
File metadata and controls
29 lines (28 loc) · 803 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
main: thirtyvirus.uber.UberItems
version: 2.9
name: UberItems
api-version: 1.13
commands:
uber:
description: Main command for UberItems. Use /uber help for more info
permissions:
uber.user:
description: Allows player to use the plugin's user features
default: true
uber.admin:
description: Allows player to use the plugin's admin features
default: op
uber.item.*:
description: Allows player to use a specific UberItem
default: true
uber.rarity.*:
description: Allows player to use items of a certain rarity
children:
uber.rarity.common: true
uber.rarity.uncommon: true
uber.rarity.rare: true
uber.rarity.epic: true
uber.rarity.legendary: true
uber.rarity.mythic: true
uber.rarity.unfinished: true
default: true