-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
56 lines (55 loc) · 1.9 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
56
name: RealisticFlashlight
main: nl.patrickdruart.realisticFlashlight.FlashlightPlugin
version: 1.1
api-version: 1.13
author: MrCrackerplays
description: A realistic flashlight plugin
depend: [TabuuCore, LightAPI]
commands:
flashlight:
aliases: [fl]
permission: "flashlight.command.help"
usage: "/flashlight help"
flashlight help:
permission: "flashlight.command.help"
usage: "/flashlight help"
flashlight set:
permission: "flashlight.command.set"
usage: "/flashlight set <name>"
flashlight remove:
permission: "flashlight.command.remove"
usage: "/flashlight remove <name>"
flashlight get:
permission: "flashlight.command.get"
usage: "/flashlight get [name]"
flashlight reload:
permission: "flashlight.command.reload"
usage: "/flashlight reload [configs/flashlights]"
flashlight edit:
permission: "flashlight.command.edit"
usage: "/flashlight edit <name> <stat> <value>"
permissions:
flashlight.passthrough:
description: Allows light of flashlights to go past this player when pointed at them
default: false
flashlight.command.help:
description: Allows the use of the base flashlight command
default: true
flashlight.command.set:
description: Allows the use of the set flashlight command
default: op
flashlight.command.remove:
description: Allows the use of the remove flashlight command
default: op
flashlight.command.get:
description: Allows the use of the get flashlight command
default: op
flashlight.command.reload.configs:
description: Allows the use of the reload configs command
default: op
flashlight.command.reload.flashlights:
description: Allows the use of the reload flashlights command
default: op
flashlight.command.edit:
description: Allows the use of the edit flashlight command
default: op