- Click here to invite Botflop to your server.
- click here to see the source code for the original bot
- Credited in help command too
Paste a timings report to review an in-depth description of potential optimizations.
Analyze a timings report or Spark profile to review an in-depth description of potential optimizations.
The bot converts files and pastebin links into universally accessible bin links that contain multiple features such as syntax highlighting, suggestions and information censoring such as IPs.
The bot scans messages containing executable files. While the user might have good intent we can't 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.
The bot currently can search through PaperMc, PurpurMC docs for their configuration by using web scraping. The bot can also do bukkit.yml and hopefully others in the future.
An easy, way for users to find relevant 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 a command prompt/PowerShell or use Linux's CLI and make sure you're in the area where this project is located
- run
npm install
which should install all the needed modules - create a .env file and put
token=Your_discord_bot's_token
(if you haven't got one then generate one here) - you can start the bot via
npm run start
📝 hint |
---|
You can use pm2 to keep the bot running in background, constantly and auto restart on crash |
this bot specifically was made to help the Admincraft server so some features might not be suited for others
You are welcome to fork this project or even use it for your use however please make sure credit is appropriately given such as the user who created the bot and that you keep in mind this bot is specifically geared towards Admincraft.