-
Notifications
You must be signed in to change notification settings - Fork 61
/
plugin.yml
153 lines (153 loc) · 5.43 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
main: me.armar.plugins.autorank.Autorank
name: Autorank
url: http://dev.bukkit.org/bukkit-plugins/autorank/
version: ${project.version}
authors: [Staartvin, Armarr]
softdepend: [ Vault, GroupManager, Privileges, bPermissions, PermissionsEx, PermissionsBukkit, DroxPerms,
PowerfulPerms, mcMMO, Factions, afkTerminator, OnTime, RoyalCommands, UltimateCore, Statz,
AdvancedAchievements, BattleLevels, Jobs, RPGme, uSkyBlock, WorldEdit, WorldGuard, AcidIsland,
ASkyBlock, GriefPrevention, Essentials, Quests, PlayerPoints, Votifier, CMI, UhcStats, Towny, McRPG,
PlaceholderAPI, AureliumSkills ]
description: Reward players based on their stats.
api-version: 1.13
commands:
autorank:
description: Master command of AutoRank
usage: Autorank is disabled. Check your server.log!
aliases: [ar]
permissions:
autorank.check:
description: Allows checking the recommended rank.
default: true
autorank.checkothers:
description: Allows checking the recommended rank of other players.
default: op
autorank.leaderboard:
description: Allows looking at the leaderboards.
default: true
autorank.exclude:
description: Excludes groups or users from the autorank checks.
default: false
autorank.timeexclude:
description: Excludes groups or users from the playtime updates.
default: false
autorank.set:
description: Allows changing playtime of any player
default: op
autorank.add:
description: Allows adding to playtimes.
default: op
autorank.remove:
description: Allows substracting from playtimes.
default: op
autorank.debug:
description: Displays debugging information.
default: op
autorank.reload:
description: Allows reloading the config.
default: op
autorank.import:
description: Allows importing old storage.
default: op
autorank.archive:
description: Allows a player to archive old storage.
default: op
autorank.noticeonupdate:
description: When a new update is available, Autorank will tell all players with this permission that a new version is available.
default: op
autorank.sync:
description: Allows a player to do /ar sync
default: op
autorank.syncstats:
description: Allows a player to do /ar syncstats
default: op
autorank.complete:
description: Allows a player to do /ar complete
default: op
autorank.forcecheck:
description: Allows a player to forcecheck another player
default: op
autorank.noticeonwarning:
description: Allows a player to see warnings when problems occur with Autorank.
default: op
autorank.convert.playerdata:
description: Allows a player to convert the playerdata to UUID format.
default: op
autorank.convert.data:
description: Allows a player to convert the storage.yml to UUID format.
default: op
autorank.help:
description: Allows a player to view a list of commands
default: true
autorank.leaderboard.exclude:
description: Exempts a player from the leaderboard.
default: false
autorank.leaderboard.broadcast:
description: Allows a player to broadcast the leaderboard.
default: op
autorank.leaderboard.force:
description: Allows a player to force-update the leaderboard.
default: op
autorank.track:
description: Allows a player to view their requirement progress.
default: true
autorank.gset:
description: Allows changing global playtime of players.
default: op
autorank.hooks:
description: Allows viewing the available hooks for Autorank
default: op
autorank.gcheck:
description: Allows checking global time.
default: op
autorank.gadd:
description: Allows adding global time.
default: op
autorank.view:
description: Allows previewing ranking paths before choosing
default: true
autorank.choose:
description: Allows choosing ranking paths
default: true
autorank.times.self:
description: Allows checking your own time statistics.
default: true
autorank.times.others:
description: Allows checking time statistics of other players.
default: op
autorank.convert.simpleconfig:
description: Allows a player to convert storage from SimpleConfig to Paths
default: op
autorank.convert.advancedconfig:
description: Allows a player to convert storage from AdvancedConfig to Paths
default: op
autorank.backup.data:
description: Allows a player to backup storage files
default: op
autorank.deactivate:
description: Allows a player to deactivate a path
default: true
autorank.info.self:
description: Allows a player to view their own info.
default: true
autorank.info.others:
description: Allows a player to view info of other players.
default: op
autorank.editor.path.assign:
description: Allows a player to assign a path to another player
default: op
autorank.editor.path.assign.force:
description: Allows a player to assign a path to another player by force
default: op
autorank.editor.path.unassign:
description: Allows a player to unassign a path from another player
default: op
autorank.editor.complete.requirement:
description: Allows a player to complete a requirement for a path from another player.
default: op
autorank.editor.complete.path:
description: Allows a player to complete a path for another player.
default: op
autorank.migrate:
description: Allows a player to migrate data from another plugin to Autorank
default: op