-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
66 lines (66 loc) · 1.91 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
name: PlayerUtils
main: me.creepysin.playerutils.Main
version: 1.1
api-version: 1.14
author: GitHub/Creepysin
website: https://github.com/Creepysin/PlayerUtils
description: A set of basic player utils.
commands:
playerutils:
description: The base home page of playerutils
usage: /<command> [version|about]
players:
description: Gets all online players
usage: /<command>
permission: playerutils.players
allplayers:
description: Gets every player who has joined the server
usage: /<command>
permission: playerutils.allplayers
ping:
description: Gets your or others ping
usage: /<command> [player]
permission: playerutils.ping
uuid:
description: Gets a player's uuid
usage: /<command> [player]
permission: playerutils.uuid
health:
description: Gets your or other health
usage: /<command> [player]
permission: playerutils.health
ops:
description: Gets all operators
usage: /<command>
permission: playerutils.ops
permissions:
playerutils.*:
description: Gives access to all of playerutils commands
children:
playerutils.players: true
playerutils.allplayers: true
playerutils.ping: true
playerutils.uuid: true
playerutils.health: true
playerutils.ops: true
playerutils.players:
description: Allows you to see you is online on the server
default: true
playerutils.allplayers:
description: Allows you to see anyone who has joined the server
default: op
playerutils.ping:
description: Allows you to see your ping
default: true
playerutils.ping.others:
description: Allows you to see others ping
default: op
playerutils.uuid:
description: Allows you to see someones uuid
default: op
playerutils.health:
description: Allows you to see your exact health
default: op
playerutils.ops:
description: Allows you to see all the ops the server has.
default: true