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