packet

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. T

    SEND PACKET Open animation for chest

    I want to make the server send chest opening animation to the client when a function is called. My version is 1.14.4, I have skript-mirror and i know in Bukkit you can do this with PacketPlayOutBlockAction (which is ProtocolLib i guess). I tried so many different ways of doing it, but it did...
  2. SkriptEnjoyer

    Lightning Bolt Packet

    Someone know how to summon lightning bolt visible to a specific player with a packet using skript-packet or skript-reflect? I know use the PacketPlayOutSpawnEntity, but do not know how to use it. if you know that, please tell me how to do. Minecraft Version: 1.18.2 Skript Version: 2.6.3 Addon...
  3. R

    Is it possible to send fake entity packets that contain items?

    I wonder if there're ways to make fake armor stands/item frames/display entities that are having items in their slots. And I tried PoaSK but that seems only allow to spawn a fake eitity with ID...What's the ID means and can I modify a specific fake entity by its ID? (I have posted this thread on...
  4. D

    Packet cooldown function

    Packet cooldown function I very much did try to make this on my own but could not figure it out, so I decided to reach out to you folks What I want: I just want a function that uses skript-packet's packet system and use "set cooldown" packet to execute a overlay on any item like...
  5. B

    Need help with skript-reflect packet

    Trying to figure out how to know when someone starts to mine a block, aborts it and finishes mining with the PacketPlayInBlockDig, and then run some code for it giving me control over the amount of time it takes to mine the block. I've looked online for days for some help in understanding it but...
  6. xultraalphax

    Solved Skript packet blocks

    Hello! So I wanted to make a skript where players can toggle seeing grass and flowers by /grass command. I wanted to use "make player see block as block" but I have ran into a problem. I wasn't able to make the player see the flowers for a temporary time so it will remain as air. Could you help...
  7. E

    Solved Troubles with ThatPacketAddon

    Skript Version (do not put latest): Skript v2.5-alpha3 Skript Author: Bensku Minecraft Version: 1.15.2 --- Full Code: set {_cooldownPacket} to new play_client_set_cooldown packet I have thatpacketaddon v1.0-BETA.3 and ProtocolLib v4.5.1. I've read the docs and from what I could understand the...
  8. B

    How to block /<tab>?

    I want to block /tab, but my server is using 1.8, so MundoSK isn't compatible with the server. When I change my server to 1.8, Some addons can't used too. options: blocked-commands: "/bukkit", "/version" and "/plugins" on packet: if event-string is "PacketPlayInTabComplete": if...
  9. A

    ThatPacketAddon faster analyse ?

    Hi, I need help to make my code the most faster as possible on packet event play_server_map_chunk: {{@title}::season} is "winter" boolean field = true set {_data::*} to byte array field set {_n} to size of {_data::*} - 255*4 loop 256 times: set {_data::%{_n}%} to 30...
  10. G

    How do I invisible an NPC to other players?

    How do I invisible an NPC to other players? And only one player can see this NPC. ~ Google Translate
  11. TPGamesNL

    Possible bug when using play_server_chat packet with message effect

    Skript Version: 2.2-dev36 Skript Author: Bensku Minecraft Version: Spigot 1.12.2 --- Full Code: on packet event play_server_chat: set {_t} to "chatcomponent" pjson 0 of event-packet send "&ct: %{_t}%" to console command /test: trigger: message "test" Errors on Reload: None...
  12. Tlatoani

    MundoSK Packets

    This is a tutorial that will teach you how to use packets. What are packets? Packets are what Minecraft uses to send information between a server and client. Each packet has a packettype. Packettypes describe what kind of information a packet holds and for what purpose that information should...
  13. Tlatoani

    Addon MundoSK 1.8.5

    Announcement: MundoSK will be splitting up into a few smaller addons in the future. If you are looking to use MundoSK right now, this shouldn't affect your usage, just that sometime in the future you will need to replace MundoSK with a new addon(s). This won't change how any of your scripts are...