{"id":14969549,"url":"https://github.com/aikar/timings","last_synced_at":"2025-04-12T23:39:38.480Z","repository":{"id":20964986,"uuid":"24253765","full_name":"aikar/timings","owner":"aikar","description":"Source to the Aikar's Minecraft Timings Viewer","archived":false,"fork":false,"pushed_at":"2025-02-20T07:46:24.000Z","size":16987,"stargazers_count":198,"open_issues_count":75,"forks_count":36,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-04T03:07:41.064Z","etag":null,"topics":["aikar-timings","minecraft","minecraft-api","minecraft-profiler","minecraft-timings","minecraft-tools","paper","php","profiler","reactjs","spigot"],"latest_commit_sha":null,"homepage":"https://timings.aikar.co/","language":"JavaScript","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/aikar.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-20T04:33:27.000Z","updated_at":"2025-03-28T09:29:44.000Z","dependencies_parsed_at":"2024-04-21T21:11:07.129Z","dependency_job_id":"3de19158-9758-4825-ac58-757b9267026c","html_url":"https://github.com/aikar/timings","commit_stats":{"total_commits":389,"total_committers":11,"mean_commits":35.36363636363637,"dds":0.07197943444730082,"last_synced_commit":"7b3778d706ed6752898fcad7975b2c34e0f070d5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aikar%2Ftimings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aikar%2Ftimings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aikar%2Ftimings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aikar%2Ftimings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aikar","download_url":"https://codeload.github.com/aikar/timings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647255,"owners_count":21139081,"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":["aikar-timings","minecraft","minecraft-api","minecraft-profiler","minecraft-timings","minecraft-tools","paper","php","profiler","reactjs","spigot"],"created_at":"2024-09-24T13:42:01.695Z","updated_at":"2025-04-12T23:39:38.459Z","avatar_url":"https://github.com/aikar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Aikar's Minecraft Timings Viewer v2\n=======\n\nThis is the system behind \u003chttps://timings.aikar.co/\u003e that processes Timing reports.\nTimings v2 requires one of the following server softwares:\n  - PaperSpigot 1.8.9\n  - Paper 1.9+\n  - Sponge (All)\n  - Neptune\n  - Nukkit\n \nCraftBukkit/Spigot Support is very unlikely, but it is strongly recommended to use Paper anyways! [Learn More and Get Paper here](https://paper.emc.gs)\n\nIf you can think of something to improve the system please feel free to PR it.\n\nTechnologies: JavaScript and UI\n======\nWe are using JSX and React for front end development.\n\nPHP is used to post process the JSON file into a more readable format and API processing, \nbut i'm open to converting that to JS and removing the PHP from the project.\n\nIf you're up for that big of a project, please coordinate with me on IRC first and keep me in the loop on progress.\n\nContributing\n======\nThe biggest thing holding this project back is the need for help! \nWe would absolutely love any help on this project that you can give!\n\nCurrent Active Contributors:\n  - Aikar - Project Owner\n  - willies952002\n  - Fudgie (UI)\n\nWant to contribute? Join #aikar Spigot IRC ([join here](https://irc.spi.gt/iris/?channels=#aikar)), \nand let me know what your interested in working on so we don't have people working on the same thing.\n\n\nSetting Up Environment\n=====\nYou need A webserver such as Apache or Nginx, and PHP 5.6 or PHP 7.\nApache is preferred incase .htaccess is needed.\n\nCheck out repo, copy config.ini to config.dev.ini and edit to your needs.\n\nYou'll also need [NodeJS v6.9 LTS](https://nodejs.org/en/download/)\nYou also need [Yarn](https://yarnpkg.com/en/docs/install).\n\nRun `yarn` after checking out project to install node dependencies. (This replaces `npm install`)\n\nTo compile static resources and monitor them for changes, simply run `gulp` and control + c to abort watching.\nGulp will monitor all files for changes and recompile the css/js for you.\n\nAn initial debug data file is included in the project that will automatically load for dev environments.\n\nYou may create config.dev.ini to override config options like so:\n\n\u003etrusted_ip=\"10.0.1.100\"    \n\u003edev_id=ae6cfe033ca541f39a0fc52c3b51b2e1\n\n\nTimings File Format\n======\nThe Timings v2 file format is not designed for public use. It is highly condensed and meant to be specially known how to parse it.\n\nWhile the overall structure of the file is now done, we are still planning future additions to the data dump.\n\nWe ask that instead of trying to parse this file for your needs, to instead PR the change to this project instead so\neveryone can benefit from it.\n\nThis file format is proprietary and may change without notice. \n\nLicense\n======\nMinecraft Timings (c) Daniel Ennis (Aikar) 2014-present.\n\nMinecraft Timings is licensed [MIT](https://tldrlegal.com/license/mit-license). See [LICENSE](LICENSE)\n\nI'd really prefer if clones did not start up for no good reason.\n\nRemember: [when to fork](http://jamesdixon.wordpress.com/forking-protocol-why-when-and-how-to-fork-an-open-source-project/).\n\nI'm totally open to any reasonable improvement. So if you think it can be better, talk to me on Spigot or Esper IRC and PR :)\n\nIf I disappear from Minecraft, then please keep this tool alive!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faikar%2Ftimings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faikar%2Ftimings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faikar%2Ftimings/lists"}