Files
block-game/ServerScriptService/CmdrServer.server.lua
2026-01-08 22:58:58 +02:00

8 lines
284 B
Lua

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ServerScriptService = game:GetService("ServerScriptService")
local Cmdr = require(ReplicatedStorage.Packages.cmdr)
Cmdr:RegisterDefaultCommands()
Cmdr.Registry:RegisterCommandsIn(ServerScriptService.CmdrCommands)