-
Notifications
You must be signed in to change notification settings - Fork 7
/
plugin.yml
35 lines (34 loc) · 1.01 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
name: RankUp
main: RankUp\MainRankUp
version: 1.4
api: [3.12.0]
load: POSTWORLD
author: ecoron
description: rankup a player as vote reward, or after time playing on server
website: https://github.com/ecoron/RankUp
commands:
voteranks:
description: rankup a player as vote reward
usage: "/vr"
aliases: [vr, voteranks, vote]
permission: voteranks.command
timeranks:
description: check time to play for next rank
usage: "/tr"
aliases: [tr, timeranks]
permission: timeranks.command
jobranks:
description: list/choose jobranks
usage: "/job [list/start/stop] <jobrank>"
aliases: [job, jobranks, jr]
permission: jobranks.command
permissions:
voteranks.command:
description: "rankup a player as vote reward"
default: true
timeranks.command:
description: "check time to play for next rank"
default: true
jobranks.command:
description: "list or choose jobranks"
default: true