Jarvis - The Arcturus Discord Logging Bot [BETA RELEASE]
Hey Gang, introducing Jarvis.
A discord logging system built from TemmieWebhook, and using Arcturus Events can send logs live to your discord server!
Before you download it:
Run the following on your database.
Code:
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('jarvis.reportlog.discord.link', 'https://reportlogwebhookhere');
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('jarvis.banlog.discord.link', 'https://banlogwebhookhere');
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('jarvis.commandlog.discord.link', 'https://commandlogwebhookhere');
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('jarvis.loginlog.discord.link', 'https://loginlogwebhookhere');
Once you've done this, create the discord channels and setup the permissions for each channel as you would, e.g you should make it so only staff members can see these channels.
Grab the webhook for each channel like in this screenshot:
First goto the settings cog:
https://i.imgur.com/ri1zD1I.png
Then Click webhooks:
https://i.imgur.com/lubSaGm.png
Then Create Webhook:
https://i.imgur.com/82ofP9o.png
Then finally copy the url.
https://i.imgur.com/v0DiPol.png
Paste this url into your newly created entries in your emulator_config table for each channel.
https://i.imgur.com/uWxxNs2.png
Like this, each log should have it's own channel and it's own webhook.
Now just simply download
https://www.mediafire.com/file/2k11z...arvis.zip/file
Open the target folder, and copy jarvis-1.0-BETA-jar-with-dependencies.jar into
Place it in your plugins folder, and it should start logging to your discord!
Cheers, and credits to myself, TheGeneral and Temmie. I know it's a very basic plugin, but more will be added over time! Thankyou!
Screenshots:
https://i.imgur.com/9vy3gZl.png
https://i.imgur.com/U2fiK5v.png
https://i.imgur.com/DQcS53w.png
https://i.imgur.com/NrJuT8h.png
Re: Jarvis - The Arcturus Discord Logging Bot [BETA RELEASE]