MineBot Help Desk
  • 👋 Help Desk
  • Introduction
    • 🥳Getting Started
    • Basics
      • Bot Statistics and Views
        • Chat and Inventory
        • Game view
        • Minimap
      • Bot Actions
        • Commands
        • Plugins
      • Miscellaneous Concepts
        • Container Slots
  • FEATURES
    • Hub navigation
    • Cracked server Register/Login
    • Anti-AFK
    • Notifications
    • Tags
    • Logs
  • SETTINGS
    • How do I change the bot's settings?
    • Anti-Cheat settings
    • Server settings
    • Connection settings
    • Proxy settings
  • PLUGINS
    • Plugin Introduction
    • Plugins Explained
      • Area Miner plugin
  • MACROS
    • Macro Introduction
      • Macro Shortcuts
      • Macro Tips
      • Macro Variables
Powered by GitBook
On this page
  1. MACROS
  2. Macro Introduction

Macro Tips

PreviousMacro ShortcutsNextMacro Variables

Last updated 7 months ago

How can I make the whole macro loop infinitely?

You can control the whole macro's looping behaviour by selecting the Settings menu in the macro, and then switching between options in the Loop section:

How do I make a macro's section repeat it self/loop?

You can create infinite loops by creating a circle with macro component outputs:

If you do not need an infinite loop, you can use the Repeat component instead, on which you can specify how many times it should go to the "Loop" output, before goint to the "Finished" output:

You can reset macro component output's, by right clicking it, and then clicking "Remove all outgoing connections".

Hold the Shift key while selecting components, to select multiple components at the same time.

This will allow you to move, delete, etc. all of the selected components at the same time:

Discord

How to get a Discord Webhook Url?

Or read text tutorial

How to mention people in Discord Webhooks?

To mention users, use the following format: <@user_id> (e.g.: "Hello <@739441278588026891>") To mention roles, use the following format: <@&role_id> (e.g.: "Group <@&1269438860518096916>, please notice this!")

Currently discord webhooks that mention users in embedded fields do not produce ping notifications! This will be updated once notifications are supported fully.

Advanced

Where do I find the "Plugin Id"/"Macro Id"?

You can find the Plugin Id, and Macro Id, by expanding the Plugin/Macro instance, clicking the three dots next to the Resume/Pause button, and clicking the Copy Id button that pops up. The Plugin or Macro Id will be copied to your clipboard.

https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks