-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.yml
50 lines (50 loc) · 2.44 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
name: GuessTheNumber
version: 3.2.0
api: [4.0.0]
author: SalmonDE
main: SalmonDE\GuessTheNumber\Main
extensions:
- yaml
- gmp
description: Chat games about simple maths and guessing
permissions:
guessthenumber:
description: Main permission node
children:
guessthenumber.play:
default: true
children:
guessthenumber.play.randomint:
description: Permission to take part in a random integer game
guessthenumber.play.exponent:
description: Permission to take part in an exponent game
guessthenumber.play.addition:
description: Permission to take part in an addition game
guessthenumber.play.subtraction:
description: Permission to take part in a subtraction game
guessthenumber.play.multiplication:
description: Permission to take part in a multiplication game
guessthenumber.play.division:
description: Permission to take part in a division game
guessthenumber.play.factorial:
description: Permission to take part in a factorial game
guessthenumber.cmd:
children:
guessthenumber.cmd.randomint:
description: Permission to start a random integer game
guessthenumber.cmd.exponent:
description: Permission to start an exponent game
guessthenumber.cmd.addition:
description: Permission to start an addition game
guessthenumber.cmd.subtraction:
description: Permission to start a subtraction game
guessthenumber.cmd.multiplication:
description: Permission to start a multiplication game
guessthenumber.cmd.division:
description: Permission to start a division game
guessthenumber.cmd.factorial:
description: Permission to start a factorial game
guessthenumber.cmd.solution:
description: Permission to get the solution of the current game
guessthenumber.cmd.abort:
description: Permission to abort the current game