Ultra Customizer Guides
  • 👋Welcome
  • ❔Basics
    • Getting started
    • Elements details
    • Manage folders
      • Global management
      • Import export
  • 💻GUI's
    • How to open your GUI
    • Custom buttons
      • Custom button icon
      • Player head (Opening the GUI)
    • Button Lores
      • Players placeholders
    • Unlockable Buttons
  • ⚙️Simple systems
  • Creating a mute chat script
    • Creating the /mutechat command
    • Creating the /unmutechat command
    • Creating the script
  • Text message replacement
    • Creating the script
  • ---------------------------
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. GUI's

How to open your GUI

In this guide we are going to open a GUI and check if the user has permission to do this.

PreviousImport exportNextCustom buttons

Last updated 3 years ago

Was this helpful?

Creating the command

First we need to make our command to open our GUI. Than we need to make a has permission check to see if that user can use that GUI / command.

This permission can be anything you want it to be

Than when he has the permission we are going to open our GUI.

And here we are you have now a command to open a GUI

You can put in a message if the user has no permission to use that GUI and/or you can add a sound after the GUI has opent

💻