-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
executable file
·35 lines (35 loc) · 1.09 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: PocketMusic
version: 0.2.0
main: mcpepc\pocketmusic\PocketMusic
api:
- 3.0.0
# - 4.0.0
description: Music player for PocketMine-MP
author: MCPE_PC
permissions:
pocketmusic:
default: true
description: Allows using all the PocketMusic things
children:
pocketmusic.command:
default: true
description: Allows using all the PocketMusic commands
children:
pocketmusic.command.pocketmusic:
default: true
description: Allows controlling PocketMusic
children:
pocketmusic.command.pocketmusic.user:
default: true
description: Allows the user to control PocketMusic
pocketmusic.command.pocketmusic.admin:
default: op
description: Allows the user to configure PocketMusic
pocketmusic.command.playsound:
default: op
description: Allows playing a sound to any players
pocketmusic.command.stopsound:
default: op
description: Allows stopping a sound to any players
...