chore: refractor
This commit is contained in:
23
ServerScriptService/CmdrCommands/ChunkDump.lua
Normal file
23
ServerScriptService/CmdrCommands/ChunkDump.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
return {
|
||||
Name = "chunkdump",
|
||||
Aliases = {"dumpchunk"},
|
||||
Description = "Show server-side block count for a chunk.",
|
||||
Group = "Debug",
|
||||
Args = {
|
||||
{
|
||||
Type = "integer",
|
||||
Name = "cx",
|
||||
Description = "Chunk X"
|
||||
},
|
||||
{
|
||||
Type = "integer",
|
||||
Name = "cy",
|
||||
Description = "Chunk Y"
|
||||
},
|
||||
{
|
||||
Type = "integer",
|
||||
Name = "cz",
|
||||
Description = "Chunk Z"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user