Minecraft jxpl mod 2026 download
logo
minecraft mod jxpl

jxpl

Game Version: CB 1.1-R6
Total Downloads: 6,708
Updated: Mar 2, 2012
Created: Oct 27, 2011
Download jxplDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
jxpl-r15 release 1.10 MB Mar 2, 2012 CB 1.1-R6 1,656 download jxpl jxpl-r15 releaseDownload
jxpl-r14 release 1.11 MB Jan 21, 2012 1.0.0 1,143 download jxpl jxpl-r14 releaseDownload
jxpl-r13 release 1.11 MB Jan 21, 2012 1.0.0 548 download jxpl jxpl-r13 releaseDownload
jxpl-r12 release 1.10 MB Dec 17, 2011 CB 1.0.1-R1 1,490 download jxpl jxpl-r12 releaseDownload
jxpl-r11 release 1.10 MB Dec 17, 2011 CB 1.0.1-R1 606 download jxpl jxpl-r11 releaseDownload
jxpl-r10 release 21.78 KB Dec 14, 2011 1.0.0 482 download jxpl jxpl-r10 releaseDownload
jxpl-r9 release 20.96 KB Dec 14, 2011 CB 1.0.1-R1 146 download jxpl jxpl-r9 releaseDownload
jxpl-r8 release 17.02 KB Nov 5, 2011 CB 1.0.1-R1 259 download jxpl jxpl-r8 releaseDownload
jxpl-r7 release 15.65 KB Nov 3, 2011 CB 1337 208 download jxpl jxpl-r7 releaseDownload
jxpl-r6 release 15.58 KB Oct 27, 2011 CB 1337 170 download jxpl jxpl-r6 releaseDownload

Description

Share this:

jxpl – The javax.scripting Plugin Loader

Latest release: r15 (click to download)

Git!

jxpl is a plugin providing a plugin loader that loads whatever script frameworks work with javax.script, and are Invocable.

End-user Usage: Place scripts in the scripts/ directory in the root directory (where plugins/ is). Do not place scripts in plugins/.

Developer Usage: Example scripts are lined below. It should contain everything you need to get started. jxpl comes with the latest version of Rhino shaded in the jar. Should you want to script using other languages (provided they work with ScriptEngineManager in javax.script), simply drop the JAR of the scripting engine into plugins/jxpl/lib/.

Some available languages (and examples, if available):

  • JavaScript (example)

    • Mozilla Rhino 1.7R3, included in jxpl
  • Python 2.5 (Jython) (example): http://www.jython.org/downloads.html
  • Ruby 1.9 (JRuby) (example): http://www.jruby.org/download
  • Groovy: http://groovy.codehaus.org/Download
  • Lua (JNLua): http://code.google.com/p/jnlua/downloads/list

For examples, see the language list above.

Resources:

  • jxpl scripts repository
  • jxpl.command.js

    • Provides /jxpl load/reload for on-the-fly script loading and reloading. Script unloading can be done by normal plugin unloading.

Comments

Add a comment