-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.yml
More file actions
39 lines (38 loc) · 1.11 KB
/
plugin.yml
File metadata and controls
39 lines (38 loc) · 1.11 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
name: FramePicture
version: 1.8.7
author: Howaner, m0bY_czE
website: http://howaner.de
description: You can set Pictures in Frames
depend: [ProtocolLib]
softdepend: [Vault,WorldGuard,Multiverse-Core]
main: de.howaner.FramePicture.FramePicturePlugin
commands:
FramePicture:
description: FramePicture Command
usage: /<command> <set/multiset/get/reload>
aliases: [fp]
permissions:
FramePicture.*:
description: Give all Permissions for FramePicture
children:
FramePicture.set: true
FramePicture.multiset: true
FramePicture.get: true
FramePicture.reload: true
FramePicture.ignoreWorldGuard: true
default: op
FramePicture.set:
description: Permission to place a Picture in a Frame
default: op
FramePicture.multiset:
description: Permission to create a Picture Wand
default: op
FramePicture.get:
description: Permission to show Infos from a Frame
default: true
FramePicture.reload:
description: Permission to reload the FramePicture config
default: op
FramePicture.ignoreWorldGuard:
description: Ignore WorldGuard Check
default: op