-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
76 lines (69 loc) · 2.07 KB
/
Copy pathREADME.txt
File metadata and controls
76 lines (69 loc) · 2.07 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
66
67
68
69
70
71
72
73
74
75
76
Supports multiverse multiple world teleports
Commands:
Create
Parameters in <> are required.
Parameters in [] are optional.
A parameter split with a | is an alias, either one can be used (but only one at a time)
/wps <add|create> <name> [world] [x] [y] [z]
/waypoints <add|create> <name> [world] [x] [y] [z]
Permissions:
Any of the following permissions will allow the use of this command
waypoints.add
waypoints.create
Examples:
/wps add home
Creates a waypoint called home at current location
/wps create home homeWorld 0 0 0
Creates a waypoint called home at x:0 y:0 z:0
Delete
Parameters in <> are required.
Parameters in [] are optional.
A parameter split with a | is an alias, either one can be used (but only one at a time)
/wps <delete|remove> <name>
/waypoints <delete|remove> <name>
Permissions:
Any of the following permissions will allow the use of this command
waypoints.delete
waypoints.remove
Examples:
/wps delete home
Deletes the waypoint called home
/wps remove home
Deletes the waypoint called home
Go
Parameters in <> are required.
Parameters in [] are optional.
A parameter split with a | is an alias, either one can be used (but only one at a time)
/wps go <name>
/waypoints go <name>
Permissions:
waypoints.go
Examples:
/wps go home
Teleports the player to the waypoint called home
List
Parameters in <> are required.
Parameters in [] are optional.
A parameter split with a | is an alias, either one can be used (but only one at a time)
/wps list [world <world name> |page <#>]
/waypoints list [world <world name> |page <#>]
Permissions:
waypoints.list
Examples:
/wps list
Lists all waypoints that exist
/wps list world homeworld
Lists all waypoints that exist on the world homeworld
/wps list page 2
Lists waypoints in a page format starting on page two
Return
Parameters in <> are required.
Parameters in [] are optional.
A parameter split with a | is an alias, either one can be used (but only one at a time)
/wps return
/waypoints return
Permissions:
waypoints.return
Examples:
/wps return
Teleports the player to location before the last go command