This repository has been archived by the owner on Jun 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathplugin.yml
55 lines (55 loc) · 2.1 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
name: CommandSigns
main: com.hans.CommandSigns.CommandSigns
author: HansAnderson
version: 1.2.0
description: >
Add commands to signs.
commands:
commandsigns:
aliases:
description: CommandSigns commands.
usage: |
/commandsigns line<number> - Add a line to your CommandSign clipboard. Right click a sign to activate.
/commandsigns read - Right click a sign to read the CommandSign text.
/commandsigns copy - Copy a CommandSigns to your clipboard.
/commandsigns remove - Right click a sign to remove a CommandSign.
/commandsigns clear - Clear your CommandSign clipboard.
permissions:
CommandSigns.*:
description: Gives access to all CommandSigns commands
children:
CommandSigns.create.regular: true
CommandSigns.create.super: true
CommandSigns.remove: true
CommandSigns.use.regular: true
CommandSigns.use.super: true
CommandSigns.remove: true
CommandSigns.group.*: true
CommandSigns.create.*:
description: Gives access CommandSigns sign creation commands
children:
CommandSigns.create.regular: true
CommandSigns.create.super: true
CommandSigns.use.*:
description: Gives access to CommandSigns sign use
children:
CommandSigns.use.regular: true
CommandSigns.use.super: true
CommandSigns.create.regular:
description: Allows you to create a regular CommandSign
default: false
CommandSigns.create.super:
description: Allows you to create a super CommandSign
default: false
CommandSigns.remove:
description: Allows you to remove a CommandSign
default: false
CommandSigns.use.regular:
description: Allows you to use a regular CommandSign
default: false
CommandSigns.use.super:
description: Allows you to use a super CommandSign
default: false
CommandSigns.group.*:
description: Allows you to use all group commands
default: false