Hey so I updated the tutorial just now, I spent a lot of time on it so it should help you find your issue, if it doesn’t I could use what you think the issue is, if you think you know the issue let me know. If you don’t then I’d highly suggest re-making your settings following this tutorial.
Hey @JaceMorphing I remade the tutorial since then as I have said, but I did actually find a way to do so. If you’re still in need of that then I can guide you how and what functions are used :).
Here add my discord! We’ll talk better there ar_qx#3091 I will go through it with you. - Sorry for the delay.
No Problem, Thanks for the help! You get 5 stars on yelp!
I’m glad the issue was found, make sure you look closely at what you toggle from true to false as I believed you might have disabled your command execution at some point. I’m not 100% sure if that was the main issue with your settings because I didn’t know the prefix was changed from its default colon, but I’m just glad the issue is fixed now.
Sorry, with this the G_Access_Key is not required to be changed but if you want to have plugins, or requires going back to the adonis loader as an example, you should probably change it. - DataStorage key is 100% recommended to change though.
Hey, I am wondering that is it possible to change the font for messages from :m :sm or :n ?
To my understanding there is currently no way to change the font, however there are different themes you can use, I hope that helps!
Depends which commands you use. If you just use :ban it server bans the person. If you use :gameban it bans them in all servers permanently.
Unless, you use trello, as trello update every 60 seconds (default) and bans throughout all servers, if you put someones username in a “ban” list.
Added a mini section about custom commands, might go more in depth with it if people want me to, basically all custom commands are useful for is doing operations with admin levels.
Adonis Contributor here! We have moved our new Loader (and MainModule) to the Epix Inc. Group so we can update it directly from Rojo, the Loaders from Sceleratis and Davey_Bones will all redirect to the new one. Adonis Admin Loader [Epix Incorporated] - Roblox
You can just make a theme and change the font in the ui
Updated the URL in the 2nd part.
Forgot to get back to you, thanks for the source code I managed to get a work around for my issue
Glad you could find a resolution to your problem!
We could do a guide on using the various moderation features Adonis offers (just look at the different command options for banning alone). I came up with the help button in the commands list (and the cmd count in the title) but it isn’t a full user manual yet.
EDIT: In-game usage of Adonis probably isn’t best documented on the DevForum.
Bascially, Adonis uses Roblox datastores to save data, persistent across servers, such as permissions (ranks), warnings and bans assigned in-game with commands, as well as settings/preferences for individual players (ie. player data).
Having a randomized datastore key (which says where all the data is stored) is a security measure against malicious server side scripts attempting to tamper with the data, since the exact key is needed to access the data.
Game creators leaving the datastore key as the default will be notified with a warning upon joining the game to change the key along with instruction on how to do so.
Adonis is a very flawed administration tool and contains a lot of vulnerabilities which the creator has not fixed even know they have been reported.
Would you mind providing any specific examples?
Also, do note that compared to other admin systems (such as HD Admin) Adonis has way sophisticated security mechanisms in place. Nothing is ever perfect, don’t expect it to be.
Known vulnerabilities are discussed and usually fixed by the contibution community besides the creator of Adonis. Most of the issues can’t be magically or easily patched, but effort is being made.
EDIT: if you’re using an outdated version of Adonis it’d obviously contain greater flaws and vulns.