SETTINGS

  • Open config.yml

settings:
  debug: true # Set to true to see debug messages in console and chat
  main_menu_title: "§6§lBETTER UI!" # Main title of the dialog
  main_menu_body: "§eSELECT AN OPTION:" # Body message of the dialog
  can_close_with_escape: false # Set to false to prevent closing with ESC (Request 7)
  toggle_action_bar_message: "CLICK TO OPEN THE DIALOG MENU!"
  • debug mode: true/false, useful for support!

  • main_menu_title: the message that will be displayed on the Title of the dialog!

  • main_menu_body: the message that will be displayed on the Body message!

  • can_close_with_escape: true or false!

  • toggle action bar message: message that will be displayed on toggle mode.

Last updated