Jump to content

menu skript I made


monek1

Recommended Posts

#Menu skript by belugameat64

 

command /rules:
  trigger:
    wait 1 tick
    send "&9BelugaPvP2 >>> &aListing rules please wait..."
    wait 1 seconds
    send ""
    send "&c&l------[Rules]------"
    send "1. No Hacks"
    send "2. No mods like macros, auto clickers, Xray, etc"
    send "3. Do not spam"
    send "4. Be respectful to everyone"
    send "&c&l-------------------"
    send ""

command /events:
  trigger:
    open virtual chest with size 3 named "Events Menu" to player
    format gui slot 13 of player with diamond sword named "&cBeluga Event" to run:
      send "&cThat event is offline" to player
      close player's inventory
    format gui slot 18 of player with arrow named "&7&lCLOSE" to run:
      close player's inventory

 

command /menu:
  trigger:
    open virtual chest with size 3 named "Menu" to player
    format gui slot 13 of player with player's skull named "&6Welcome %player%" to run:
      send "&bWelcome to BelugaGens %player%!" to player
      close player's inventory
    format gui slot 12 of player with emerald named "&aEvents" to run:
      close player's inventory
      wait 10 ticks
      make the player say "/events"
    format gui slot 14 of player with black stained glass pane named "&cComing Soon!"

    format gui slot 23 of player with white wool named "&dSpawn" to run:
      make the player say "/spawn"

 

 

    format gui slot 22 of player with lava bucket named "&7Trash bin" to run:
      close player's inventory
      open virtual chest with size 3 named "Trash bin" to player

    format gui slot 4 of player with paper named "&c&lRules" to run:
      close player's inventory
      wait 1 tick
      send "&9[SERVER NAME] >>> &aListing rules please wait..."
      wait 1 seconds
      send ""
      send "&c&l------[Rules]------"
      send "1. No Hacks"
      send "2. No mods like macros, auto clickers, Xray, etc"
      send "3. Do not spam"
      send "4. Be respectful to everyone"
      send "&c&l-------------------"
      send ""


    format gui slot 5 of player with chest named "&6Kits" to run:
      close player's inventory
      make the player say "/kits"

Edited by belugameat64

DOWN WITH THE MODS

Link to comment
Share on other sites

  • 2 weeks later...

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...