-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.yml
More file actions
55 lines (53 loc) · 1.65 KB
/
Copy pathplugin.yml
File metadata and controls
55 lines (53 loc) · 1.65 KB
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: JobUI
version: 2.4.0
api: 3.9.0
main: hamid0740\JobUI\Main
author: hamid0740
website: https://github.com/hamid0740/JobUI
depend: EconomyAPI
commands:
job:
description: Job UI command (By hamid0740)
usage: /job
permission: jobui.command.job
retire:
description: Retire command (To join a job use /job)
usage: /retire
permission: jobui.command.retire
permissions:
jobui.*:
description: Allows player to use all commands, all earning ways and join all of the jobs of JobUI plugin
default: op
jobui.job.*:
description: Allows player to join all of the jobs
default: op
jobui.command.job:
description: Allows player to use /job
default: true
jobui.command.retire:
description: Allows player to use /retire
default: true
jobui.earn.break:
description: Allows player to earn money by a breaking job
default: op
jobui.earn.place:
description: Allows player to earn money by a placing job
default: op
jobui.earn.hunter:
description: Allows player to earn money by a killing mobs job
default: op
jobui.earn.murderer:
description: Allows player to earn money by a killing players job
default: op
jobui.progress.break:
description: Allows player to increase the job progress by a breaking job
default: op
jobui.progress.place:
description: Allows player to increase the job progress by a placing job
default: op
jobui.progress.hunter:
description: Allows player to increase the job progress by a killing mobs job
default: op
jobui.progress.murderer:
description: Allows player to increase the job progress by a killing players job
default: op