-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
executable file
·30 lines (30 loc) · 1.09 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
name: Minigames
version: 1.13.2.2
main: Minigames.minigamesMain
description: Handles all lobbies, games, stats, commands and banning system. Stats commands must consider privacy and profilling issues. User should not be able to access too much info about other users. All admin requests should be recorded.
api-version: 1.16
commands:
hide:
usage: /<command>
description: Allows the player to join the hide and seek lobby
hsmap:
usage: /<command>
description: Allows Mapmakers to manage Hide and Seek maps
rr:
usage: /<command>
description: Allows GameMakers to manually start and end River Race games
rrmap:
usage: /<command>
description: Allows Mapmakers to manage River Race maps
rrgrid:
usage: /<command>
description: Allows Mapmakers to manage River Race start grids
rrcheck:
usage: /<command>
description: Allows Mapmakers to add checkpoints to River Race maps
lobbys:
usage: /<command>
description: Allows devs to manage lobbies
depend:
- Multiverse-Core
- DiscordSRV