forked from LukeDarling/VoteReward
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
27 lines (27 loc) · 789 Bytes
/
plugin.yml
File metadata and controls
27 lines (27 loc) · 789 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
name: VoteReward
main: LDX\VoteReward\Main
version: 3.0.2
api: [1.12.0, 2.0.0]
author: LDX
website: "http://votereward.mcpe.me"
load: POSTWORLD
commands:
vote:
usage: "/vote"
description: "Checks to see if you've voted yet."
permission: votereward.command.vote
permissions:
votereward:
default: false
description: "Allows access to all VoteReward features."
children:
votereward.command:
default: false
description: "Allows access to all VoteReward commands."
children:
votereward.command.vote:
default: true
description: "Allows access to using the vote command."
votereward.command.reload:
default: op
description: "Allows access to the vote reload subcommand."