This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_addon.name = 'Template' | |
_addon.version = 0.1 | |
_addon.command = 'template' -- Main command to use | |
_addon.commands = {'tp', 'temp'} -- Possible list of other commands, such as abbreviations | |
-- If you want to use a library, require it here. Check the addons/libs/ folder | |
-- for available libraries. LuaU is a library that will load a few other | |
-- libraries. It includes almost everything most addons will need. | |
require('luau') |
NewerOlder