diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..9231212 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,2 @@ +std = "lua51+luajit+luanti" + diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..9eaf131 --- /dev/null +++ b/mod.conf @@ -0,0 +1,4 @@ +description = Add /eval command for executing lua directly, with some QoL features +author = whosit +title = cmd_eval +name = cmd_eval \ No newline at end of file