-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathplugin.yml
35 lines (34 loc) · 1008 Bytes
/
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
name: SignEdit
version: 3.3.6
description: Ever made a mistake on a sign, and not wanted to take the sign down to fix it? Now you don't have to!
author: Timroden
authors: [ThundrRok, Cyprias]
website: http://dev.timroden.net/
main: net.timroden.signedit.SignEdit
database: false
commands:
signedit:
description: Allows you to edit a sign
aliases: [se]
permissions:
signedit.edit:
description: Allows you to use /signedit
default: false
signedit.colorsonplace:
description: Allows users to add colours to signs when placed
default: false
signedit.override:
description: Allows users to override protections.
default: op
children:
signedit.edit: true
signedit.colorsonplace: true
signedit.admin: true
signedit.admin:
description: Allows you to admin SignEdit
default: op
signedit.notify:
description: Notifies anyone with this when a SignEdit update is available
default: op
children:
signedit.edit: true