-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.yml
35 lines (32 loc) · 910 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
name: SeeDevice
main: Palente\SeeDevice\SeeDevice
author: Palente
api: 3.0.0
version: 1.1.0
description: "More easy to get the Device/OS of a Player"
website: "https://github.com/Palente"
commands:
seedevice:
description: "See The device of a player"
permission: SeeDevice.command.sd
usage: "/seedevice [player]"
fakeos:
description: "Change the device"
permission: SeeDevice.command.fakeos
usage: "/fakeos <player-self> <name_of_device>"
permissions:
SeeDevice.*:
default: op
description: Allows to control all of Available thing
children:
SeeDevice.command.*:
default: op
description: Allows to use all of commands
children:
SeeDevice.command.sd:
default: op
description: Allows to see a the device of a player
SeeDevice.command.fakeos:
default: op
description: Allows to edit the device of a Player
#with yamllint.com