πŸ’­Regular Alerts

You can set some messages to be sent every x seconds with hover and clickable options

You can set the message, the hover (a message that appears when hovering the mouse over the message) and the click action

Types of click actions:

  • OPEN_URL when clicked the message, it will open the url set in "action"

  • RUN_COMMAND when clicked, it will force the player to run a command set in "action"

  • NONE it will make nothing when clicked

You can create as many as you want, you can copy one of the examples.

Last updated