Hello, this is a project which i have been working on for a little bit now, i wasn’t planning on making it public but here we are, this is a NUI based Admin Menu built with React, Tailwind CSS and other technologies.
[Script Information]
Performance: Runs at 0.00 Resmon (Client).
Completely standalone meaning no other dependencies required.
Permission system is built around Ace Perms, but there is optional configuration for permissioons built around discord roles utilizing the Discord Rest API (Optional/Configurable)
If you would like to contribute, please go ahead and head over to the GitHub page and feel free to send a pull request.
[Frequently Asked Questions]
How are the bans stored?
As of currently bans are stored in a JSON folder in the root directory of the resource, this is the structure for the bans
You can either use the Discord Rest API to connect the perms using discord roles, or you can use the ACE Permission System, as for ACE Perms they are fairly simple if you have experience with it, it’s just giving the player the specified ace perm from the config, but here is a documentation that explains what Ace Permissions are and how to use them.
How does the Ban ID work, is there a pattern?
Yes, there is a patter, the first character is always a random letter, the second part is the latest ban, meaning if your ban number 1, your ban id is going to be (random_letter)1
Discord Logs
Only Showing the important ones, there is other ones as well.
Code quality isn’t the best, basically it’s spaghetti code, when i first started writing this i tried to rush it since i wanted to meet an expected deadline for a project i was working on, so if you plan on contributing, just beware.
Thank you for the kind words mane, if you encounter any bugs please go ahead and report them since they are expected at this time, i didn’t get the chance to test it too much with these recent changes.