{"id":16893979,"url":"https://github.com/coolreader18/betterfunction","last_synced_at":"2025-03-20T09:49:04.238Z","repository":{"id":104016219,"uuid":"121187890","full_name":"coolreader18/betterfunction","owner":"coolreader18","description":" An alternate language for Minecraft functions.","archived":false,"fork":false,"pushed_at":"2018-09-30T20:33:21.000Z","size":12364,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T10:28:24.688Z","etag":null,"topics":["minecraft","minecraft-commands","nearley"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/coolreader18.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":"2018-02-12T01:55:49.000Z","updated_at":"2019-07-11T21:37:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"33b31514-5a28-480f-81d8-12e19ccc66b5","html_url":"https://github.com/coolreader18/betterfunction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fbetterfunction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fbetterfunction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fbetterfunction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fbetterfunction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coolreader18","download_url":"https://codeload.github.com/coolreader18/betterfunction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244591502,"owners_count":20477708,"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":["minecraft","minecraft-commands","nearley"],"created_at":"2024-10-13T17:17:08.924Z","updated_at":"2025-03-20T09:49:04.216Z","avatar_url":"https://github.com/coolreader18.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# betterfunction\n\nAn alternate language for Minecraft functions.\n\n## What can you do with it?\n\n```\nnamespace example_project {\n  tick func clock { // will run every tick\n\n    if ?not entity @e[tag=target], func {// easy if\n\n      say \"Target doesn't exist!\";\n\n      // runat is an alias for `run execute at @s run`\n      execute func {\n        // inline functions!\n        tp ~ ~1 ~\n      }, as: @e[tag=other], run_at: @s;\n    };\n    \n  }\n  load function load {\n    // will run on load\n\n    // can leave out `dummy` when creating an objective\n    scoreboard::objectives::add \"objectiv\";\n  }\n}\n```\n\n## Installation\n\nYou need node and yarn or npm to install, or you grab the binary from /dist, but it may not be up to date\n\n```sh\nyarn global add https://github.com/coolreader18/betterfunction\n```\n\n## License\n\nThis project is licensed under the MIT license. Please see the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolreader18%2Fbetterfunction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoolreader18%2Fbetterfunction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolreader18%2Fbetterfunction/lists"}