-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
34 lines (33 loc) · 1004 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
name: ShortIt
main: net.targetcraft.shortit.MainClass
version: 0.7
description: ShortIt
author: aman207
commands:
link:
description: General command for all of ShortIt's needs
permission: shortit.getlink
default: op
permissions:
shortit.*:
description: Gives access to all commands
children:
shortit.autoshort: true
shortit.getlink: true
shortit.admin: true
default: op
shortit.admin:
description: Allows the user ban, unban and view the users who have been banned from shortening URLs
default: op
shortit.short*:
description: Gives access to autoshort and getlink
children:
shortit.autoshort: true
shortit.getlink: true
default: op
shortit.autoshort:
description: Lets you auto shorten URLs in the chat
default: op
shortit.getlink:
description: Lets you short a URL using the command /link [url]
default: op