Solved Anyone remember HookSk?

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

i998979

Member
Jan 26, 2017
24
2
0
24
Do anyone remember HookSk?
I am looking for the download link
But it seems like being removed
So I would like to ask
do anyone have the download link/ .jar file?

The reason that I want to find this plugin because I remember that
it has a feature that detects every message sent by plugin to player
and I want to know how did he code this

Thank you
 
Are you sure it has existed? there's nothing on spigot, bukkit, skriptmc, and even skunity doc :/
 
Are you sure it has existed? there's nothing on spigot, bukkit, skriptmc, and even skunity doc :/
im sure that it exists
it is a pretty old plugin when bukkit forum is still exist
also one of my old skript based on it
just i cant find it anymore and i dun have a copy of it
 
You shouldn't use HookSK, it is really old and might not even work anymore.

What you want can be achieved with MundoSK and ProtocolLib, in the following way:
code_language.skript:
on packet event play_server_chat:

# chatcomponent pjson 0 of event-packet is the json message

I've also made some utilities for the chat packet event which makes the job way easier. You can take a look on my snippets thread.
 
You shouldn't use HookSK, it is really old and might not even work anymore.

What you want can be achieved with MundoSK and ProtocolLib, in the following way:
code_language.skript:
on packet event play_server_chat:

# chatcomponent pjson 0 of event-packet is the json message

I've also made some utilities for the chat packet event which makes the job way easier. You can take a look on my snippets thread.
Ya I know that and I'm not gonna use it
Just because my old script uses hooksk
and now I am gonna code my script in java
just wanna know what tricks hooksk used to detect plugin messages
That's why i need hooksk