EventSK

Addon EventSK 1.0.0

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

CC007

New Member
Apr 10, 2017
1
0
0
30
CC007 submitted a new resource:

EventSK - A addon that enables you to catch Bukkit events from within Skript

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:

Code:
package some.package.name;

import ...

public YourEvent extends Event {
    private static final HandlerList handlers = new HandlerList();

    @override...

Read more about this resource...