Skip to content

CapyKing10/minecraft-sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Minecraft Sentry ๐Ÿ’ป

Getting Started

A minecraft sentry bot that logs to a discord webhook whenever someone enters its view distance

๐Ÿš€ Getting started

running bot locally:

Prerequisites

Here you list all prerequisites necessary for running your project. For example:

Downloading

Click the big green button that says <> Code.

Then click on download zip.

Unzip the folder and open a terminal window into that folder.

In the terminal, execute this command:

npm install

Configurating

here's and example configuration for the config.json file

{
    "username": "CapyKing10",
    "password": "password123",
    "isCracked": true,
    "ip": "myserver.com",
    "port": "25565",

    "webhookURL": "https://discord.com/api/webhooks/12345678910/NUAugiahgnquyAUnb_abnauHAUGaybhgoa",
    "webhookName": "Capy's Sentry",
    "embedFooterText": "Sentry",
    "embedColor": "#99750b",
    "image": "https://media.discordapp.net/attachments/image.png"
}

Starting

You can start the bot by opening the start.bat file

About

a minecraft sentry bot coded in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published