HousingAntiCheat is a Minecraft bot created to monitor parkour times and automatically ban players with a time shorter than specified.
This project is in early development. The current version may be working, but is not recommended for use in production due to the unstable nature of early development projects.
- Node.js v16.6.0 or higher
- Git (if using Linux)
- A little bit of brain power
Warning: It's not a good idea to run random EXEs. You have no idea what could be on them. This one only contains what's in this repository, but please exercise extreme caution when running random EXEs on the internet.
- Download the latest exe from releases.
- Put the exe in a folder on its own
- Double click the exe to run it. If you get a "Windows protected your PC" popup, click "More info", then "Run anyway". A config will be created for you.
- Edit the config as described here
- Double click the exe to run your bot!
- Install Node.js https://nodejs.org/en/
- Download the .zip file containing the source code using the green "Code" dropdown and extract its contents.
- Open the extracted folder
- Double-click
setup.batand let it run. This installs the dependencies. If you get a "Windows protected your PC" popup, click "More info", then "Run anyway". - Make a copy of "config-template.json" and name it "config.json"
- Edit the config with your own information. A detailed description of the config can be found here
- Run
start.batto start the Discord and Minecraft bots! - Log into Hypixel, and make sure you give your bot permission to ban players on your Housing.
If you're using Linux, you probably know what you're doing, but if you don't, here are the instructions. This segment will assume you're using a command line. You probably need sudo access.
- Install Node.js, if not already installed. https://nodejs.org/en/download/package-manager/
- Install git, if not already installed.
sudo apt install git-allfor Debian based distros. - Clone the repo. Make sure you're in a directory you want it to be in, then:
git clone https://github.com/novemberlc/HousingAntiCheat.git cd HousingAntiCheat- Install the dependencies:
npm ci - Copy the sample config to an actual one:
cp config-template.json config.json - Edit the config using your information.
nano config.json(or any text editor of your choice) - Run the bots!
node . - Log into Hypixel and make sure you give your bot permission to ban players on your Housing.
See a detailed walkthrough of the configuration here.
