{"id":25097297,"url":"https://github.com/beeeegi/adminmodule","last_synced_at":"2026-02-09T23:02:04.490Z","repository":{"id":248032442,"uuid":"827495736","full_name":"beeeegi/AdminModule","owner":"beeeegi","description":"Roblox admin system based on new BanAPI. With Discord support!","archived":false,"fork":false,"pushed_at":"2024-10-23T11:29:02.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T02:47:15.739Z","etag":null,"topics":["admin","adminsystem","banapi","discord-luau","luau","roblox","robloxlua"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beeeegi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-11T19:00:20.000Z","updated_at":"2025-02-06T20:13:38.000Z","dependencies_parsed_at":"2024-07-20T17:28:56.564Z","dependency_job_id":"75fb4e3d-f201-435b-b329-bdbdf85ad54e","html_url":"https://github.com/beeeegi/AdminModule","commit_stats":null,"previous_names":["beeeegi/adminmodule"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/beeeegi/AdminModule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeeegi%2FAdminModule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeeegi%2FAdminModule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeeegi%2FAdminModule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeeegi%2FAdminModule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeeegi","download_url":"https://codeload.github.com/beeeegi/AdminModule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeeegi%2FAdminModule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29284740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","adminsystem","banapi","discord-luau","luau","roblox","robloxlua"],"created_at":"2025-02-07T17:31:12.841Z","updated_at":"2026-02-09T23:02:04.472Z","avatar_url":"https://github.com/beeeegi.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Admin Module\nThis project is a comprehensive Roblox Admin Commands System based on the new BanAPI. It includes functionalities for banning and unbanning players, checking player ban history, and retrieving player IDs, all integrated with Discord for notification and logging purposes.\n\n## Features\n`-` Temporarily or permanently ban players with a reason.\n\n`-` Remove bans from players.\n\n`-` Retrieve the ban history log file of a player.\n\n`-` Retrieve a player's ID based on their username.\n\n`-` Sends notifications to a Discord webhook for all actions.\n\n\n## Installation\n`0.` Download the module from [here](https://devforum.roblox.com/t/open-source-adminmodule-roblox-admin-commands-system-based-on-new-banapi/3064385)\n\n`1.` Place **AdminModule** ModuleScript in the *ReplicatedStorage*.\n\n`2.` Place **AdminModuleCommandHandler** ServerScript in the *ServerScriptService*.\n\n`3.` Place **AdminModule** ScreenGui in the *StarterGui*.\n\n`4.` Edit the **Config** ModuleScript.\n\n`5.` Make sure that files are placed correctly, like in the screenshot:\n\n![image](https://github.com/user-attachments/assets/abcfc352-5cdc-424e-968b-25ad6b078c4c)\n\n\n## Usage\n\n```\n/ban \u003cPlayerID\u003e \u003cDuration\u003e \u003cReason\u003e\n```\n\n`PlayerID` - The ID of the player to be banned.  [REQUIRED]\n\n`Duration` - The duration of the ban (e.g., 10s, 5m, 2h, 1d). *Use -1 for permanent ban.*  [OPTIONAL]\n\n`Reason` - The reason for the ban. [OPTIONAL]\n\n```\n/unban \u003cPlayerID\u003e\n```\n\n`PlayerID` - The ID of the player to be unbanned.  [REQUIRED]\n\n```\n/checkhistory \u003cPlayerID\u003e\n```\n\n`PlayerID` - The ID of the player whose ban history you want to check.  [REQUIRED]\n\n```\n/getid \u003cUsername\u003e\n```\n\n`Username` - The username of the player whose ID you want to retrieve.  [REQUIRED]\n\n### Example\nTo ban a player with ID 12345 for 10 minutes with the reason Spamming, an admin would type:\n```\n/ban 12345 10m Spamming\n```\n\n### Log Example\n\n![image](https://github.com/user-attachments/assets/891f60c9-71f1-4df6-b5db-dce4a50a6613)\n\nUpdated version\n\n![image](https://github.com/user-attachments/assets/69fe95fd-3808-4195-8628-95522067242b)\n\nGUI\n\n![image](https://github.com/user-attachments/assets/5b565306-928c-4b18-960d-0bd7422a802c)\n\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/beeeegi/AdminModule/blob/main/LICENSE) file for details.\n\n## Credits\nWritten by [Begi](https://github.com/beeeegi)\n\nSpecial thanks to the Roblox Developer Community for the continuous support and resources.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeeegi%2Fadminmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeeegi%2Fadminmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeeegi%2Fadminmodule/lists"}