Jump to content

ImMeh

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by ImMeh

  1. So.

    I would really like to send packets to the client with Skript, the problem is that there are currently no way to do that on Minehut. I know MundoSK can do it, but since it was removed due to not being updated, and the fact that it could do something with HTTPS (idk). Hence I don't think it'll be added again.

    My solution is that we get ThatPacketAddon, because it can only do packet stuff, not edit files and no HTTPS stuff (also suggested here: 

    )

    Link: https://github.com/TlatoaniHJ/ThatPacketAddon (I know it's only tested by the author up to 1.14, but hear me out. There are multiple examples of people using on 1.16, so please, before just denying my request, test it.)

    I don't think I would be the only one happy to see this being added ;D

    And

    I would also like GlowAPI (for glowing with MorkazSK: "[morkazsk] make %entities% glow with color %string% for %players%")

     

    Thanks!

  2. 6 hours ago, WesGamer said:

    Yes i think this would work

    
    on inventory click:
      if clicked-item is dirt named "Dirt":
        if cursor-slot is stone named "Stone":
          remove dirt named "Dirt" from player
          remove stone named "Stone" from player
          give cobblestone named "Dirt Stone" to the player

    I dont know if this requires addons and if it gives a error at line 2 or 3 try to remove the - 

    and if there are any other errors tell me in this topic ☺

    Hi thank you for responding. I have tried the thing you sent me (and the exact thing you sent me). Unfortunately it doesn't work for me. If it works for you, I would like a list of all your addons. Mine are MorkazSk, SkBee, Skellett, SkQuery, skRayFall and TuSKe.

  3. give player [Item] named "[Name]" with lore "[Lore 1]", "[Lore 2]" and "[Lore 3]" with nbt "{Unbreakable:1,HideFlags:63}"

    NBT Unbreakable will make it unbreakable and NBT HideFlags:63 hides all flags like: "Unbreakable" and "When in main hand:"

     

    EDIT: I think you'll need SkBee

×
×
  • Create New...