Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Velodicord
JAPANESE/日本語
Description
This is a plugin for velocity, which allows you to share chat between discord and minecraft, Japanese language version of it, start/stop velocity server notification, player move in/out/server move notification, player death notification, player progress achievement notification, player command execution notification, server move by /server name, current coordinates notification to discord by /pos, current player notification by /player (can also be done from discord). player's progress, player's command execution, server move by /server name, /pos notification to discord of current coordinates, /player notification of current players (from discord as well), etc.
Notification of player death, player progress, player command execution, /pos notification to discord of current coordinates, and Fabdicord is also needed on the fabric server side
TODO
- Create a discord bot
- Required permissions
- Bot
- Privileged Gateway Intents
- PRESENCE INTENT
- SERVER MEMBERS INTENT
- MESSAGE CONTENT INTENT
- OAuth2
- OAuth2 URL Generator
- SCOPES
- applications.commands
- bot
- BOT PERMISSIONS
- Administer
- SCOPES
- OAuth2 URL Generator
- Bot
- Required permissions
- Put this plugin in the plugins folder of velocity server and restart
- Edit plugins/Velodicord/config.json
- let's enjoy!
config file
{
"_bcomment_" : "discordbotのtoken",
"BotToken" : "aaaaaa",
"_mcomment_" : "discordのメインチャンネルID",
"MainChannelID" : "000000",
"_pmcomment_" : "discordのプラグインメッセージチャンネルID",
"PMChannelID" : "000000",
"_lcomment_" : "マイクラサーバーのログ**フォーラム**チャンネルID(オプション)",
"LogChannelID" : "000000",
"_ncomment_" : "discordの入退出などの通知チャンネルID(オプション)",
"NoticeChannelID" : "000000",
"_pocomment_" : "discordのPOSチャンネルID(オプション)",
"PosChannelID" : "000000",
"_cccomment_" : "discordのコマンドチャンネルID(オプション)",
"CommandChannelID" : "000000",
"_vcomment_" : "VOICEVOXのタイプ CPU : 1 DirectML : 2 CUDA : 3",
"VOICEVOX-type" : "1",
"_dcomment_" : "デフォルトの読み上げの声のID",
"DefaultSpeakerID" : "3",
"_crcomment_" : "管理者コマンドを実行できるロールID",
"CommandRoleID" : "aaaaaa"
}