chore: refractor

This commit is contained in:
2026-01-08 22:58:58 +02:00
parent da7de7b08a
commit 2c41f40151
49 changed files with 6 additions and 6 deletions

View 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"
}
}
}