-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
executable file
·70 lines (68 loc) · 2.37 KB
/
plugin.yml
File metadata and controls
executable file
·70 lines (68 loc) · 2.37 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: CookIt
main: net.aman207.cookit.CookIt
version: 1.1
description: CookIt allows you to easly exchange raw food and ores from your inventory, and change it into cook food and ores.
website: http://aman207.net/wiki
author: aman207
commands:
cook:
description: General command for CookIt's needs
aliases: [cooka, ore, food]
permissions:
cookit.*:
description: 'Master permission'
children:
cookit.food.*: true
cookit.ore.*: true
cookit.admin: true
default: op
cookit.food.*:
description: Permission to cook all foods
children:
cookit.food.chicken: true
cookit.food.beef: true
cookit.food.fish: true
cookit.food.pork: true
cookit.food.potato: true
cookit.ore.*:
description: Permission to cook all ores
children:
cookit.ore.diamond: true
cookit.ore.coal: true
cookit.ore.gold: true
cookit.ore.emerald: true
cookit.ore.iron: true
cookit.ore.lapis: true
cookit.ore.redstone: true
cookit.ore.quartz: true
cookit.ore.sand: true
cookit.admin:
description: 'Notifys users with this permission of a new update'
cookit.food.chicken:
description: 'Turns raw chicken into cooked chicken'
cookit.food.beef:
description: 'Turns beef into cooked beef'
cookit.food.fish:
description: 'Turns raw fish into cooked fish'
cookit.food.pork:
description: 'Turns raw pork into cooked pork'
cookit.food.potato:
description: 'Turns potato into cooked potato'
cookit.ore.diamond:
description: 'Turns diamond ore into diamond'
cookit.ore.coal:
description: 'Turns coal ore into coal'
cookit.ore.gold:
description: 'Turns gold ore into gold ingot'
cookit.ore.emerald:
description: 'Turns emerald ore into emerald'
cookit.ore.iron:
description: 'Turns iron ore into iron ingot'
cookit.ore.lapis:
description: 'Turns Lapis Lazuli ore into Lapis Luzali'
cookit.ore.redstone:
description: 'Turns redstone ore into redstone'
cookit.ore.quartz:
description: 'Turns quartz ore into quartz'
cookit.ore.sand:
description: 'Turns sand into glass'