_project:getPlugins():apply("lua") _project:setConfig(function(c) c:setEntry("com/example/script/primary.lua") c:setPackageName("com.example.script.lua") c:setLogo("logo.png") c:setAuthor(function(author) author:setName("m8test") author:setEmail("xxx@m8test.com") author:setWebsite("https://www.example.com") author:setProfile("xxx") _console:log(author:getName()) _console:log(author:getEmail()) _console:log(author:getWebsite()) _console:log(author:getProfile()) end) end)