Skip to content

A Discord bot written in Node.js to connect PocketMine server and Discord.

Notifications You must be signed in to change notification settings

TeamBixby/DiscordVerify-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordVerify-client :: Advanced Discord Bot

An advanced Discord bot to connect PocketMine server and Discord.

📪 Installation

Requirement: Node.js 14.0 or higher

You need to install my DiscordVerify plugin to use this Bot.

Nukkit(CloudbusrtMC) version is not released, and also no plan to make it.

Type these commands on command line to install server:

git clone https://github.com/TeamBixby/DiscordVerify-client
cd DiscordVerify-client
npm install

Type this command to run server:

node app.js

📝 Configuration

{
  "verify_command": "?verify",
  "bot_token": "",
  "password": "",
  "bind_port": 0,
  "target_host": "127.0.0.1",
  "target_port": 0,
  "activity_name": "Playing my server!"
}

verify_command is the command of bot.

bot_token is the token of bot, NOT OAUTH client key.

password is the password of socket, must same as DiscordVerify plugin password. this will encrypt with sha1 algorithm.

bind_port is the port number that the socket will bind, maybe you need to use sudo node app.js to bind under the 1000 port.

target_host is the address of PocketMine server.

target_port is the port of PocketMine server, NOT THE SERVER PORT

activity_name will be displayed as a bot's activity.

About

A Discord bot written in Node.js to connect PocketMine server and Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published