paper-check

Checks PaperMC server upgrade compatibility and verifies plugins against target versions.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/disqt/minecraft --skill paper-check-disqt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-check
Source: https://github.com/disqt/minecraft/tree/main/plugins/minecraft-papermc-server/skills/paper-check
Command: npx skills add https://github.com/disqt/minecraft --skill paper-check-disqt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps server administrators determine if their PaperMC server can be upgraded to a newer version and identifies any plugins that might break or require updates during the process.

Core Features & Use Cases

  • Version Compatibility Check: Assesses newer PaperMC versions for compatibility with your current server setup.
  • Plugin Audit: Verifies if all installed plugins have compatible builds for the target PaperMC version.
  • Use Case: Before performing a major server update, use this Skill to get a clear report on potential plugin conflicts and the overall safety of upgrading to the latest PaperMC release.

Quick Start

Check if my PaperMC server can be upgraded to a newer version and identify any plugin compatibility issues.

Frequently Asked Questions about paper-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my Minecraft server plugins are compatible before a PaperMC version upgrade?

To check plugin compatibility before a PaperMC version upgrade, query the PaperMC API for newer versions and verify installed plugin JARs against target versions to identify potential upgrade blockers.

What is the best way to audit installed Minecraft server plugins for a version upgrade?

Auditing installed Minecraft server plugins for a version upgrade involves verifying installed plugin JARs against target PaperMC versions and generating a comprehensive compatibility report identifying potential blockers.

Do I need SSH access to verify PaperMC server upgrade compatibility?

Yes, you need SSH access to verify PaperMC server upgrade compatibility, because reading the current server state and installed plugin JARs requires direct access to the server environment.

How does a PaperMC compatibility check identify potential plugin upgrade blockers?

A PaperMC compatibility check identifies potential plugin upgrade blockers by querying the PaperMC API for newer versions and validating installed plugins against those target versions to generate a detailed report.

Can I generate a compatibility report for my Minecraft server without manually checking each plugin?

Yes, you can generate a compatibility report for your Minecraft server automatically by using a compat-check sub-skill that validates installed plugin JARs against the target PaperMC version.

What should I do if my installed plugins do not support the target PaperMC version?

If installed plugins do not support the target PaperMC version, the generated compatibility report will flag them as potential upgrade blockers, indicating you should update or remove those plugins before proceeding.