Connects Minecraft Server and Discord without any mods or plugins.
Add the following three lines to server.properties
.
enable-rcon=true
rcon.port=
rcon.password=
Set up the src/.env
file.
latest_log_path =
discord_bot_token =
discord_chat_channel_id =
discord_chat_channel_webhook =
rcon_host =
rcon_port =
rcon_password =
Main.minecraft
: EventEmitter- events: join, leave, command, chat, death
Main.minecraft.getMcIcon
: Returns the URL of the player's Minecraft icon.
Main.rcon.send()
: Send and execute commands to the server.
Main.discord
: Discord.ClientMiin.discord.send()
: Send a message to the Discord webhook.Miin.discord.sendEmbed()
: Send message embed to Discord webhook.
All display formats are contained in src/plugins/index.ts
.