Minecraft Bukkit4Clojure mod 2024 download
logo
minecraft mod Bukkit4Clojure

Bukkit4Clojure

Game Version: 1.16
Total Downloads: 19
Updated: Jan 20, 2021
Created: Nov 7, 2020
Download Bukkit4ClojureDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Bukkit4Clojure 1.0.8 release 6.07 MB Jan 20, 2021 1.16 10 download Bukkit4Clojure Bukkit4Clojure 1.0.8 releaseDownload
Bukkit4Clojure 1.0.6 release 6.08 MB Nov 7, 2020 1.16 8 download Bukkit4Clojure Bukkit4Clojure 1.0.6 releaseDownload

Description

Share this:

Bukkit4Clojure

This wrapper is for any developer who wishes to develop Bukkit plugins using the LISP-based language Clojure.

Installation

Place the jar file in your server plugins directory.

 

Usage

Start a REPL

Run this from your server console:

/repl start [port]

The default port, if left unspecified, is 7071.

Stop the REPL

/repl stop

The plugin will remember whatever state you left the repl in (running or stopped). If it was running when the server was stopped, it will be started again when the Bukkit server starts. By default, the REPL is disabled until you start it.

See config.yml in your plugins directory. There you can change the port and even the host/IP where the REPL server will listen.

 

Building your own Clojure Plugin

For details on how to build your plugin using the Clojure language, see the Bukkit4Clojure GitHub project page.

Comments

Add a comment