-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
65 lines (49 loc) · 1.27 KB
/
Copy pathplugin.yml
File metadata and controls
65 lines (49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: AtlanticCraft
version: 1.6
main: core.tpaCommand
author: Atlanticcraft
description: AtlanticCraft teleport command
commands:
tpa:
usage: /<command> <Player>
description: Send a tpa request
permission: ac.tpa
tpaccept:
usage: /<command>
description: Accept a tpa request
permission: ac.accept
tpdeny:
usage: /<command>
description: Decline a tpa request
permission: ac.deny
vote:
usage: /<command>
description: use to get voting information
permission: ac.vote
tphere:
usage: /<command>
description: teleport a player to you
permission: ac.tphere
softmute1:
usage: /<command>
description: softmute a player
permission: ac.softmute
ask:
usage: /<command> <msg>
description: ask moderators for help
permission: ac.ophelp
permissions:
ac.tpa:
default: true
ac.accept:
default: true
ac.deny:
default: true
ac.tphere:
default: true
ac.vote:
default: true
ac.softmute:
default: false
ac.ask:
default: true