-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
34 lines (31 loc) · 849 Bytes
/
plugin.yml
File metadata and controls
34 lines (31 loc) · 849 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
26
27
28
29
30
31
32
33
34
name: ArcaneBot
version: 1
author: Morios / Mark Talrey
description: Morios' Homunculus. Get it? Because it's Arcane?...
main: golem.ArcaneBotPlugin
commands:
golem:
description: Main command for the Bot.
golem calc:
description: Solves a math problem.
usage: "golem calc <expression> (see Java's Math page)"
golem order:
description: Runs a console command.
usage: "golem order <command> (ex: 'say hi')"
permissions:
golem.*:
description: Masters of the bot.
default: op
children:
golem.wake: true
golem.order: true
golem.calc: true
golem.wake:
description: who can activate the bot.
default: op
golem.order:
description: who can issue commands through the bot.
default: op
golem.calc:
description: who can ask the golem for number crunching.
default: true