- Click here to invite Botflop to your server.
- click here to see source code for original bot
- Credited in help command too
Paste a timings report to review an in-depth description of potential optimizations
The converts text files and pastebin links into universally accessible bin links which also uses a special highlight and strips IP's
The bot scans messages containing executable files. While the user might good intent we cant verify the safety of the compiled file being sent publicly hence this was added. This also helps deal with potential piracy such as people uploading jars of premium plugins.
Yup. The bot currently can search through PaperMc, PurpurMC docs for their configuration. This uses Website scraping. The bot can also do bukkit.yml and hopefully others when i can be asked to do so
Easy way for users to find relevent guides.
The bot can detect offline mode in logs/timings and will let the people in chat know about said items being offline/containing cracked plugins.
- git clone or download this repo
- open up command prompt or use linux's Command line and make sure you're in the area where this project is located
- you have two choices for this part:
pip install -r requirements.txtwhich will install the required Libraries needed to run this project. Good for productionpython -m venv venvto go for the virtual enviroment route. Good for development
- create a .env file and put
token=Your_discord_bot's_token(if you havent got one then generate one here) andid=[list_of_your_guild_ids]
Note: this bot specifically was made to help the Admincraft server so some features might not be suited for others