-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.yml
92 lines (92 loc) · 2.48 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: VoxelTour
main: com.thevoxelbox.tour.VoxelTour
version: 1.01
website: http://thevoxelbox.com
author: Deamon
description: Tours!
commands:
voxeltour:
description: Test
usage: |
/<command>
Example: /<command>
createtour:
description: creates a new tour
usage: |
/<command>
Example: /<command> <name>
setfocus:
description: Selects a tour for modification
usage: |
/<command>
Example: /<command> <TourName>
deletetour:
description: Deletes the specified tour
usage: |
/<command>
Example: /<command> <TourName>
addpoint:
description: Adds a point to the seletced tour (using your current location)
usage: |
/<command>
Example: /<command> <pointName>
deletepoint:
description: Deletes the specified point from the seletced tour
usage: |
/<command>
Example: /<command> <pointName>
setmessage:
description: Sets the message of the last TourPoint placed
usage: |
/<command>
Example: /<command> <message>
setmessagebyindex:
description: Sets the message of the specified Point (by numerical index)
usage: |
/<command>
Example: /<command> <index> <message>
listtours:
description: Lists avaliable tours
usage: |
/<command>
Example: /<command>
listpoints:
description: Lists the points in your selected tour
usage: |
/<command>
Example: /<command>
savetours:
description: Saves tours; It is suggested to use this after modifing tours incase of server crashes.
usage: |
/<command>
Example: /<command>
loadtours:
description: Loads tours
usage: |
/<command>
Example: /<command>
starttour:
description: Starts you on the specified tour
usage: |
/<command>
Example: /<command> <tourName>
endtour:
description: Ends the tour your currently in
usage: |
/<command>
Example: /<command>
nextlocation:
description: Takes you to the next location in the tour
usage: |
/<command>
Example: /<command>
nextloc:
description: Takes you to the next location in the tour
usage: |
/<command>
Example: /<command>
nextpoint:
description: Takes you to the next location in the tour
usage: |
/<command>
Example: /<command>