Commander V1 is no longer supported, it is not recommended to be used in major projects.
Documentation | GitHub | Discord
Latest version: 1.5.0 GA, 2021-12-28T15:00:00Z
Commander is a…
Commander is an open-source administration system solution made to eliminate the inefficiency problem with text-based administration systems.
By providing a panel-like interface for administrators to run commands on, reducing the steps needed to execute a command. Making moderation as simple as ABC.
Choose Commander over others because…
Commander offers a simple but versatile user interface for administrators to execute commands. No matter your game is as large-scale as front-page games, or is just ordinary game with a decent playerbase. Commander can adapt to any type of games without any additional configuration.
Apart from offering a simple way to moderate games, Commander is coded to make installing painless too. As long as you know a bit of coding, you can quickly deploy Commander into your game, with only a few steps.
We have an open developer ecosystem where developers can create extensions to enhance the experience in Commander, if you can not find a command you need, you can easily create one with the package system.
There are more unique features in Commander, such as…
-
Multiple themes support
Personalize Commander to fit the rest of your game’s UI, from the appearance to sound effects. -
Easy to understand configuration system
Even if you do not code, configuring Commander is a painless process. -
Content-rich API library
Create your favourite command without reinventing the wheels completely. -
and a lot more for you to discover
To install Commander…
You can either choose to use the module loader which is uploaded into Roblox, or by cloning the source code to your game. The latter method is more used in Rojo-based games.
Module loader
Get the module loader at this link, then put the module loader into ServerScriptService
in your game. After that, configure Commander with this documentation.
Source code
First, make sure you have git
installed. If not, please install it, installation method may vary depending on your operating system.
In your terminal session, clone the repository to your computer with this command:
git clone https://github.com/frappedevs/commander.git
Once complete, open the folder and you should see a folder called src
, clone the src
folder into your game’s ServerScriptService
folder. After that, configure Commander with this documentation.
If you need help, want to ask a question, or want to browse packages…
You can join our community server to view third party packages made by other developers, ask for technical help, or ask a question regarding Commander.
The link to the community can be found here: https://discord.com/invite/7reXkurSWh
You can also create an issue in our GitHub repository: https://github.com/frappedevs/commander.git
We Open Source
Commander is 100% open-source and free. Licensed under the MIT license. Additional information on the license can be found in this page.
Copyright 2022 – Frappé Development, all rights reserved.