Search results

  • 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. CC007

    Addon EventSK

    CC007 submitted a new resource: EventSK - A addon that enables you to catch Bukkit events from within Skript Read more about this resource...
  2. CC007

    Addon EventSK 1.0.0

    EventSK v1.0.0 (Same resource as on Spigot) This plugin is a Skript add-on that makes it possible to listen to all Bukkit events (even events from other plugins). Syntax: Say you have the following Bukkit event class: package some.package.name; import ... public YourEvent extends Event {...