-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathplugin.yml
92 lines (72 loc) · 2.59 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
name: PrisonPearl
main: com.untamedears.PrisonPearl.PrisonPearlPlugin
version: 1.3
soft-depend: [PhysicalShop]
commands:
pplocate:
description: Locates your prison pearl
usage: /<command>
aliases: ppl
pplocateany:
description: Locates any prison pearl in the world
usage: /<command> player
permission: prisonpearl.locateany
ppfree:
description: Frees a prison pearl
usage: /<command> [player]
aliases: ppf
ppfreeany:
description: Frees any prison pearl in the world
usage: /<command> player
permission: prisonpearl.freeany
ppsummon:
description: Summons a player from their prison pearl, requiring them to stay within range of their pearl
usage: /ppsummon [player] [range]
aliases: pps
ppreturn:
description: Returns a summoned player back to their prison pearl
usage: /ppbanish [player]
aliases: ppr
ppkill:
description: Instantly kills a summoned player, sending them back to their prison pearl
usage: /ppkill [player]
aliases: ppk
ppsave:
description: Saves all prisonpearl related data to disk
usage: /ppsave
permission: prisonpearl.save
ppimprisonany:
description: Imprisons any player in the world
usage: /ppimprisonany player
permission: prisonpearl.imprisonany
ppbroadcast:
description: Broadcast your pplocate commands to another player
usage: /ppbroadcast player
alias: ppb
ppconfirm:
description: Confirm reception of pplocate commands from a player
usage: /ppconfirm [player]
ppsilence:
description: Silence reception of pplocate commands from player
usage: /ppsilence player
ppinfo:
description: Get information about player in a pearl
usage: /ppinfo [player]
alias: ppi
permissions:
prisonpearl.*:
description: Gives full access to PrisonPearl commands
default: op
children:
prisonpearl.locateany: true
prisonpearl.freeany: true
prisonpearl.imprisonany: true
prisonpearl.save: true
prisonpearl.locateany:
description: Allows user to use pplocateany to locate prison pearls other than his own
prisonpearl.freeany:
description: Allows user to use ppfreeany to free prison pearls he does not possess
prisonpearl.imprisonany:
description: Allows user to use ppimprisonany to imprison any player at will
prisonpearl.save:
description: Allows user to use ppsave command