{"id":15564513,"url":"https://github.com/romitou/skript-nexus","last_synced_at":"2026-03-05T17:42:47.351Z","repository":{"id":38342367,"uuid":"285363340","full_name":"Romitou/Skript-Nexus","owner":"Romitou","description":"🧪 Various useful tools to develop with Skript.","archived":false,"fork":false,"pushed_at":"2023-01-27T04:50:20.000Z","size":3324,"stargazers_count":4,"open_issues_count":18,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-11T20:22:57.303Z","etag":null,"topics":["skript","skript-gui","utilities-dedicated"],"latest_commit_sha":null,"homepage":"https://romitou.github.io/Skript-Nexus","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Romitou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-05T17:46:10.000Z","updated_at":"2024-01-20T19:53:00.000Z","dependencies_parsed_at":"2023-02-15T05:46:28.677Z","dependency_job_id":null,"html_url":"https://github.com/Romitou/Skript-Nexus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Romitou/Skript-Nexus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romitou%2FSkript-Nexus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romitou%2FSkript-Nexus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romitou%2FSkript-Nexus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romitou%2FSkript-Nexus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Romitou","download_url":"https://codeload.github.com/Romitou/Skript-Nexus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romitou%2FSkript-Nexus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30139390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["skript","skript-gui","utilities-dedicated"],"created_at":"2024-10-02T16:41:06.141Z","updated_at":"2026-03-05T17:42:47.310Z","avatar_url":"https://github.com/Romitou.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=400px src=\"https://github.com/Romitou/SkriptUtils/raw/master/assets/img/logo.png\"\u003e\u003c/p\u003e\n\u003ch2 align=\"center\"\u003e🧪 Skript Nexus\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n    Various useful tools to develop with Skript.\n\u003c/p\u003e\n\n### 1. [GUI converter](https://romitou.github.io/Skript-Nexus/gui-converter)\nThe first project is to turn a GUI TuSKe into a GUI skript-gui easily at the touch of a button.\nHere is an example of the rendering:\n\n**TuSKe**\n```applescript\ncommand gui:\n    trigger:\n        set {_pl} to player\n        open virtual chest inventory to {_pl}\n        format gui slot 0 of {_pl} with stone named \"Wawow\"\n        format gui slot 1 of {_pl} with stone named \"Wiwoaow\" to close\n        format gui slot 3 of {_pl} with stone named \"Wowawi\" to run {_pl} command \"/gui\"\n        format gui slot 5 of {_pl} with stone named \"Wiwowa\" to run console command \"/gui\"\n        format gui slot 6 of {_pl} with stone named \"Wowiwwwow\" to run function doSomething()\n        format gui slot 7 of {_pl} with stone named \"Wiwawooow\" to close then run function doSomething()\n```\n\n**skript-gui**\n```applescript\ncommand gui:\n    trigger:\n        set {_pl} to player\n        create a new gui with virtual chest inventory:\n            make gui slot 0 with stone named \"Wawow\"\n            make gui slot 1 with stone named \"Wiwoaow\":\n                close {_pl}'s inventory\n            make gui slot 3 with stone named \"Wowawi\":\n                make {_pl} execute command \"/gui\"\n            make gui slot 5 with stone named \"Wiwowa\":\n                make console execute command \"/gui\"\n            make gui slot 6 with stone named \"Wowiwwwow\":\n                 doSomething()\n            make gui slot 7 with stone named \"Wiwawooow\":\n                close {_pl}'s inventory\n                doSomething()\n        open last created gui to {_pl}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromitou%2Fskript-nexus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromitou%2Fskript-nexus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromitou%2Fskript-nexus/lists"}