This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
plugin.yml
41 lines (41 loc) · 1.46 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
name: GunSmith
main: com.kraken.gunsmith.GunSmith
version: 1.9.4.1 (EpiCenter)
commands:
guns:
description: Controls the GunSmith plugin, and opens a GUI for gun selection.
usage: /<command> <argument>
giveGun:
description: Give GunSmith a gun.
usage: /<command> <gunName/id>
giveAmmo:
description: Give GunSmith ammunition.
usage: /<command> <ammoName>
giveArmor:
description: Give GunSmith armor. (Not yet functional)
usage: /<command> <ammoName>
giveGrenade:
description: Give GunSmith grenades. (Not yet functional)
usage: /<command> <ammoName>
permissions:
gunsmith.*:
description: Permission for all GunSmith commands.
children:
gunsmith.guns: true
gunsmith.shoot: true
gunsmith.craft: true
gunsmith.explosives: true
gunsmith.orbital: true
gunsmith.give: true
gunsmith.guns:
description: Permission to use the GunSmith GUI.
gunsmith.shoot:
description: Permission to fire GunSmith weapons.
gunsmith.craft:
description: Permission to craft GunSmith custom recipes.
gunsmith.explosives:
description: Permission to use explosive GunSmith weapons (RPG).
gunsmith.orbital:
description: Permission to fire the orbital weapon from GunSmith.
gunsmith.give:
description: Perimission to give GunSmith weapons and ammo via command.