

Velocity to Discord
Bot Setup for Integration
This plugin automatically sends player connection and disconnection notifications to your Discord server. Proper bot configuration is required for correct operation.
Obtaining Bot Token
The token serves as a unique identifier for your bot in the Discord system. To obtain it, follow these steps:
- Go to the Discord Developer Portal
- Select your created bot application
- In the "Bot" section, find the "Token" field and copy its value
Determining Channel ID
The channel ID is needed to specify which Discord channel will receive the notifications:
- Open Discord in your browser or application
- Navigate to the desired text channel
- Enable developer mode in settings
- Copy the channel ID through the context menu
Plugin Configuration
# Thank you for installing Velocity to Discord!
# Bug reports and suggestions can be submitted via the following links
# Discord: https://discord.gg/5sqbsmqd6K
# Github: https://github.com/Elysium-7/Velocity-to-Discord
# Do not modify this section
# Do not modify this section
configuration-version: 1.2
# Enter bot token
# Please insert a BotToken
token: ""
# Bot status in Discord: ONLINE, IDLE, DO_NOT_DISTURB
# Bot online status: ONLINE, IDLE, DO_NOT_DISTURB
online_status: ONLINE
# Channel ID for sending logs
# Enter the ID of the channel you want to send the log to
channel_id: 0
# Notification text configuration
# You can edit messages at server start/stop
start_message_text: "Server has started."
stop_message_text: "Server has stopped."
After filling in all required parameters in the configuration file, the plugin will automatically start sending notifications about player connection events to the specified Discord channel.