summaryrefslogtreewikicommitdiff
path: root/.wiki/5-Commands.md
blob: f0a26801b25ff06bb1b59e2af30dba2bb0831875 (plain)
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
### About
Get information about the plugin
```
Usage: /hs about
Permission: hs.about
```

### Map Add
Adds a map to the plugin
```
Usage: /hs map add <name>
Permission hs.map.add
```

### Map Remove
Removes a map from the plugin
```
Usage: /hs map remove <name>
Permission hs.map.remove
```

### Map List 
Lists all maps
```
Usage: /hs map list
Permission hs.map.list
```

### Map GoTo
Goes to a spawn point on a map
```
Usage: /hs map goto <name> <point>
Permission hs.map.goto
```

### Map Debug
Gives a debug menu for a map
```
Usage: /hs map debug <name>
Permission hs.map.debug
```

### Map Save
Creates a map save for a map
```
Usage: /hs map save <name>
Permission hs.map.save
```

### Map Status
Tells what checks fail for a given map
```
Usage: /hs map status <map>
Permission hs.map.status
```

### Map Set Spawn
Sets the global spawn for a map
```
Usage: /hs map set spawn <name>
Permission hs.map.set.spawn
```

### Map Set Lobby
Sets the lobby point for a map
```
Usage: /hs map set lobby <name>
Permission hs.map.set.lobby
```

### Map Set Seeker Lobby
Sets the seeker lobby/waiting area for a map
```
Usage: /hs map set seekerlobby <name>
Permission hs.map.set.seekerlobby
```

### Map Set Bounds
Sets one of the bounds coordinates at a given position for a map
```
Usage: /hs map set bounds <name>
Permission hs.map.set.bounds
```

### Map Set Border
Set the world border data for a map
```
Usage: /hs map set border <name> <*size> <*delay> <*move>
Permission hs.map.set.border
```

### Map Blockhunt Enabled
Sets if blockhunt is enabled on a given map
```
Usage: /hs map blockhunt enabled <name> <true/false>
Permission hs.map.blockhunt.enabled
```

### Map Blockhunt Blocks Add 
Adds a block to a maps blockhunt block choice
```
Usage: /hs map blockhunt blocks add <name> <block>
Permission hs.map.blockhunt.blocks.add
```
### Map Blockhunt Blocks Remove 
Remove a block from a maps blockhunt block choice
```
Usage: /hs map blockhunt blocks remove <name> <block>
Permission hs.map.blockhunt.blocks.remove
```
### Map Blockhunt Blocks List 
List a maps blockhunt blocks
```
Usage: /hs map blockhunt blocks list <name>
Permission hs.map.blockhunt.blocks.list
```

### World Create
Create a new world on the server
```
Usage: /hs world create <name> <type>
Permission hs.world.create
```

### World Delete 
Delete a world on the server
```
Usage: /hs world delete <name>
Permission hs.world.delete
```

### World List 
List all worlds on the server
```
Usage: /hs world list
Permission hs.world.list
```

### World TP
Teleport to the other world
```
Usage: /hs world tp <name>
Permission hs.world.tp
```

### Confirm
Confirm a prompt from another command
```
Usage: /hs confirm
Permission hs.confirm
```

### Help
Get the commands for the plugin
```
Usage: /hs help
Permission: hideandseek.help
```

### Join
Joins the lobby if game is set to manual join/leave
```
Usage: /hs join
Permission: hideandseek.join
```

### Leave
Leaves the lobby if game is set to manual join/leave
```
Usage: /hs leave
Permission: hideandseek.leave
```

### Reload
Reloads the config files
```
Usage: /hs reload
Permission: hideandseek.reload
```

### Send 
Send the game lobby to another map
```
Usage: /hs send <name>
Permission hs.send
```

### Set Exit
Sets the hide and seek exit location to current position and world.
```
Usage: /hs setExit
Permission: hideandseek.setexit
```

### Start
Starts the hide and seek game for those in the lobby. You can also manually select a seeker.
```
Usage: /hs start <seeker>
Permission: hideandseek.start
```

### Stop
Force stop the hide and seek game, and return players to lobby.
```
Usage: /hs stop
Permission: hideandseek.stop
```

### Top
Gets the top players in the server
```
Usage: /hs top <page>
Permission: hideandseek.top
```

### Wins
Get the win information for yourself or another player
```
Usage: /hs wins <player>
Permission: hideandseek.wins
```