diff --git a/datapacks/omegaflowey/data/omegaflowey.admin/function/help.mcfunction b/datapacks/omegaflowey/data/omegaflowey.admin/function/help.mcfunction index 35b8eb925..559e4708d 100644 --- a/datapacks/omegaflowey/data/omegaflowey.admin/function/help.mcfunction +++ b/datapacks/omegaflowey/data/omegaflowey.admin/function/help.mcfunction @@ -272,6 +272,17 @@ function omegaflowey.utils:log/self { text_component: '[ \ } \ }, \ ": disables the join queue buttons and hides their text" \ + "\\n", \ + "\\n", \ + { \ + "text": "setup", \ + "color": "yellow", \ + "clickEvent": { \ + "action": "suggest_command", \ + "value": "/function omegaflowey.main:setup" \ + } \ + }, \ + ": re-runs the setup function that normally runs on `/reload`" \ ] \ } \ ]'}