You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Minecraft .sk

From EverybodyWiki Bios & Wiki


.sk Is a minecratt plugin called "Skript" and it is a bit like pc coding but game coding Skript allows you to add GUIs and Edit player & Mobs you can even make a Ender Chest have more slots, Custom scoreboards and plugins its almost as good as an actual plugin.[edit]


Message Send Back Example:[edit]

command /example <[text]>:
        trigger:
                send "Your message was %argument%"
                message %argument%

Gui Example:

command /gui:
        trigger:
                create a gui with id "gui" with chest with 2 rows named "Example":
                    make gui slot 4 with paper named "Example Item" with lore "Example Lore" and "Example Lore 2"
                open gui "gui" for player
                send "Example"

Minecraft .sk[edit]


This article "Minecraft .sk" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Minecraft .sk. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.