-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
25 lines (23 loc) · 952 Bytes
/
plugin.yml
File metadata and controls
25 lines (23 loc) · 952 Bytes
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
name: Manhunt
version: 3.2
author: Schachi
api-version: 1.18
description: This is a manhunt plugin! Use runner player to start a game.
main: main.PluginInitializer
commands:
runner:
description: runner player1 [player2, ...] - Starts a new Manhunt!
addHunter:
description: addHunter [player] - Adds a new hunter to the currently running Manhunt!
addRunner:
description: addRunner [player] - Adds a new runner to the currently running Manhunt!
removePlayer:
description: removePlayer [player] - Removes a player from the currently running Manhunt!
compass:
description: compass - Drops the hunter a new compass, when executing this command!
heal:
description: heal [player] - Heals you or another player!
stopManhunt:
description: stopManhunt - Stops the currently running Manhunt!
updateRate:
description: updateRate [rate] - Shows or defines the number of ticks, until the compasses are updated again!