Liking cljdoc? Tell your friends :D

bukkitclj.repl

Provides a REPL that can be used to interact with the running Bukkit server. The port defaults to 7071, but can be set explicitly in the repl.port setting in config.yml

Provides a REPL that can be used to interact with the
running Bukkit server. The port defaults to 7071, but
can be set explicitly in the `repl.port` setting in
config.yml
raw docstring

default-hostclj

source

default-portclj

source

nrepl-refclj

source

on-disableclj

(on-disable plugin)
source

on-enableclj

(on-enable plugin)
source

on-tab-completeclj

(on-tab-complete this sender command alias & args)
source

plugin-refclj

source

repl-commandclj

(repl-command plugin)
source

repl-startclj

(repl-start plugin port)

Implements the /repl start [port] command.

Implements the `/repl start [port]` command.
sourceraw docstring

repl-stopclj

(repl-stop plugin)

Implements the /repl stop command.

Implements the `/repl stop` command.
sourceraw docstring

start!clj

(start! plugin host port)

Starts an nREPL service on the specified port, if one is not already running. Returns true when a service was started, false otherwise.

Starts an nREPL service on the specified port, if one is not already
running. Returns true when a service was started, false otherwise.
sourceraw docstring

stop!clj

(stop! plugin)

Stops the running nREPL service. Silently does nothing if the service is not running.

Stops the running nREPL service. Silently does nothing
if the service is not running.
sourceraw docstring

sub-commandsclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close