Package ch.njol.skript.lang

Examples of ch.njol.skript.lang.Trigger


    }, 2);
  }
 
  final static void test() {
   
    final Trigger t = ScriptLoader.loadTrigger(nodeFromString("on rightclick on air:\n kill player"));
    assert t != null;
    t.execute(new PlayerInteractEvent(njol, Action.LEFT_CLICK_AIR, null, null, null));
   
  }
View Full Code Here

TOP

Related Classes of ch.njol.skript.lang.Trigger

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.