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

Fixed error when left clicking an npc
+Dependencies: Mundosk (for custom events)
and ProtocolLib (for packet events)

With this update you can now listen for when a npc is right clicked by using MundoSk custom events
To do this use "on event "npcore npc click": "
You can get the player who right clicked using event-player
and you can get the id of the npc with event-text

Currently this only supports right clicking, but an event for left clicking will be added soon