-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
68 lines (66 loc) · 1.97 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
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
name: EzTutorial
main: me.smurfy129.tutorial.Main
softdepend: [Vault]
version: 3.1
description: Make tutorials easily for your server players to use and learn from!
commands:
tutorial:
description: General tutorial command
tut:
description: General tutorial command
t:
description: General tutorial command
permissions:
tutorial.*:
description: Use all EzTutorial commands.
children:
tutorial.help: true
tutorial.list: true
tutorial.new: true
tutorial.deltutorial: true
tutorial.dellocation: true
tutorial.setlocation: true
tutorial.start: true
tutorial.start.player: true
tutorial.start.sign: true
tutorial.start.npc: true
tutorial.user:
description: Use all the user commands/features.
children:
tutorial.list: true
tutorial.help: true
tutorial.start: true
tutorial.start.sign: true
tutorial.start.npc: true
tutorial.help:
description: Allows the player to use the help command.
default: op
tutorial.reload:
description: Allows the player to use the reload command.
default: op
tutorial.list:
description: Allows the player to use the list command.
default: op
tutorial.new:
description: Allows the player to use the new command.
default: op
tutorial.delete.tutorial:
description: Allows the player to use the deltutorial command.
default: op
tutorial.delete.location:
description: Allows the player to use the dellocation command.
default: op
tutorial.set.location:
description: Allows the player to use the setlocation command.
default: op
tutorial.start:
description: Allows the player to use the start command.
default: op
tutorial.start.sign:
description: Allows the player to use start signs.
default: op
tutorial.start.player:
description: Allows the player to use the startplayer command.
default: op
tutorial.start.npc:
description: Allows the player to use the start npcs.