Skip to main content

Disabling/Enabling Features

If you've done everything correctly, this is how the folder structure should look like:

Sandmine.js-master
โ”œโ”€โ”€ .github
โ”œโ”€โ”€ src
| โ””โ”€โ”€ events
| โ””โ”€โ”€ functions
โ”œโ”€โ”€ .env
โ”œโ”€โ”€ .eslintrc.json
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ CODE_OF_CONDUCT.md
โ”œโ”€โ”€ Changelog.md
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ config.json
โ”œโ”€โ”€ yarn.lock
โ”œโ”€โ”€ package.json
Warning

Do not delete anything except files in the src/functions/ directory. If you do so, the bot might break.

The files inside src/functions are self-explanatory. For example, pathfind.js allows the bot to pathfind a player. If you want to remove it, you can simply delete the file.