How To Make A Vanilla GUI (NO Addons)- Minecraft Skript Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024

Комментарии • 82

  • @djrobotzz
    @djrobotzz 2 года назад +14

    for anyone needing it, this is the everything he wrote in his script:
    command /mainmenu:
    trigger:
    set metadata tag "mainmenu" of player to chest inventory with 3 rows named "&6Main Menu"
    set slot 13 of metadata tag "mainmenu" of player to player's skull named "&6%player%'s Head" with lore "&7Click to get your head"
    open (metadata tag "mainmenu" of player) to player
    on inventory click:
    if event-inventory = (metadata tag "mainmenu" of player)
    cancel event
    if index of event-slot is 13:
    give 1 of player's skull to player

    • @ArrasBushwacker
      @ArrasBushwacker 8 месяцев назад +1

      for anyone needing it, i beleive u missed some colons: here is the updated one: (sorry it has different tags and commands)
      command /shop:
      usage: &c"/shop" (how can u mess this up)
      trigger:
      set metadata tag "shop1" of player to chest inventory with 3 rows named "&2SHOP"
      set slot 13 of metadata tag "shop1" of player to player's skull named "&6%player%'s Head" with lore "&7Click to get your head"
      open (metadata tag "shop1" of player) to player
      on inventory click:
      if event-inventory = (metadata tag "shop1" of player):
      cancel event
      if index of event-slot is 13:
      give 1 of player's skull to player

  • @bugz9926
    @bugz9926 3 года назад +7

    love these tutorials keep it up 💪

    • @noahr1126
      @noahr1126 2 года назад +1

      thought we had the same pfp for a sec

  • @xD_TheX
    @xD_TheX 3 года назад +3

    POG Video, but i cannot use this plugin bc i am in aternos and i cannot switch to minehut bc i am playing on TL

    • @joveaaron-real
      @joveaaron-real 3 года назад

      Suggest Aternos to implement Skript lol

  • @Evan-mt4ie
    @Evan-mt4ie 2 года назад +2

    command /headgui:
    trigger:
    set metadata tag "headgui" of player to chest inventory with 3 rows named "&lHead GUI"
    set slot 13 of metadata tag "headgui" of player to player's skull "&4%player%'s head" with lore "&4Click to get your head!"
    open (metadata tag "headgui") to player
    on inventory click:
    if event-inventory = (metadata tag "headgui" of player):
    cancel event
    if index of event-slot is 13:
    give 1 of player's skull to player
    There is and error and it says cant understand the condition/effect PLEASE HELP ME!

    • @Gyoonisaz
      @Gyoonisaz 2 года назад

      options:
      servername: &bR&fN
      permission: &cYou Dont Have Permission To Op
      command /gui:
      trigger:
      set metadata tag "tutorial" of player to chest inventory with 3 rows named "&2tutorial"
      set slot 12 of metadata tag "tutorial" of player to grass block named "Test"
      open (metadata tag "tutorial" of player) to player
      on inventory click:
      if event-inventory = (metadata tag "tutorial" of player):
      cancel event
      if index of event-slot is 13:
      execute console command "warp thronesurga %player%"
      close inventory to player
      use this bro auto work

  • @AR4582studio
    @AR4582studio 3 года назад +4

    Fan staff don’t need any plugins, he only need skript and he can do everything!!!

  • @theredstoneduck4113
    @theredstoneduck4113 Год назад

    the gui opens but nothing in there

  • @KingJacob105
    @KingJacob105 2 года назад +2

    good, now make a softcoded rank system in skript.

  • @MiiTsY
    @MiiTsY 2 года назад +1

    Hey is it possible to do this with custom heads in 1.17.1 ? (no tuske/ skstuff since outdated :/)

  • @CoolBluePlayz
    @CoolBluePlayz Год назад

    Tf man, why r u so underrated?

  • @jentinater
    @jentinater 3 года назад +2

    command /menu:
    trigger:
    set metadata tag "menu" of player to chest inventory with 4 rows named "&3&l Server Selector"
    set slot 10 of metadata tag "menu" of player to glowing emerald named
    "&b&lMain Hub"
    open (metadata tag "menu" of player) to player

    on inventory click:
    if event-inventory = (metadata tag "menu" of player):
    cancel event
    if index of event-slot is 10:
    teleport player to location(88.5, 114, 113.5, world "spawn")
    This is what i got and it gives me 3 errors does anyone know why?

    • @monkeysarecool1739
      @monkeysarecool1739 2 года назад +1

      u cant ask why u got errors if u dont say what they are

    • @ertemyt6730
      @ertemyt6730 2 года назад +1

      command /menu:
      trigger:
      set metadata tag "menu" of player to chest inventory with 4 rows named "&3&l Server Selector"
      set slot 10 of metadata tag "menu" of player to emerald named "&b&lMain Hub"
      open (metadata tag "menu" of player) to player

      on inventory click:
      if event-inventory = (metadata tag "menu" of player):
      cancel event
      if index of event-slot is 10:
      teleport player to location(88.5, 114, 113.5, world "spawn")
      ( here you go)

    • @denizaxu
      @denizaxu Год назад

      @@ertemyt6730 Harikasın

  • @naviledor3603
    @naviledor3603 Год назад +1

    Hello, This video was so good! But can you make a video about like when you made a gui, when you click it it will open other type of gui. Can you make a video about this? Would be Very helpful!

    • @rrl6164
      @rrl6164 11 месяцев назад

      on inventory click:
      event-inventory is blah blah:
      index of event slot is blah blah:
      set metadata tag "BLAH BLAH" of player to chest inventory with blah blah rows named "Blahblah"
      you get it right? (I'm not an advanced skripter, this is just what I think it'll be)

    • @naviledor3603
      @naviledor3603 11 месяцев назад

      thanks for trying to help i appreciate it, but i arleady found out how to make it@@rrl6164

  • @exprxss2798
    @exprxss2798 2 года назад

    tuske doesnt work with some ofmy plugins and you are amazing bro, thanks so much

  • @pedroleal417
    @pedroleal417 3 года назад +1

    Hi, thank you for the tutorials, hello from brazil

  • @ztinoo
    @ztinoo 3 года назад

    hi, pls you upload a tutorial the how to make a crate plugins pls

  • @meetbhanushali9981
    @meetbhanushali9981 Год назад

    Please add rtp gui

  • @kdand7012
    @kdand7012 Год назад

    you says you don't use addon you are using tuske thats an addon to skript.

  • @blockify
    @blockify 2 года назад

    How do I fix the bug where we can shift click items into the inventory but then they get stuck there?

    • @coolitoyce
      @coolitoyce 2 года назад

      on inventory click:
      if event-inventory = (metadata tag "the name of your GUI" of player):
      cancel event

    • @blockify
      @blockify 2 года назад

      @@coolitoyce ah thanks bro! That looks like it will work :)

  • @blahblah5401
    @blahblah5401 2 года назад

    And not working

  • @BlackDragon432u4
    @BlackDragon432u4 2 года назад

    Can you make this for bedrock/mcpe

  • @ItzArxinShorts
    @ItzArxinShorts 2 года назад +2

    i think with the addons its easier! like if u agree

  • @DiamondMan1
    @DiamondMan1 3 года назад

    first to comment lol
    btw i love ur skript tutorials

  • @jonathanskript
    @jonathanskript Год назад

    1.8.8?

  • @zxergon4538
    @zxergon4538 3 года назад

    how to make it cost resources

  • @gamerairtube5172
    @gamerairtube5172 3 года назад

    but i can put anything from my player inventory to the chest inventory, is it possible to stop that?

    • @mintytc
      @mintytc 3 года назад

      Put "cancel event" on the on inventory click (I don't want to self promote but I have a tutorial on a way easier way to do it)

    • @gamerairtube5172
      @gamerairtube5172 3 года назад +1

      @@mintytc this cancels inventory clicks even if the gui not open

    • @im_kas
      @im_kas 2 года назад

      @@gamerairtube5172 check name of inventory

  • @BDDLT
    @BDDLT 3 года назад

    Does this work with skript-gui addon?

  • @Paarsifal
    @Paarsifal 3 года назад +1

    Please do one on Daily Rewards

    • @herberto__
      @herberto__ 2 года назад +1

      command daily:
      trigger:
      set {_waited} to difference between {dailyReward::%uuid of player%} and now
      if {_waited} is less than {@cooldown}:
      send "&7[&5&lSERVER&7] &rYou must wait %difference between {@cooldown} and {_waited}% before claiming your daily reward again"
      else:
      set {dailyReward::%uuid of player%} to now
      execute console command "crate givekey %player% daily"
      send "&7[&5&lSERVER&7] &rHere is your daily reward."

  • @ateryss6567
    @ateryss6567 2 года назад

    How to do real time script?

  • @joveaaron-real
    @joveaaron-real 3 года назад

    Hi, so it does not work for me (?)
    So, my laptop isn't very powerful so I had to go to 1.8 to do this.
    I placed the script and, the head shows up! But upon clicking, nothing. I just move it and I can leave it in my inventory.
    Any help, please?

  • @N1ghtc1
    @N1ghtc1 2 года назад

    thank you so much!

  • @assky15_
    @assky15_ 3 года назад

    what app do you use when you write the text?

    • @alexthelion1174
      @alexthelion1174 3 года назад

      it says in the beginning of the video

    • @mintytc
      @mintytc 3 года назад

      Atom

    • @mintytc
      @mintytc 3 года назад +2

      I recommend visual studio code tho

  • @AR4582studio
    @AR4582studio 3 года назад

    Make new video pls

  • @happyguy058
    @happyguy058 Год назад +1

    Hi your tut is verry good, can you make a shop system with this

  • @breadplays6288
    @breadplays6288 2 года назад

    so after a while i made this
    command /potion:
    trigger:
    set metadata tag "PotionGUI" of player to chest inventory with 3 rows named "&2Potion GUI"
    set slot 10 of metadata tag "PotionGUI" of player to iron sword with lore "&4Strength"
    open (metadata tag "PotionGUI" of player) to player
    set slot 12 of metadata tag "PotionGUI" of player to golden pickaxe with lore "&6Haste"
    open (metadata tag "PotionGUI" of player) to player
    set slot 14 of metadata tag "PotionGUI" of player to emerald with lore "&aHero of the Village"
    open (metadata tag "PotionGUI" of player) to player
    set slot 16 of metadata tag "PotionGUI" of player to steak with lore "&3Saturation"
    open (metadata tag "PotionGUI" of player) to player
    on inventory click:
    if event-inventory = (metadata tag "PotionGUI" of player):
    cancel event
    if index of event-slot is 10:
    execute console command "effect give %player% strength"
    on inventory click:
    if event-inventory = (metadata tag "PotionGUI" of player):
    cancel event
    if index of event-slot is 12:
    execute console command "effect give %player% haste"
    on inventory click:
    if event-inventory = (metadata tag "PotionGUI" of player):
    cancel event
    if index of event-slot is 14:
    execute console command "effect give %player% hero_of_the_village"
    on inventory click:
    if event-inventory = (metadata tag "PotionGUI" of player):
    cancel event
    if index of event-slot is 16:
    execute console command "effect give %player% saturation 30"
    does anyone know how i could make it that only one player can use this command?

    • @KorgiAssassin
      @KorgiAssassin 2 года назад

      after trigger write if name of player is "(player name)" then run the rest of code

    • @breadplays6288
      @breadplays6288 2 года назад

      @@KorgiAssassin tysm

  • @PatryszonYT
    @PatryszonYT 2 года назад

    Pls AutoYT script pls

  • @ghost_fire_534place9
    @ghost_fire_534place9 3 года назад

    Vanilla GUI is most of the times easy.

  • @kakehull2566
    @kakehull2566 3 года назад +1

    Can this comment get 0 likes?

  • @matlouis2886
    @matlouis2886 2 года назад +1

    Hi nice video! It helps me good but i may need to more things such as, how to make ranks GUI (it takes money from player etc) and how do i do to do that player need the 1st rank, and he can open the 2nd rank etc. The last thing is, can you make your advanced crate skript in vanilla GUI ? Because it won't work with Tuske :/

  • @theredstoneduck4113
    @theredstoneduck4113 Год назад

    I did exactly what u did and thats not working

  • @lincolnfife6410
    @lincolnfife6410 2 года назад

    how do i make more slots

  • @moneverix
    @moneverix 3 года назад +1

    Is it possible to make damage indicator in Skript, if yes. Can you please make a tutorial about it?

    • @chester8314
      @chester8314 2 года назад

      On damage:

    • @moneverix
      @moneverix 2 года назад

      @@chester8314 ?

    • @pewuss567
      @pewuss567 2 года назад

      @@moneverix do this:
      on damage:
      [do stuff]

  • @flyh1ghgd182
    @flyh1ghgd182 2 года назад

    hi i love your videos but. When i skript the gui and i go into game and type "/sk reload [name]" and for an example, we say my command to open the gui is "/gui" the issue is that the command doesnt show up and it like doesnt work, i really hope someone know how to fix this but yeah that's all bye

    • @flyh1ghgd182
      @flyh1ghgd182 2 года назад

      @@FanStaaff no no errors

    • @flyh1ghgd182
      @flyh1ghgd182 2 года назад

      @@FanStaaff no errors, but I’m playing on 1.18.2 sometimes and sometimes 1.8

    • @Flomish11
      @Flomish11 2 года назад

      did he give you an answer?

    • @flyh1ghgd182
      @flyh1ghgd182 2 года назад

      @@Flomish11 nah

  • @Minecraft-ut8hn
    @Minecraft-ut8hn 3 года назад

    Please , are you can make a BedWars plugin .

  • @imike-nv6rx
    @imike-nv6rx 11 месяцев назад

    That is exactly what I was searching for for weeks now. Thank you so much!! :)

  • @xiirus3092
    @xiirus3092 Год назад

    i need this to only work for one person bc i was working for the whole server

  • @NotUltron
    @NotUltron 2 года назад

    how do you make it run a command

  • @rinor8892
    @rinor8892 3 года назад

    Can you do a Video how to give a selfmade npc a Skin

  • @annjlenaanna
    @annjlenaanna Год назад

    Hey there fan staaf. I'm making a menu gui in my server and was wondering is there a way to open a gui inside another gui?

    • @rif406
      @rif406 Год назад

      yes of course, when the player clicks the slot close his inventory and make him execute a command that opens another gui

  • @pixel9550
    @pixel9550 3 года назад

    can you do a part two where you go more do more with guis?

  • @koloja
    @koloja 3 года назад

    Great videos 👍

  • @Ryan50257
    @Ryan50257 3 года назад +1

    Can you make a video on how to make genlists and generator blocks?

  • @crazyyoutubeyt1533
    @crazyyoutubeyt1533 2 года назад

    I know this video was made quite a while ago, but is it possible to instead of having to use a command to open the GUI, I can instead right click on an item, say a Nether Star named "&6Main GUI"?

    • @oliverreader2954
      @oliverreader2954 2 года назад

      yes just run the write the code in a different place.... *duh*
      on rightclick with nether star named "&6Main GUI":
      do stuff
      not tested but should work