forked from truelinux/iFriend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
28 lines (28 loc) · 808 Bytes
/
plugin.yml
File metadata and controls
28 lines (28 loc) · 808 Bytes
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
name: iFriend
author: LilCrispy2o9/Angelo Vidrio
description: A Plugin To Manage FoE
version: 1.0.3
main: iFriend\Main
api: [1.10.0]
commands:
friend:
description: Use /friend help for all parameters
permission: friend.command.friend
unfriend:
description: Use /friend help for all parameters
permission: friend.command.unfriend
permissions:
friend:
default: false
description: "Allow use of all friend features"
children:
friend.command:
default: false
description: "Allow use of all friend commands"
children:
friend.command.friend:
default: true
description: "Allow use of friend command"
friend.command.unfriend:
default: true
description: "Allow use of unfriend command"