add console.get(...) & add 'player' console variable

This commit is contained in:
MihailRis
2025-01-22 10:15:31 +03:00
parent 2e89cc14ee
commit 9c630645b4
4 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ To work with the command interpreter, use the **console** library.
When sending a command via the standard console (core:console layout):
1. the `allow-cheats` rule is checked
2. the `pos.x|y|z`, `entity.id`, `entity.selected` variables are automatically set.
2. the `player`, `pos.x|y|z`, `entity.id`, `entity.selected` variables are automatically set.
3. the command handler is called - console.submit or the default one.
The default handler calls console.execute, passing the result to the console.log call.