
Velocity to Discord
ArchivedForward Velocity join/left logs to a specific Discord channel. | My first project.
Compatibility
Minecraft: Java Edition
Platforms
Links
Creators
Details
ใใฎใใฉใฐใคใณใฎ้็บใฏ็ตไบใใพใใใ ๅฅใฎใใฉใฐใคใณใซใฆใใใใใฎๆฉ่ฝใๅฎ่ฃ ใใใใใใใพใใใ
Development of this plugin has been completed. Another plugin may implement these features.
ใใ่ฉณ็ดฐใชBotใปใใใขใใๆนๆณใซใคใใฆใฏใDiscordใฎๅ ฌๅผใตใคใใๅ็ งใใฆใใ ใใใ
For more detailed information on how to set up a bot, see the official Discord website.
๐ค Bot่จญๅฎใฌใคใ
ใใฎใฌใคใใงใฏใใใใใฎๅบๆฌ็ใช่จญๅฎๆนๆณใ่ชฌๆใใพใใไปฅไธใฎ2ใคใฎไธป่ฆใชในใใใใซๅพใฃใฆ่จญๅฎใ่กใฃใฆใใ ใใใ
1๏ธโฃ ใใใใใผใฏใณใฎ่จญๅฎ
ใใใใๆไฝใใใใใซใฏใๆญฃใใใใผใฏใณใๅฟ
่ฆใงใใใใฎใใผใฏใณใฏใใใใฎ่ญๅฅๅญใจใใฆๆฉ่ฝใใAPIใขใฏใปในใฎ้ใซไฝฟ็จใใใพใใ
ๆ้ :
- Discord Developer Portal ใซใขใฏใปในใใพใใ
- ไฝๆใใใใใใ้ธๆใใ
TOKENใปใฏใทใงใณใซ็งปๅใใพใใ Copyใใฟใณใใฏใชใใฏใใฆใใผใฏใณใใณใใผใใ้ฉๅใชๅ ดๆใซใใผในใใใพใใ
2๏ธโฃ ใใฃใณใใซIDใฎ่จญๅฎ
ใใฃใณใใซIDใฏใ็นๅฎใฎDiscordใใฃใณใใซใ่ญๅฅใใใใใฎใใฎใงใใ
ๆ้ :
- Discordใฏใฉใคใขใณใใ้ใใพใใ
่จญๅฎ > ใใใใฏใฎ่ฉณ็ดฐใ้ธๆใใฆใ็นๅฎใฎใใฃใณใใซใฎIDใ่กจ็คบใใพใใ- ่กจ็คบใใใIDใใณใใผใใๅฟ ่ฆใชๅ ดๆใซใใผในใใใพใใ
๐ค Bot Configuration Guide
This guide will walk you through the basic steps of setting up your bot. Please follow the two main steps outlined below.
1๏ธโฃ Setting Up Your Bot Token
The bot token acts as an identifier for your bot and is used for API access.
Steps:
- Go to the Discord Developer Portal.
- Select your created bot and navigate to the
TOKENsection. - Click the
Copybutton to copy the token and paste it in the appropriate place.
2๏ธโฃ Configuring Channel ID
The Channel ID serves as an identifier for a specific Discord channel.
Steps:
- Open your Discord client.
- Select
Settings > Advancedto view the ID of a specific channel. - Copy the displayed ID and paste it wherever necessary.
๐config.yml-่จญๅฎ้ ็ฎ
# Velocity to Discordใๅฐๅ
ฅใใฆใใใฆใใใใจใ๏ผ
# ใใใใฏใใชใใซๆ่ฌใใพใ๏ผ
# Bugใใใฃใผใใใใฏใฎๅ ฑๅใซใคใใฆใฏไธ่จURLใใใ
# Thanks for introducing "Velocity to Discord"!
# Thanks for you!
# Please use the following URL to report bugs and provide feedback.
# Discord:https://discord.gg/5sqbsmqd6K
# Github:https://github.com/Elysium-7/Velocity-to-Discord
# ใใใฏ็ตถๅฏพใซๆธใๆใใชใใงใใ ใใใ
# Never rewrite this section.
configuration-version: 1.2
# BotTokenใๅ
ฅๅใ
# Please insert a BotToken.
token: ""
# BOTใฎในใฟใผใฟในใ่จญๅฎใงใใพใใใONLINE,IDLE,DO_NOT_DISTURBใ
# You can set the bot online status "ONLINE,IDLE,DO_NOT_DISTURB"
online_status: ONLINE
# ใญใฐใ้ไฟกใใใใฃใณใใซใฎIDใๅ
ฅๅใใฆใญใ
# Enter the ID of the channel you want to send the log to.
channel_id: 0
# ใตใผใใผในใฟใผใใปในใใใๆใฎใกใใปใผใธใ็ทจ้ใงใใพใใ
# You can edit messages at server start/stop.
start_message_text: "Server has started."
stop_message_text: "Server has stopped."



