📜  Minecraft 如何制作 gui - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:28.230000             🧑  作者: Mango

代码示例1
Command /Gui:

    set {_gui} to a new chest inventory with 1 row with name "Test"
    set slot 0 of {_gui} to Book named "Test"
    open {_gui} to player

#This is a simple verison of a more advance gui methode