-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconf.yml
More file actions
61 lines (61 loc) · 1.73 KB
/
conf.yml
File metadata and controls
61 lines (61 loc) · 1.73 KB
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
plugin:
name: WidgetBot
identifier: widgetbot
description: "Discord, right from your site"
flags:
- hasInstallScript
- hasRemovalScript
- hasUpdateScript
version: 1.0.0
target: v2
author:
- NaysKUtzu
icon: "https://widgetbot.io/logo.svg"
requiredConfigs:
- server_id
- channel_id
dependencies:
- php-ext=pdo
config:
- name: server_id
display_name: "Your discord server id!"
type: text
description: "Make sure you also invite the bot before: https://add.widgetbot.io/"
required: true
validation: {}
default: "1399372922480492608"
- name: channel_id
display_name: "Channel ID"
type: text
description: "The id of the channel you want to display!"
required: true
validation: {}
default: "1418278137975799868"
- name: crate_color
display_name: "Crate Button Color"
type: text
description: "Optional: Hex color for the WidgetBot crate button (e.g. #5865F2)."
required: false
validation: {}
default: ""
- name: crate_location_vertical
display_name: "Crate Vertical Location"
type: text
description: "Optional: Vertical location for the crate button: 'top', 'bottom' or a number."
required: false
validation: {}
default: "bottom"
- name: crate_location_horizontal
display_name: "Crate Horizontal Location"
type: text
description: "Optional: Horizontal location for the crate button: 'left', 'right' or a number."
required: false
validation: {}
default: "left"
- name: crate_notifications
display_name: "Enable Crate Notifications"
type: text
description: "Optional: Enable WidgetBot crate message notifications (true/false)."
required: false
validation: {}
default: "true"