diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 3414858..05da530 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -495,6 +495,22 @@ Counts all the nodes in the defined region and returns the result along with cal //count ``` + +## `//basename ` +Returns the absolute canonical name of a node, given an alias or partial node name. For example: + +``` +//basename dirt +``` + +...will return `default:dirt`. Uses `worldedit.normalize_nodename(string)` under the hood. + +``` +//basename stonebrick +//basename glass +``` + + ## `//subdivide ` Splits the current WorldEdit region into `(, , )` sized chunks, and run `// ` over each chunk.