forked from weinberg/Actor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
96 lines (95 loc) · 3.07 KB
/
Copy pathplugin.yml
File metadata and controls
96 lines (95 loc) · 3.07 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
name: Actor
main: com.insofar.actor.ActorPlugin
version: 0.10
website: http://dev.bukkit.org/server-mods/actor/
description: >
Actor Plugin by Joshua Weinberg
softdepend: [Vault]
commands:
actor:
description: Root command for ActorPlugin
usage: /actor
permissions:
Actor.*:
description: Gives access to all Actor commands and permissions
default: op
children:
Actor.command.record: true
Actor.command.cut: true
Actor.command.hire: true
Actor.command.dub: true
Actor.command.fire: true
Actor.command.action: true
Actor.command.actionrec: true
Actor.command.loop: true
Actor.command.reset: true
Actor.command.rename: true
Actor.command.troupe: true
Actor.command.saveactor: true
Actor.command.savescene: true
Actor.command.loadactor: true
Actor.command.loadscene: true
Actor.command.*:
description: Gives access to all Actor commands
default: op
children:
Actor.command.record: true
Actor.command.cut: true
Actor.command.hire: true
Actor.command.dub: true
Actor.command.fire: true
Actor.command.action: true
Actor.command.actionrec: true
Actor.command.loop: true
Actor.command.reset: true
Actor.command.rename: true
Actor.command.troupe: true
Actor.command.saveactor: true
Actor.command.savescene: true
Actor.command.loadactor: true
Actor.command.loadscene: true
Actor.command.record:
description: Allows user to use record command
default: op
Actor.command.cut:
description: Allows user to use cut command
default: op
Actor.command.hire:
description: Allows user to use hire command
default: op
Actor.command.dub:
description: Allows user to use dub command
default: op
Actor.command.fire:
description: Allows user to use fire command
default: op
Actor.command.action:
description: Allows user to use action command
default: op
Actor.command.actionrec:
description: Allows user to use actionrec command
default: op
Actor.command.loop:
description: Allows user to use loop command
default: op
Actor.command.rename:
description: Allows user to use rename command
default: op
Actor.command.reset:
description: Allows user to use reset command
default: op
Actor.command.troupe:
description: Allows user to use troupe command
default: op
Actor.command.saveactor:
description: Allows user to use saveactor command
default: op
Actor.command.savescene:
description: Allows user to use savescebe command
default: op
Actor.command.loadactor:
description: Allows user to use loadactor command
default: op
Actor.command.loadscene:
description: Allows user to use loadscene command
default: op