core: cmdr

This commit is contained in:
2026-01-07 18:42:01 +02:00
parent 64c91b344a
commit 85516558e4
11 changed files with 186 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ServerScriptService = game:GetService("ServerScriptService")
local Cmdr = require(ReplicatedStorage.Packages.cmdr)
Cmdr:RegisterDefaultCommands()
Cmdr.Registry:RegisterCommandsIn(ServerScriptService.CmdrCommands)