Skellet - packets

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Ben The Dev

Member
Jan 24, 2020
2
0
1
42
Skript author:
Njol, Mirreski, bensku, TheBentoBox, FranKusmiruk, Shanebeee, Blueyescat, JRoy, Nicofisi, APickledWalrus, xXAndrew28Xx, Syst3ms, TheLimeGlass, Pickachu920, Sashie, Wealthyturtle, OfficialDonut and eyesniper2

Minecraft version:
1.16.3 Spigot

Versions:
Skellet: 1.9.9-MH
Skript: v2.5-beta2-MH

Code:
#Example script
on packet:
if event-string is "PacketPlayInSettings":
set {_this} to packet field "a"
broadcast "Language: %{_this}%"
set {_this} to packet field "b"
broadcast "View distance: %{_this}%"
set {_this} to packet field "c"
broadcast "Chat setting: %{_this}%"
set {_this} to packet field "f"
broadcast "Lefty or Righty: %{_this}%"

Note:
Packets is not in any of the configs I don't have /skellet Skript can't understand the on packet event.
Minehut might be the issue but I don't have a clue

Reload Errors:
can't understand this event: 'on packet' (packet.sk, line 1: on packet: )
 
Last edited:
Skript author:
Njol, Mirreski, bensku, TheBentoBox, FranKusmiruk, Shanebeee, Blueyescat, JRoy, Nicofisi, APickledWalrus, xXAndrew28Xx, Syst3ms, TheLimeGlass, Pickachu920, Sashie, Wealthyturtle, OfficialDonut and eyesniper2

Minecraft version:
1.16.3 Spigot

Versions:
Skellet: 1.9.9-MH
Skript: v2.5-beta2-MH

Code:
#Example script
on packet:
if event-string is "PacketPlayInSettings":
set {_this} to packet field "a"
broadcast "Language: %{_this}%"
set {_this} to packet field "b"
broadcast "View distance: %{_this}%"
set {_this} to packet field "c"
broadcast "Chat setting: %{_this}%"
set {_this} to packet field "f"
broadcast "Lefty or Righty: %{_this}%"

Note:
Packets is not in any of the configs I don't have /skellet Skript can't understand the on packet event.
Minehut might be the issue but I don't have a clue

Reload Errors:
can't understand this event: 'on packet' (packet.sk, line 1: on packet: )
Hello, I guess that skellet don't have any effect, event, condition or expression that use packets. Maybe you should use MundoSk. This one use packets.
 
Minehut removed Skellet's packet system in their new custom version which came out a week or two ago, Not sure why they decided to do this as the old version worked perfectly
 
Minehut removed all packet addons' packet functions because they were being used for malicious purposes :emoji_grinning:
Things like MundoSk and Skellet's packet functions are gone

sorry for bump btw
 
Status
Not open for further replies.