forked from poggit-orphanage/essentialsTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
142 lines (142 loc) · 4.71 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
name: essentialsTP
main: skyss0fly\essentialsTP\essentialsTP
version: 1.2.4
api: 5.0.0
extensions: [sqlite3]
author: skyss0fly
commands:
home:
description: Teleports you home /home will list homes /home <homename> will teleport you.
usage: "/home or /home <homename>"
permission: essentialstp.command.home
sethome:
description: Sets your home, use names for multiple homes.
usage: "/sethome <homename>"
permission: essentialstp.command.sethome
delhome:
description: Delete your selected home.
usage: "/delhome <homename>"
permission: essentialstp.command.delhome
back:
description: Teleports you to your last known death location.
usage: "/back"
permission: essentialstp.command.back
wild:
description: Teleport to a random location in the world.
usage: "/wild"
permission: essentialstp.command.wild
setspawn:
description: Sets world spawn point.
usage: "/setspawn"
permission: essentialstp.command.setspawn
spawn:
description: Teleports to world spawn point.
usage: "/spawn"
permission: essentialstp.command.spawn
warp:
description: Warps you to a location /warp will list warps /warp <warpname> will teleport you.
usage: "/warp or /warp <warpname>"
permission: essentialstp.command.tpahere
setwarp:
description: Sets a warp location.
usage: "/setwarp <warpname>"
permission: essentialstp.command.setwarp
delwarp:
description: Delete a warp location.
usage: "/delwarp <warpname>"
permission: essentialstp.command.delwarp
tpa:
description: Send teleport request to player to teleport you to player.
usage: "/tpa <player>"
permission: essentialstp.command.tpa
tpahere:
description: Send teleport request to teleport player to you.
usage: "/tpahere <player>"
permission: essentialstp.command.tpahere
tpaccept:
description: Accept a teleport request.
usage: "/tpaccept"
permission: essentialstp.command.tpaccept
tpdeny:
description: decline all active teleport requests.
usage: "/tpdeny"
permission: essentialstp.command.tpdeny
permissions:
essentialstp.*:
default: op
description: "Allows all essentialsTP commands"
essentialstp.command.*:
description: "Allows player to use commands"
default: op
essentialstp.command.tpdeny:
description: "Allows player to decline request"
default: true
essentialstp.command.tpaccept:
description: "Allows player to accept request"
default: true
essentialstp.command.tpahere:
description: "Allows player to teleport player to them"
default: true
essentialstp.command.tpa:
description: "Allows player to teleport to another player"
default: true
essentialstp.command.delwarp:
description: "Allows player to delete warps"
default: op
essentialstp.command.setwarp:
description: "Allows player to set warps"
default: op
essentialstp.command.warp:
description: "Allows player use warps"
default: true
essentialstp.command.setspawn:
description: "Allows player to set spawn for world"
default: op
essentialstp.command.spawn:
description: "Allows player use spawn command"
default: true
essentialstp.command.wild:
description: "Allows player to teleport to a random location in world"
default: true
essentialstp.command.back:
description: "Allows player go back to their last death location"
default: true
essentialstp.command.delhome:
description: "Allows player to delete their homes"
default: true
essentialstp.command.sethome:
description: "Allows player to set their homes"
default: true
essentialstp.command.home:
description: "Allows player to use the home command"
default: true
essentialstp.command.bedsethome:
description: "Allows player to set home with their bed"
default: true
essentialstp.command.sign.warp:
description: "Allows player to use warp signs"
default: true
essentialstp.command.sign.wild:
description: "Allows player to use wild signs"
default: op
essentialstp.command.sign.spawn:
description: "Allows player to use spawn signs"
default: true
essentialstp.command.sign.warp.create:
description: "Allows player to create warp signs"
default: op
essentialstp.command.sign.wild.create:
description: "Allows player to create wild signs"
default: op
essentialstp.command.sign.spawn.create:
description: "Allows player to create spawn signs"
default: op
essentialstp.command.sign.warp.break:
description: "Allows player to break warp signs"
default: op
essentialstp.command.sign.wild.break:
description: "Allows player to break wild signs"
default: op
essentialstp.command.sign.spawn.break:
description: "Allows player to break spawn signs"
default: op