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
(repl-start plugin port)
Implements the /repl start [port]
command.
Implements the `/repl start [port]` command.
(repl-stop plugin)
Implements the /repl stop
command.
Implements the `/repl stop` command.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close