Basic Admin Essentials Help!

Hello, so I have never gone abouts scripting/coding BA plugins nor do I know how to.

I own a roleplay group and some ranks get moderator/administrator/Super admin and this usually gets abused every so often by people using :kick all or :ban all, etc.

So I was wondering is there a way to make a plugin or add a setting to basic admin to restrict people from using “all” as a player value, example :kick all . I would like them to only be able to kick 1 player at a time and I would like only Creator Admins to be able to use the ALL command.

If anyone already has a script/guide on how to do this it would be awesome.

1 Like

I mean:

-check the rank of the person trying to send the command
-in the script assuming you have it so that typing the ‘all’ does something do a check of the person’s rank

If you need help you should share your code for the admin script or the script that handles these commands

Well I can’t adjust the script since its BAE. The only thing I could do is make a plugin.
Which I don’t understand how to do so I was asking for some help on it.

Is “BAE” some kind of a module?
You should look up its properties and contents

You can infact edit the BAE module, which is the only way to do what you are asking about. (I have made this exact edit myself + logging.)

Put this in the command bar and run it:
game.InsertService:LoadAsset(563619835).Parent = workspace

Args are handled in the first few lines in the returnPlayers() function, if you can see how that works (pretty simple in terms of edits) and have a basic knowledge in lua, the edit should be easy.

PM me on the devforum if you need any help with the edit,

CurrencyType