forked from poggit-orphanage/essentialsTP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
43 lines (43 loc) · 1.27 KB
/
plugin.yml
File metadata and controls
43 lines (43 loc) · 1.27 KB
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
name: essentialsTP
main: essentialsTP\essentialsTP
version: 1.2.2
api: [3.0.0]
extensions: [sqlite3]
commands:
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"
children:
essentialstp.command.*:
description: "Allows player to use commands"
default: op
children:
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: op
essentialstp.command.tpa:
description: "Allows player to teleport to another player"
default: true