jxpl 15 released
Seems like I forgot to do this.. jxpl r12 released Make it show the script filename instead of <Unknown source> in stacktraces. Thank you for...
All event handlers in jxpl have two arguments: type and eventArgs. function onEnable() { helper.log(Level.INFO, "Testplugin loaded!");...
jxpl r11 released Fix jxpl's javascript breaking Rhino is now included in the jar, avoiding differences in Java 6/7 API Fix jxpl completely...
I'd suggest you actually read the error next time. 2011-12-15 22:03:03 [SEVERE] Caused by: sun.org.mozilla.javascript.internal.EcmaError:...
Sorry, I've enabled messaging.. though I'd rather communicate via IRC if possible. I'm in Bukkit and Spout's IRC channel most of the time. What...
This is weird.. I need to leave now but I'll test it out when I get back, with Jenkins CB 1602. Is there any way to contact you outside of this...
I don't think Java 7 is required; I'm also running jxpl on my server which runs Java 6 and those scripts work fine.. Could you try this: Download...
You need to import java.util.logging, at the top, like my example scripts: importPackage(java.util.logging);
I'll have jxpl ignore AppleScript in release 11.. Thanks! Are both of you on Mac OS X? It seems like a problem with Apple's JRE. I'm on Java 7...
I'll assume you're using JavaScript... importPackage(org.bukkit.entity); importPackage(java.lang); SCRIPT_PDF = { "name" : "SpawnMob",...
jxpl r9 released Loads script engine jars from plugins/jxpl/lib/; no more hacking the jar or classpath. Log output prefixed with [jxpl] Some code...
This provides a way for developers to write plugins for Bukkit in any script languages providing a JSR 223 interface.
That list up there is not exhaustive. jxpl will support any language that supports JSR 223 (javax.script). I did some searching....
jxpl r7 released Added GPL v3 header Avoid possibility that onLoad() isn't called Add PluginHelper.log(level, message, exception) jxpl r8...
Separate names with a comma.