-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathplugin.yml
38 lines (35 loc) · 990 Bytes
/
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
name: MobLimiter
version: ${project.version}
description: Control the mob population
authors: ["Travis Watkins", "redwall_hp"]
softdepend: ["LogBlock"]
api-version: '1.20'
main: nu.nerd.moblimiter.MobLimiter
permissions:
moblimiter.*:
description: Access all commands
default: op
children:
moblimiter.reload: true
moblimiter.count: true
moblimiter.limits: true
moblimiter.check: true
moblimiter.spawners.bypass: true
moblimiter.reload:
description: Access to reload command
default: op
moblimiter.count:
description: Access to count command
default: op
moblimiter.limits:
description: Access to limits command
default: op
moblimiter.check:
description: Access to check command
default: op
moblimiter.spawners.bypass:
description: Able to replace the mob in a spawner
default: op
commands:
moblimiter:
description: Gives information about MobLimiter