Jump to content
  • 0

Skript Help


Esperational

Question

So i've made an skript that is for me making chat controlling but when i talk "[Program]" it opens me the menu and tells me the message that i wanted but it opens the menu i didn't wanted to

 

 


Skripter for 2 years (Rusty)

Joined 2019

VIP Since 2020


 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

KJPAKA ok here it is

 

on chat:
  set {_x} to message
  set {_x} to  "[Program]"
  if player has permission "Program.Skript":
    broadcast "&7[Program] &r> &3Yes? "
  set {_x} to  "[Program] Open Menu"
  if player has permission "Program.Skript":
    broadcast "&7[Program] &r> &3Done "
    open virtual chest inventory with size 3 named "&6Menu" to player
    format gui slot 11 of player with command block named "&6Control Panel" to run:
      open virtual chest inventory with size 3 named "&6Control Panel" to player
      format gui slot 11 of player with grass block named "&6Skript Reload" to run:
        execute console command "skript reload all"
        send "&7[Program] &3Loaded"
    format gui slot 13 of player with oak planks named "&6Gamemodes" to run:  
      open virtual chest inventory with size 3 named "&6Gamemodes" to player
        
 


Skripter for 2 years (Rusty)

Joined 2019

VIP Since 2020


 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...