CmdrDats
CmdrDats
I'm trying to figure out how to write something where I can use a hidden html tag in my dom as a template, copy the node, manipulate it and then...
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...
The Mapping API looks potentially very flexible. Maybe there's a way to build some interesting functionality on top of it.