Alright then, I’ll have a look at your backdoors and find out for myself.
Also to be accurate, Adonis doesn’t use LBI (anymore).
You spend time and effort creating backdoored copies of Adonis that most people wouldn’t see. Neither will you gain anything significant from doing so.
You script them in; found in the settings script. It is fairly simple to understand when you locate it. So in other words you manually do it, no plugins are needed. Although you can use plugins for custom commands.
Is there a way to link a Discord webhook to Adonis to log:
-The username (MitchDev47, etc)
-The command (pm: me test, for example)
And is there also a way to do this with moderation commands such as ban, kick, warn, and so on?
-Username of mod
-Punishment
-Punished user
-Reason for command
If this isn’t possible it would be great to know that… but if it is possible, does anyone have a tutorial or whatever? Thanks
It’s obviously possible. In fact, we have provided a simple configurable plugin if you want to set it up quick: https://github.com/Sceleratis/Adonis-Plugins/blob/master/Server/Server-DiscordWebhookLogs.lua
(Copy-paste the file’s contents into a ModuleScript named “Server-WebhookLogs” and placed under Adonis_Loader > Config > Plugins. Then open the script and put in your webhook URL at Line 12.)
Note that since Discord has banned webhooks being sent from Roblox, you’ll have to use a proxy such as this to get any of your webhooks functioning.
Heya just a little additional information in the comments I might be updating this guide soon with some extra details as Adonis did update their system.
Hey, im very confused on many things, how do i connect Client with Server, i mean, i want to create an window when my custom command is created, how do i do that?