Skip to content

Bukkit download URL returns 403 due to Cloudflare bot protection #7

Description

@IsaacGemal

Problem

The WorldEdit plugin download from Bukkit fails intermittently with 403 errors during Docker builds, which can cause some nasty silent downstream failures:

ENV PLUGINS="https://dev.bukkit.org/projects/worldedit/files/6013130/download"

Repro:

curl -sI "https://dev.bukkit.org/projects/worldedit/files/6013130/download" | head -1

Returns:
HTTP/2 403

Cloudflare bot protection occasionally blocks automated downloads, causing unpredictable build failures.

Current Workaround

Manually copying the JAR file in my local codebase:
COPY worldedit-bukkit-7.3.10-beta-01.jar /plugins/

It's unclear to me exactly what the best solution is - possibly just hosting the jar in digital ocean and documenting this somewhere in the readme?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions