clj-minecraft
clj-minecraft copied to clipboard
Clojure Bukkit plugin, Minecraft.
I'm going to use [clojail](https://github.com/Raynes/clojail) to run scripts in a sandbox. And I'll also add a config option to disable this feature entirely. But I'm not knowledgeable with security, so...
I am trying to modify clj-minecraft to use it with Light Table nREPL by using the instructions of this link: http://manuelp.herokuapp.com/category/nrepl. To have a LT-aware nREPL server, we have first...
The bukkit download link does not work. I have tried building it myself, but has turned into being a huge pain. Could you re-add the download link? Or at the...
I had to change the snapshot repo to the following to get the bukkit dependency: http://repo.bukkit.org/content/groups/public/
Look into providing hooks into clojure functions from the Lua interface, letting you add functions to the computers. Also, a REPL in there would be.. amazing. Permission locked, of course....
Often plugins need to store bits of information against a player and needs to persist that info when the player logs in or logs off. Provide a way to get...
Need to save the permissions to individual player files when the plugin is disabled - perhaps more robust but not as scalable, whenever a permission is set. It's possible to...
I'd like to spend some time distilling this into how we can very declaratively specify world/chunk generation. Ad-hoc Structures, dungeons & landscapes come to mind
Operations : ``` clojure ;; Done (fork [actions]) ;; run actions with ctx but don't update current ctx - effectively a subprocess ;; Done (copy-to-mark mark) ;; copy a block...