-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
34 lines (32 loc) · 956 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: ZeusMode
main: TheNewHEROBRINE\ZeusMode\Main
api: ["1.13.1", "2.0.0"]
version: 0.1.0
author: TheNewHEROBRINE
commands:
lightning:
usage: /lightning [<player>|<x> <y> <z>]
description: Command to strike a player by a lightning
permission: zeusmode.command.lightning
zeusmode:
usage: /zeusmode <on>|<off> [ticks]
description: When enabled lightnings will spawn on the player
permission: zeusmode.command.zeusmode
permissions:
zeusmode:
default: op
description: "Allows using all ZeusMode features"
children:
zeusmode.projectile:
default: op
description: "Allows you to spawn lightnings by arrows, snowballs etc"
zeusmode.command:
default: op
description: "Allows using all the commands"
children:
zeusmode.command.lightning:
default: op
description: "Allows using /lightning command"
zeusmode.command.zeusmode:
default: op
description: "Allows using /zeusmode command"