-
Notifications
You must be signed in to change notification settings - Fork 0
Discord Integration
casqidev edited this page Jun 7, 2026
·
1 revision
MimiKoth gives the possibility of Integration to Discord, thus allowing you to send messages to a Discord channel with all the events, since it starts, announcement about the Scheduler, who dominates, etc. It is a great method to have all your users attentive and active.
discordsrv:
enabled: true
use-embeds: true
date-format: yyyy-MM-dd HH:mmIt also has a series of modules to activate or deactivate certain messages that will be sent.
events:
koth-start: true
koth-capture: true
koth-end: true
koth-winner: true
capture-start: true
capture-end: true
king-start: true
king-end: true
points-start: true
points-end: true
winner: true
scheduler-announcements: trueIn addition to that, giving the possibility of being able to edit the messages that will be sent, edit the embeds among many other things.
messages:
capture-start:
- Capture KOTH %koth_name% has started!
- 'Location: %location% | Time: %time%'
capture-end:
- Capture KOTH %koth_name% has ended!
... embeds:
koth-start:
enabled: true
title: KOTH - STARTED
description:
- A KOTH event has started.
color: GREEN
timestamp: true
thumbnail:
player-head: false
... koth-winner:
enabled: true
title: KOTH - COMPLETED
description:
- The KOTH event has a winner.
color: GOLD
timestamp: true
thumbnail:
player-head: true
player-head-url: https://mc-heads.net/avatar/%player%/128
url: ''
... scheduler-announcements:
enabled: true
title: UPCOMING KOTH EVENT
description:
- A scheduled KOTH event is coming soon.
color: BLUE
timestamp: true
thumbnail:
player-head: false
url: ''
footer:
text: MimiKoth
icon-url: ''
...