Addon Tutorial: Script API Basics

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น •

  • @kitty_cob
    @kitty_cob ปีที่แล้ว +3

    Omg this tutorial is just what I needed

  • @Muhammeeeed21
    @Muhammeeeed21 ปีที่แล้ว +3

    greetings from Turkey ❤

    • @Zenore1223
      @Zenore1223 3 หลายเดือนก่อน

      اخيرا لقيت واحد عربي

  • @_NET_
    @_NET_ ปีที่แล้ว +4

    🍿😎 series !!!!!

  • @yimmplay
    @yimmplay ปีที่แล้ว +2

    Could you show us more advanced examples?

  • @A_MOLL
    @A_MOLL ปีที่แล้ว

    Wow thanks there is not much documentation on yt

  • @Muhammeeeed21
    @Muhammeeeed21 ปีที่แล้ว +1

    How do I make a form page that will open after placing the grass block?

  • @wassimboufelghat7104
    @wassimboufelghat7104 10 หลายเดือนก่อน

    Thank you a lot
    That's what i need to to explain

  • @ColdAsIce936
    @ColdAsIce936 11 หลายเดือนก่อน +1

    why my bridge auto completions is not working?

  • @RandomGuyOnDaFreakingNet
    @RandomGuyOnDaFreakingNet 7 หลายเดือนก่อน +3

    why do you only have 3.6k subs. Someone ples fix this ToT

  • @Dragongaming-ws7bm
    @Dragongaming-ws7bm 5 หลายเดือนก่อน

    "why would you cancel player leave?" *sao ptsd ensues*

  • @mrhealthfitness683
    @mrhealthfitness683 ปีที่แล้ว

    Thx saves a life today

  • @Mr.Z-addons
    @Mr.Z-addons 3 หลายเดือนก่อน

    How to join the discord where you show your codes I wanna learn script API so bad

  • @damm7123
    @damm7123 ปีที่แล้ว +1

    Could you make a tutorial on how to use the "bridge:connectable" component?

    • @MineDevStudios
      @MineDevStudios  ปีที่แล้ว +1

      No. Because
      A. Too specific as in its not a broad topic and
      B. That component is not part of vanilla Minecraft.

    • @damm7123
      @damm7123 ปีที่แล้ว

      @@MineDevStudios ahh ok. Thank you anyways

  • @bestv_2523
    @bestv_2523 ปีที่แล้ว

    I have a problem automatically sing the events automatically just like you

  • @awah-zw9lz
    @awah-zw9lz 8 หลายเดือนก่อน

    Somebody should make AI that allows you to code Scripts for Minecraft add-ons. That will be awesome 🤟😉

  • @xvovabluex
    @xvovabluex 8 หลายเดือนก่อน

    There is no sign of life addon no no error no warning beta api enabled nothing happens

  • @infernogaming8421
    @infernogaming8421 ปีที่แล้ว

    Is there anyway to get the actual player positions using scripts. I'm wanting to do a death coords type thing in chat and dont quite know how I'd do that. Also are there any ideas that come to mind that I could test out if I can't use script for it?

    • @MineDevStudios
      @MineDevStudios  ปีที่แล้ว +1

      learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/entitydieafterevent?view=minecraft-bedrock-experimental
      A player is also an entity. Just check if the dead entity is of type player then get the coordinates.

  • @Kthenerd14
    @Kthenerd14 9 หลายเดือนก่อน

    I don't know why but the typeId is coming up as "air" when in the world.beforeEvents.playerPlaceBlock function instead of whatever block I actually place. This means that I can't stop the player from placing a block because it never matches the typeId.
    In a world.afterEvents.playerPlaceBlock function it will actually have the correct typeId but will not allow me to stop the player from placing a block (because they've already placed it).
    Any ideas?

    • @MineDevStudios
      @MineDevStudios  9 หลายเดือนก่อน +1

      It's experimental. So it's probably a bug.

  • @Marsmelo2010
    @Marsmelo2010 11 หลายเดือนก่อน

    Do entities please I’m tryna do some cool stuff with players and other entities

  • @OlaffiDzn
    @OlaffiDzn 7 หลายเดือนก่อน

    [Scripting][error]-Plugin [My Behavior Pack - 1.0.0] - [main.js] ran with error: [TypeError: cannot read property 'subscribe' of undefined at (main.js:3)
    ]
    [Structure][error]-[[Jigsaw Structure]] couldn't be constructed, no pool named `minecraft:trial_chambers/chamber/end`
    I can't solve. Can you help-me?

    • @5DPixel
      @5DPixel 4 หลายเดือนก่อน

      Second one doesn’t matter, it happens to me too but the first one, could you share your whole code if not fixed ny now?

    • @ern0982
      @ern0982 4 หลายเดือนก่อน

      replace "playerPlaceblock" with "ItemUseOn". The first one is no longer available. As for the second one, it seems to be a structure error, so it doesn't affect the script (I suggest you also replace "ev" with "event", to make sure it works)

  • @AlzeXD
    @AlzeXD 2 หลายเดือนก่อน

    Why there's no auto completion on Android? (On script)

    • @AlzeXD
      @AlzeXD 2 หลายเดือนก่อน

      Pls answer is it only available on windows?

  • @CTabdul15
    @CTabdul15 ปีที่แล้ว

    Can you send the invite link for the discord server that you showed

    • @MineDevStudios
      @MineDevStudios  ปีที่แล้ว

      It's on this channel where more information is.

    • @CTabdul15
      @CTabdul15 ปีที่แล้ว

      ​@BedrockAddons, do you mean description?

    • @MineDevStudios
      @MineDevStudios  ปีที่แล้ว

      @@CTabdul15 No. I mean this channel's about.

  • @easymcx1
    @easymcx1 ปีที่แล้ว

    how can I activate the autocomplete?

    • @MineDevStudios
      @MineDevStudios  ปีที่แล้ว

      Make sure your manifest and versions are correct. then simply press ctrl+space

  • @azaleadev
    @azaleadev 11 หลายเดือนก่อน

    nice video

  • @SkySloth
    @SkySloth ปีที่แล้ว

    Nice video

  • @timbo_665bo7
    @timbo_665bo7 ปีที่แล้ว +1

    Heyyy Thank you for the perfect video.
    Unfortunately, I am looking in vain for a template for a ui that can be used for example by clicking the compass.
    The clickevtent is not the problem just the ui

  • @zephyros2885
    @zephyros2885 ปีที่แล้ว

    next tutorial:3D entity w/animations

  • @TotallyReliableDino
    @TotallyReliableDino ปีที่แล้ว +5

    Hehe I didn't understand a thing 😅

  • @demondevmc
    @demondevmc ปีที่แล้ว

    whoops sorry i crashed the video

  • @Krhey-0
    @Krhey-0 ปีที่แล้ว

    >:3