{"id":21374207,"url":"https://github.com/ziondevelopers/dathuscore","last_synced_at":"2025-07-13T08:32:43.881Z","repository":{"id":9983368,"uuid":"12011981","full_name":"ZionDevelopers/DathusCore","owner":"ZionDevelopers","description":"Expression 2 Functions","archived":false,"fork":false,"pushed_at":"2024-01-02T03:05:30.000Z","size":3560,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-03-26T23:10:41.593Z","etag":null,"topics":["garrysmod","garrysmod-addon","wiremod"],"latest_commit_sha":null,"homepage":"https://steamcommunity.com/sharedfiles/filedetails/?id=106681516","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZionDevelopers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-08-09T22:39:42.000Z","updated_at":"2024-01-31T18:15:28.000Z","dependencies_parsed_at":"2024-01-02T04:20:59.652Z","dependency_job_id":null,"html_url":"https://github.com/ZionDevelopers/DathusCore","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZionDevelopers%2FDathusCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZionDevelopers%2FDathusCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZionDevelopers%2FDathusCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZionDevelopers%2FDathusCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZionDevelopers","download_url":"https://codeload.github.com/ZionDevelopers/DathusCore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225868494,"owners_count":17537051,"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":["garrysmod","garrysmod-addon","wiremod"],"created_at":"2024-11-22T08:30:16.163Z","updated_at":"2024-11-22T08:30:26.413Z","avatar_url":"https://github.com/ZionDevelopers.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dathus' Core\n=====\n![Logo](https://raw.githubusercontent.com/ZionDevelopers/DathusCore/master/logo.png)\n\nA [Garry's Mod][] addon that is Library of Expression 2 Functions.\n\n### Expression 2 Functions\n```\nentity:teleport(Vector) -- Teleport Entity to a Position on Gmod Map\nEntity:playerUniqueId() -- Return the Player Unique ID\nEntity:applyPlayerForce(Vector) -- Like ApplyForce but with Player\nEntity:hasNoCollideAll() -- Check if Prop Has NO-Collide All and return 1 or 0 (True or False)\nEntity:setCollideAll() -- Set NO-Collide All on a Prop\nEntity:removeNoCollideAll() -- Remove the NO-Collide All from the Prop\nEntity:setOwner(Entity) -- ReSet the Owner of the Prop (ADMIN ONLY)\nEntity:ignite(Number) -- Put a Entity on Fire\nEntity:extinguish(Number) -- Remove the Fire of the Entity\nEntity:setHealth(Number) -- Set Player's Health (ADMIN ONLY)\nEntity:takeDamage(Number) -- Do Damage on Prop (NOT WORK WITH PLAYERS)\nEntity:set(String, String) -- Set A Property on a Entity (Like Color) (ADMIN ONLY)\nEntity:set(String, Number) -- Set A Property on a Entity (Like Color) (ADMIN ONLY)\nEntity:animate(Number) -- Animate a Prop (Sequence) (Only with Props)\nEntity:animate(String) -- Animate a Prop (Sequence) (Only with Props)\nEntity:animate(Number, Number) -- Animate a Prop (Sequence) (Only with Props)\nEntity:animate(String, Number) -- Animate a Prop (Sequence) (Only with Props)\nEntity:getAnimation() -- Get the Current Prop's Animation\nEntity:getAnimationByName(String) -- Get The Animation Number by Aninamtion Name (Like Fire)\nEntity:egpHUDSetPlayer(Entity) -- Set a Player to See an EGP HUD\n```\n\nFunctions With AntiSpam (2 Seconds Delay) Protection\nTeleport, TakeDamage\n* Functions With Prop Protection: Teleport, ApplyPlayerForce, SetCollideAll, RemoveNoCollideAll, Ignite, Extinguish, TakeDamage, Animate, egpHUDSetPlayer.\n\nE2 Code Demonstration: http://pastebin.com/MSV6tUJr\n\nAll functions developed by me, I took a good time to make it.\n\n### Setup\n\nJust download this addon by clicking on Download ZIP and extract the addon in ````Steam\\SteamApps\\common\\GarrysMod\\garrysmod\\addons\\```` as usual.\n\n### Workshop Ready!\n\nDathus' Core is now available via the Steam Workshop! Go to [its Workshop page][workshop] and press `Subscribe`, and it will automatically appear in Garry's Mod.\n\n### Manual Installation\n\nSimply clone this repository into your `addons` folder:\n\n    cd \"%programfiles(x86)%/Steam/SteamApps/common/GarrysMod/garrysmod/addons\"\n    git clone https://github.com/ZionDevelopers/DathusCore.git DathusCore\n\n### License\n\nThis work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.\nTo view a copy of this license, visit [Common Creative's Website][License].\n\n[Garry's Mod]: \u003chttp://garrysmod.com/\u003e\n[workshop]: \u003chttps://steamcommunity.com/sharedfiles/filedetails/?id=106681516\u003e\n[License]: \u003chttps://creativecommons.org/licenses/by-nc-sa/4.0/\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziondevelopers%2Fdathuscore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziondevelopers%2Fdathuscore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziondevelopers%2Fdathuscore/lists"}