View at: Template:Commands/content [edit]
Commands/script - minecraft.fandom.com
Treść tej podstrony pochodzi z artykułu „Commands/script” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
This article is a stub.
You can help by expanding it.
This feature is exclusive to Bedrock Edition.
Debugging options for GameTest Framework.
Syntax[]
script debugger close- Close a debugger.
script debugger connect [host: string] [port: int]- Connect to a debugger.
script debugger listen <port: int>- List a debugger.
script profiler start- Start profiler.
script profiler stop- Stop profiler.
script watchdog exportstats- Export watchdog stats.
Arguments[]
host: string: basic_string
- Debugger's host
- Must be a string. And it must be a single word that has no space or a quoted string.
port: int: int
- Port of the debugger
- Must be a 32-bit integer number.
Result[]
Output[]
Example[]
History[]
| Bedrock Edition | |||||
|---|---|---|---|---|---|
| 1.19.0 | beta 1.19.0.30 | Added /script. | |||
| 1.19.30 | beta 1.19.30.22 | Added /script watchdog exportstats. | |||