Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Latest commit

 

History

History
71 lines (45 loc) · 3.14 KB

skyblock-events.md

File metadata and controls

71 lines (45 loc) · 3.14 KB

SkyBlock Events

SkyKings has the ability to notify you when an event is coming up by sending a message in a channel of your choice.

This guide will show you how to configure it.

You will need the manage server permission.

Setting an Event Channel

To get these messages, you must specify what channel you want them in. To do this, simply edit the EVENT_CHANNEL configuration setting.

image

The bot will then send messages to the channel whenever an event is:

  • 30 minutes away,
  • 10 minutes away,
  • 5 minutes away,
  • Happening now.

Configuring the Events

The bot allows you to configure a set of settings for each individual event. The settings are as follows:

  • Whether the event is enabled/disabled,
  • The role to ping when the event is sent,
  • The times to send the event (30 minutes, 10 minutes, 5 minutes, at the time of the event)

These settings can be modified with the config events command.

Enabling/Disabling events

Disabling an event simply tells the bot to not send a message when that event occurrs. For example, if you don't want to recieve alerts for the Dark Auction, you can simply disable them.

To do so, you will need the event's ID. You can obtain this with the config events command.

To disable an event, simply run the config events disable command with the event's ID.

image

To enable an event, simply run the config events enable command with the event's ID.

image

Ping Roles

Configuring a ping role tells the bot to ping the set role whenever an alert for the specified event is sent.

To configure this, you will need the event's ID. You can obtain this with the config events command.

To set a ping role, run the config events set-ping command with the event ID and the role to ping.

You do not have to mention the role, you can use the role's name or ID.

image

To remove a ping role, simply don't provide the role parameter.

image

When to Recieve Alerts

You can configure if you want an alert:

  • 30 minutes before the event (30),
  • 10 minutes before the event (10),
  • 5 minutes before the event (5),
  • At the time of the event (0).

To configure this, you will need the event's ID. You can obtain this with the config events command.

To add an alert time, run the config events add-alert command with the event's ID and the alert. (30, 10, 5, or 0)

image

To remove an alert time, run the config events remove-alert command with the event's ID and the alert. (30, 10, 5, or 0)

image