Hello, world!
Code
plugin.onEnable(function()
logger.info("Hello, world!")
end)
plugin.onDisable(function()
logger.info("Goodbye, world!")
end)name: Hello-World
author: AL_1
version: "1.0"
description: Just here to say hello
main: main.luaLast updated