-
Notifications
You must be signed in to change notification settings - Fork 17
/
plugin.yml
55 lines (55 loc) · 1.6 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
---
name: RankSystem
author: IvanCraft623
version: 1.1.3
main: IvanCraft623\RankSystem\RankSystem
api: "5.3.0"
softdepend:
- ScoreHud
permissions:
ranksystem.command:
default: true
description: "Access to RankSystem main command"
ranksystem.command.credits:
default: true
description: "See RankSystem credits"
ranksystem.command.create:
default: op
description: "Allow create ranks"
ranksystem.command.delete:
default: op
description: "Allow delete ranks"
ranksystem.command.edit:
default: op
description: "Allow edit ranks"
ranksystem.command.list:
default: op
description: "Allow see the list of ranks"
ranksystem.command.setrank:
default: op
description: "Allow set ranks to users"
ranksystem.command.removerank:
default: op
description: "Allow remove ranks from users"
ranksystem.command.setpermission:
default: op
description: "Allow set permissions to users"
ranksystem.command.removepermission:
default: op
description: "Allow remove permissions from users"
ranksystem.command.permissions:
default: op
description: "Allow see permissions from plugins or pocketmine"
ranksystem.command.manage:
default: op
description: "Allow open a form to manage RankSystem"
ranksystem.command.rankinfo:
default: op
description: "Allow see info about a rank"
ranksystem.command.userinfo:
default: op
description: "Allow see info about a user"
ranksystem.command.help:
default: true
description: "Allow see avaible RankSystem commands"
...