Skip to content

AlecsDeveloper/McbeChatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCBE Discord Bot


Installation:

  • Download NodeJS
  • Create a folder
  • Open a cmd with folder dir
  • Runs this commands:
npm init -y
npm i discord.js
npm i bedrock-protocol
npm i fs
npm i path
npm i webhook-discord
npm i colors

My discord sevrer


  • Bot features:

    • Chatbot
    • Fakeplayer
    • Server Data
  • Node Packages:

    • discord.js
    • bedrock-protocol
    • fs
    • path
    • webhook-discord
    • colors

  • Server.json file

{
    "host": "localhost", // Server ip
    "port": 19132, // Server port
    "version": "1.17.10", // Mc version
    "offline": true // Ms auth, keep on true
}
  • Config.json file

{
    "token": "", // Bot Token
    "user": "", // Webhook author
    "avatar": "", // Webook avatar (link)
    "webhookMsgs": "", // Webhook link
    "channelID": "", // Channel id reads (chatbot read messages)
    "channelLogs": "" // Channel id Bot sends logs (fakeplayer, chatbot, etc)
}

Runs node . on cmd

Note:

for this to work, the server must have the default player permissions on operator also have cheats enabled in server.properties and online-mode turn false

About

Discord and Mcbe Server bridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published