Virus Total Integration
⚙️ Setup
Get Your VirusTotal API Key Go directly to VirusTotal and after logging in, go to your profile settings → API Key section. Copy the provided API key.
Add the API Key to LoadEmUp Config Open
config.yml
in your LoadEmUp plugin folder, find thevirus-scanner
section, and update it like this:virus-scanner: enabled: true vt-key: "YOUR_API_KEY_HERE"
Replace
"YOUR_API_KEY_HERE"
with your actual API key.Save and Restart Your Server Save the config file and restart your server to apply the changes. Or run the command
/loademup reload LoadEmUp
Wait for the VirustTotal client to Initialize There is a short period where the VirusTotal client will be in a loading state to check if your API Key is valid. After this short period you can start scanning
.jar
files using the/loademup scan <file>
command.
Last updated