PaperMC / PaperMC/Velocity

Feature request: Add update folder mechanism similar to what Bukkit servers do

Open
#809 2 comments 8 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: feature
Dominant language
Java
Stars
2.3k
Forks
959
Avg merge
5d 10h
Merged PRs (30d)
2

Description

Before loading any plugins, check if an update folder has any Velocity plugins and replace plugin candidates with plugin ids that match the update files.

On my public server, we schedule proxy restarts to happen at 4 AM when players are less likely to be online. Since hot swapping plugins is not recommended, this would be the next best thing since it would allow me to drop the plugin updates in and forget about it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how Velocity discovers plugin candidates and loads plugins before startup. Define how files in an update folder should match plugin IDs and replace candidates, then add tests covering matching update files and the resulting load behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.