Skip to content
Snippets Groups Projects
Commit efdb9704 authored by Mariell's avatar Mariell :speech_balloon:
Browse files

Document allowed use for onLoad

parent 2f9186bb
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ Your main clj file should also include the following method, which gets called b
Standard methods like onEnable and onDisable are also allowed to be used:
```clojure
(defn onLoad
[]
(prn "o it loaded")
)
(defn onEnable
[]
(prn "o it enabled")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment