Templates
Last updated
Templates allow you to quickly create new menus using pre-defined structures.
All templates are stored in plugins/Sheets/menus/templates/.
Sheets comes with several default templates:
basic_gui: A standard inventory GUI.
simple_inventory: A basic inventory-based menu.
anvil_input: A template for Anvil input menus.
Run /sheets create <name> <template> to create a new sheet from a template.
/sheets create my_new_menu basic_guiRun /sheets create.
Select Create from Template.
Choose your desired template from the list.
Enter the name for your new sheet.
Navigate to plugins/Sheets/menus/templates/.
Create a new YAML file.
Design your menu as usual.
Save the file and run /sheets reload.
Your new template will now appear in the template selector.
Last updated