https://github.com/evaera/cmdr
Extensible command console for Roblox developers
https://github.com/evaera/cmdr
lua roblox
Last synced: 5 months ago
JSON representation
Extensible command console for Roblox developers
- Host: GitHub
- URL: https://github.com/evaera/cmdr
- Owner: evaera
- License: mit
- Created: 2018-05-29T18:35:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T00:44:18.000Z (7 months ago)
- Last Synced: 2025-04-22T17:58:52.259Z (6 months ago)
- Topics: lua, roblox
- Language: Lua
- Homepage: https://eryn.io/Cmdr/
- Size: 2.93 MB
- Stars: 395
- Watchers: 12
- Forks: 115
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
**Cmdr** is a fully extensible and type safe command console for Roblox developers.
- Great for admin commands, but does much more.
- Make commands that tie in specifically with your game systems.
- Intelligent autocompletion and instant validation.
- Run commands programmatically on behalf of the local user.
- Bind commands to user input.
- Secure: the client and server both validate input separately.
- Embedded commands: dynamically use the output of an inner command when running a command.