Config = {}
-- @param HelperMethod: string
Config.HelperMethod = 'all' -- 'menu' / 'context' / 'command' / 'all' (if all is selected, all methods will be enabled)
-- @param MenuCommand: string
-- @param MenuRestriction: string
Config.MenuCommand = 'helper_menu'
Config.MenuRestriction = 'group.admin'
-- @param ContextCommand: string
-- @param ContextRestriction: string
Config.ContextCommand = 'helper_con'
Config.ContextRestriction = 'group.admin'