From 567abd0f5f34912cee453ee62998be0c8d9c99d3 Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Mon, 14 Apr 2025 23:32:38 -0700 Subject: [PATCH] How-To page keyword highlighting --- scripts/classes/MenuFormBuilder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/classes/MenuFormBuilder.js b/scripts/classes/MenuFormBuilder.js index e049411..390377a 100644 --- a/scripts/classes/MenuFormBuilder.js +++ b/scripts/classes/MenuFormBuilder.js @@ -45,8 +45,8 @@ export class MenuFormBuilder { static buildHowTo() { let body = "§aHow to Add Structures:\n" body += "§7- Save a structure using a §fstructure block§7 or the §f/structure§7 command.\n" - body += "§f§lOR§r\n" - body += "§7- Add a .mcstructure file to this pack's structures folder. When selecting your structure, select the 'Other' option and then use the filename (without '.mcstructure') as the Structure ID. After its first use, it will be added to the list of structures."; + body += "§7§lOR§r\n" + body += "§7- Add a §f.mcstructure§7 file to this pack's §fstructures folder§7. When selecting your structure, select the §fOther§7 option and then use the filename (without '.mcstructure') as the §fStructure ID§7. After its first use, it will be added to the list of structures."; body += "\n\n§cHow to Remove Structures:\n" body += "§7- Use the §f/structure delete§7 command to remove a structure from the world.\n" return new ActionFormData()