{"id":26100598,"url":"https://github.com/bulletmc/bullet","last_synced_at":"2025-07-15T04:35:53.261Z","repository":{"id":280066396,"uuid":"939631261","full_name":"BulletMC/Bullet","owner":"BulletMC","description":"Bullet is a minecraft server built from the ground up, runs as fast as a bullet!","archived":false,"fork":false,"pushed_at":"2025-06-24T21:02:15.000Z","size":1231,"stargazers_count":15,"open_issues_count":41,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-24T21:40:39.799Z","etag":null,"topics":["kotlin","minecraft","minecraft-server","network","networking","server"],"latest_commit_sha":null,"homepage":"https://bulletmc.gitbook.io/bullet","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BulletMC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"buy_me_a_coffee":"aznos"}},"created_at":"2025-02-26T21:11:29.000Z","updated_at":"2025-06-24T21:02:20.000Z","dependencies_parsed_at":"2025-03-01T02:30:03.463Z","dependency_job_id":"6078fcd7-a4a4-4eec-8f1e-3a8ee1ef468a","html_url":"https://github.com/BulletMC/Bullet","commit_stats":null,"previous_names":["aznos/bullet","bulletmc/bullet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BulletMC/Bullet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BulletMC%2FBullet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BulletMC%2FBullet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BulletMC%2FBullet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BulletMC%2FBullet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BulletMC","download_url":"https://codeload.github.com/BulletMC/Bullet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BulletMC%2FBullet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402833,"owners_count":23759237,"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":["kotlin","minecraft","minecraft-server","network","networking","server"],"created_at":"2025-03-09T17:41:27.045Z","updated_at":"2025-07-15T04:35:53.232Z","avatar_url":"https://github.com/BulletMC.png","language":"Kotlin","funding_links":["https://buymeacoffee.com/aznos"],"categories":[],"sub_categories":[],"readme":"# About\n\n**Bullet** is a minecraft server built from the ground up with the goal of being lightweight, fast, and easy to use.\n\u003e [!IMPORTANT]\n\u003e Bullet is currently in development and is not ready for production use\n\n# Why Bullet?\n\nThe vanilla minecraft server that is written by Mojang, comes with a host of limitations that can make large scale or even medium-sized servers frustrating and expensive to manage.\n\n### Biggest problem with vanilla servers\n\u003col\u003e\n    \u003cli\u003ePerformance - Vanilla servers demand an absurd amount of RAM, even to support 10 players, an absolute minimum of 8GB of ram is needed to run smoothly.\u003c/li\u003e\n    \u003cli\u003eSingle threaded - The core server is single threaded, meaning the server can't efficiently use multi core CPU's. This means server owners need to invest heavily into a CPU with high single core performance, and disregard the number of cores on the CPU.\u003c/li\u003e\n    \u003cli\u003eLimited Modularity - Extending vanilla functionality requires major workarounds, bukkit was created to solve this problem but had performance issues, spigot was created to solve bukkits problems, paper was created to solve spigots problems, and so on. This has created a fragmented ecosystem of api that are not always compatible with each other and brings unncessary complexity to server management and plugin development.\u003c/li\u003e\n\u003c/ol\u003e\n\n### Bullet's solution\n\u003col\u003e\n    \u003cli\u003ePerformance - Bullet is designed to be lightweight and fast, with a focus on performance. Since bullet is built from the ground up, it can be infinity optimized for performance and memory usage.\u003c/li\u003e\n    \u003cli\u003eMulti threaded - Bullet is designed to be multi threaded, so it can efficiently distribute tasks across multiple CPU cores, drastically improving tick rate and overall performance.\u003c/li\u003e\n    \u003cli\u003eFamiliar and easy to use - While Bullet provides low level control for developers, it also maintains a familiar environment for those transitioning from spigot or paper.\u003c/li\u003e\n    \u003cli\u003eNMS - Bullet doesn't rely on outdated mojang code, and instead does everything from scratch.\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003cimg src=\"./img/comparision.png\" alt=\"Comparison chart\"\u003e\n\n### Why not use minestom or another pre existing server?\n\u003col\u003e\n    \u003cli\u003eSteep learning curve - Switching to an entirely new framework requires rewriting api and understanding a new complicated API. Developers first coming from spigot or paper, shouldn't have to implement world generation or chunk loading from scratch.\u003c/li\u003e\n    \u003cli\u003eLack of flexibility - Some alternative servers prioritize speed but sacrifice modularity and customization, limiting what developers can achieve\u003c/li\u003e\n    \u003cli\u003eIncompleteness - Many of the custom servers out there, don't fully implement vanilla mechanics in the way the official server does\u003c/li\u003e\n\u003c/ol\u003e\n\n# How to get started\n\nRead the \u003ca href=\"https://bulletmc.gitbook.io/bullet/getting-started\"\u003egetting started\u003c/a\u003e on the wiki! You can also find much more information about things like custom events, commands, packets, and more.\n\n# License\n\nBullet is licensed under the Mozilla Public License 2.0, you can find the license [here](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulletmc%2Fbullet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbulletmc%2Fbullet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulletmc%2Fbullet/lists"}