{"id":15798639,"url":"https://github.com/hacksore/tsl","last_synced_at":"2025-07-11T23:42:45.613Z","repository":{"id":145784482,"uuid":"60098414","full_name":"Hacksore/TSL","owner":"Hacksore","description":"Teamspeak lib - A Lua framework for making client plugins","archived":false,"fork":false,"pushed_at":"2017-09-12T01:52:01.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-06T00:42:37.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hacksore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-31T14:49:54.000Z","updated_at":"2020-08-06T16:57:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc90fe8e-9043-4264-a9a8-15d9b5bfb3bf","html_url":"https://github.com/Hacksore/TSL","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2FTSL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2FTSL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2FTSL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2FTSL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hacksore","download_url":"https://codeload.github.com/Hacksore/TSL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531975,"owners_count":20792736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-05T00:42:56.416Z","updated_at":"2025-03-31T20:13:09.044Z","avatar_url":"https://github.com/Hacksore.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TSL\nThis is a Lua framework for creating rohbust Teamspeak3 plugins. It provies many additions that are not part of the native Lua plugin.\n\n\n# Features\n* Easy command management\n* Persistant Config (JSON)\n* Many useful utility methods\n* Data cache for all users\n\n# Usage\n\nHere is an example of creating a command\n```lua\ncommand.add(\"test\", function(self, fromID, args)\n\n\tlocal clientData = Users:getData(self.sid, fromID)\n    print(clientData.username .. \" has uniqueID = \" .. clientData.uniqueID)\n\nend)\n```\n\nHere is an example of creating a hook\n```lua\nhook.add(\"ClientLoaded\", \"setupVars\", function(self)\n\n\tprint(\"Client has loaded!\")\n\nend)\n```\n\n# Installation\n\nDownload  the source by cloning or using the zip. Place the TSL-master folder inside your Teamspeak 3 lua_plugin folder which you can locate at the following directory\n\nx64\n`C:\\Program Files\\TeamSpeak 3 Client\\plugins\\lua_plugin`\n\nx32\n`C:\\Program Files (x86)\\TeamSpeak 3 Client\\plugins\\lua_plugin`\n\n\n# Todo\n* Convert table lib to lowercase method names\n* Move event logic to hooks\n* Create a barebone/skeleton branch that has no additions\n* Make the command.add callback include clientData\n* Multi OS support","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksore%2Ftsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacksore%2Ftsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksore%2Ftsl/lists"}