your current location:首页 > news>Some simple functions and commands ARTEDPRVT Frame Minecraft Game

Some simple functions and commands ARTEDPRVT Frame Minecraft Game

2024-12-10 17:54:18|Myriagame |source:minecraft skins

Functional part

Print (Object, Hover) output text to the chat bar

object: text

Hover: The text displayed when the mouse is suspended

LOG (Object, Hover) output debugging information to the chat bar, additional process, thread and other information

object: text

Hover: The text displayed when the mouse is suspended

ARGS () Get the script parameter list

Sleep (Millis) thread waiting for a while

missis: millisecond count

Sendchat (Message) send a message packet, which is equivalent to chatting

Message: Message

Command part

/Workspace Create the working directory

/AC Switch whether the text output by Print is displayed (including the RUN prompt running the script and the end prompt of the end script) default TRUE

/Ad switching whether the text output by LOG is displayed (including abnormal information) default FALSE

/script [sargs ...] [args ...] Running script

SARGS: System parameters

Pack: The relative path of the script

args: script parameters

/PROS View the current operation process

/Stops [Pro] forced to stop the processing process that is running

PRO: Process name or process ID, stop all processes if not filled