{"id":13469437,"url":"https://github.com/PaperMC/Waterfall","last_synced_at":"2025-03-26T06:32:11.638Z","repository":{"id":39042806,"uuid":"59162236","full_name":"PaperMC/Waterfall","owner":"PaperMC","description":"BungeeCord fork that aims to improve performance and stability.","archived":false,"fork":false,"pushed_at":"2024-06-15T11:09:38.000Z","size":1431,"stargazers_count":742,"open_issues_count":43,"forks_count":303,"subscribers_count":59,"default_branch":"master","last_synced_at":"2024-10-29T23:55:30.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://papermc.io","language":"Shell","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/PaperMC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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},"funding":{"github":"PaperMC","open_collective":"PaperMC"}},"created_at":"2016-05-19T00:59:02.000Z","updated_at":"2024-10-25T01:01:27.000Z","dependencies_parsed_at":"2023-01-28T11:30:43.240Z","dependency_job_id":"55f7855d-24d9-4270-8d2a-bf315b11340c","html_url":"https://github.com/PaperMC/Waterfall","commit_stats":{"total_commits":548,"total_committers":73,"mean_commits":7.506849315068493,"dds":0.5383211678832116,"last_synced_commit":"f321a45a051d78a3aa86ce3507b18ce2d6251c71"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaperMC%2FWaterfall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaperMC%2FWaterfall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaperMC%2FWaterfall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaperMC%2FWaterfall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PaperMC","download_url":"https://codeload.github.com/PaperMC/Waterfall/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245164254,"owners_count":20571092,"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":[],"created_at":"2024-07-31T15:01:39.943Z","updated_at":"2025-03-26T06:32:11.618Z","avatar_url":"https://github.com/PaperMC.png","language":"Shell","readme":"Waterfall\n=========\n\n\u003e [!CAUTION]\n\u003e This project has reached end of life and is no longer maintained.  \n\u003e We recommend you transition to [Velocity](https://papermc.io/software/velocity). For more information, see the [announcement](https://forums.papermc.io/threads/1088/).\n\nWaterfall is a fork of the well-known [BungeeCord](https://github.com/SpigotMC/BungeeCord) server teleportation suite.\n\nWaterfall focuses on three main areas:\n\n- **Stability**: Waterfall aims to be stable. We will achieve this through making the code base testable and discouraging practices that lead to proxy lag.\n- **Features**: Waterfall aims to include more features than canonical BungeeCord.\n- **Scalability**: Waterfall should be able to handle a large number of concurrent players, given a reasonably modern CPU, memory, and good network connection.\n\n## Why fork BungeeCord?\n\nThink of Waterfall as a principles fork.\n\nWaterfall was forked because of the fact that upstream does not accept many contributions that are intended to better the ecosystem. Simply put, Waterfall aims to better\nthe ecosystem by allowing changes to be exposed to a wider audience more quickly.\n\nWaterfall will still track upstream BungeeCord and merge changes as needed.\n\n## How To (Server Admins)\n\nDownload a copy of Waterfall.jar from our homepage here: [Waterfall](https://papermc.io/downloads/waterfall)\n\nWaterfall requires **Java 8** or above.\n\n## How To (Plugin Developers)\n------\n * See our API patches [here](BungeeCord-Patches)\n * Waterfall API JavaDocs here: [papermc.io/javadocs](https://jd.papermc.io/waterfall/1.20)\n * Maven repository (for `waterfall-api`):\n```xml\n\u003crepository\u003e\n    \u003cid\u003epapermc\u003c/id\u003e\n    \u003curl\u003ehttps://repo.papermc.io/repository/maven-public/\u003c/url\u003e\n\u003c/repository\u003e\n```\n * Artifact information:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.waterfallmc\u003c/groupId\u003e\n    \u003cartifactId\u003ewaterfall-api\u003c/artifactId\u003e\n    \u003cversion\u003e1.20-R0.3-SNAPSHOT\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n ```\n\n**Or alternatively, with Gradle:**\n\n * Repository:\n```groovy\nrepositories {\n    maven {\n        url 'https://repo.papermc.io/repository/maven-public/'\n    }\n}\n```\n * Artifact:\n```groovy\ndependencies {\n    compileOnly 'io.github.waterfallmc:waterfall-api:1.20-R0.3-SNAPSHOT'\n}\n```\n\n## How To (Compiling From Source)\n\nTo compile Waterfall, you need JDK8, git, bash, maven, and an internet connection.\n\nClone this repo, run `./waterfall b` from *bash*, get jar from Waterfall-Proxy/bootstrap/target/\n\n## Join us\n\n* Feel free to open a PR! We accept contributions.\n* Join us on [Discord](https://discord.gg/papermc).\n* Visit our forums (https://forums.papermc.io/).\n\n## Special Thanks To\n\n![YourKit-Logo](https://yourkit.com/images/yklogo.png)\n\n[YourKit](https://yourkit.com/), makers of the outstanding Java profiler, supports open source projects of all kinds with their full-featured [Java](https://yourkit.com/features/) and [.NET](https://yourkit.com/dotnet/features/) application profilers. We thank them for granting Waterfall an OSS license so that we can make our software the best it can be.\n","funding_links":["https://github.com/sponsors/PaperMC","https://opencollective.com/PaperMC"],"categories":["Shell","Server Software","Application Recommendation"],"sub_categories":["Proxies","🎮 Game Servers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPaperMC%2FWaterfall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPaperMC%2FWaterfall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPaperMC%2FWaterfall/lists"}