I don't use tuske. I use skript-gui and this works fine.
command /menu:
permission: lobby.menu
executable by: console and players
description: "Opens a menu for you to pick what you want to do."
trigger:
open chest inventory with 1 row named "&a&lMain Menu" for player
format slot 0 of player with diamond pickaxe named "&aSurvival Mode" with lore "Click to Join" to close then run "mvtp %player% Survival"
format slot 1 of player with oak door named "&aCreative Mode" with lore "Click to Join" to close then run "mvtp %player% Creative"
format slot 2 of player with grass block named "&aOne Block" with lore "Click to Join" to close then run [make player execute command "oneblock"]
format slot 3 of player with diamond sword named "&aDuels" with lore "Click to Join" to close then run [make console execute command "/mvtp %player% Duels"]->[send "&aUse /duel <player> to send a duel request." to player]
format slot 4 of player with red bed named "&aBedwars" with lore "Click to Join" to close then run "mvtp %player% Bedwars"
format slot 5 of player with tnt named "&aTnT RuN" with lore "Click to Join" to close then run "mvtp %player% tntrun"
format slot 6 of player with carved pumpkin named "&aProp Hunt" with lore "Click to Join" to close then run "mvtp %player% HideAndSeek"
format slot 7 of player with red glass pane named "&aConnect Four" with lore "Click to see the command." to close then run [make player execute command "/connectfour"]
format slot 8 of player with firework rocket named "&aParty" with lore "Click to see the command." to close then run [make player execute command "/party help"]
so why wouldnt the other stuff work?