Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.11 KB

  Skript Menu Maker

SMM is a simple utility to design Minecraft online menus using the Skript programming language.

Features

  • Create menus of any size
  • Select and preview among all available Minecraft items
  • Set a title
  • Set a description
  • Set an action (presets included)
  • Preview everything
  • Live Skript code generation

Example of a menu

Below, its generated code

open virtual chest inventory with size 3 named "Welcome to my server !" to player
format gui slot 1 of player with a blue stained glass to do nothing
format gui slot 5 of player with a arrow to do nothing
format gui slot 9 of player with a blue stained glass to do nothing
format gui slot 13 of player with a acacia door named "Quit" with lore "Click to exit menu!" to close
format gui slot 17 of player with a blue stained glass to do nothing
format gui slot 21 of player with a arrow to do nothing
format gui slot 25 of player with a blue stained glass to do nothing