Getting Started
This guide will cover the basics of CheckMeIn's Plugin system.
return{
['Enabled'] = true; -- Is this plugin enabled?
['Function'] = function(API)
-- Your code goes here
end}Last updated
This guide will cover the basics of CheckMeIn's Plugin system.
return{
['Enabled'] = true; -- Is this plugin enabled?
['Function'] = function(API)
-- Your code goes here
end}Last updated