executor

Deploy approved plugin and configuration changes to a PaperMC server.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex and risky process of updating plugins and server configurations on a live PaperMC Minecraft server, ensuring stability and minimizing downtime.

Core Features & Use Cases

  • Staging Environment: Creates a safe, isolated staging server to test all changes before they go live.
  • Automated Deployment: Manages plugin installation, removal, and configuration updates.
  • Verification & Rollback: Verifies server stability after changes and provides a rollback mechanism if issues arise.
  • Use Case: You need to update 5 plugins and the PaperMC version on your busy Minecraft server. This Skill will clone your server, apply the updates, test it thoroughly, and then deploy to production with minimal player disruption.

Quick Start

Use the executor skill to apply approved plugin changes to your PaperMC server, starting with the decision document located at /path/to/decision.md.

Frequently Asked Questions about executor

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

FAQPage Schema
How do I safely update plugins on a live PaperMC Minecraft server?

You can automate PaperMC plugin deployment by creating a staging server, applying approved changes, verifying boot stability, and executing production cutover with rollback safety if issues arise.

How does automated Minecraft server rollback work during a plugin deployment?

Rollback safety is achieved by verifying server boot stability in a staging environment before production cutover, allowing safe reversion if applied plugin or configuration updates cause failures.

What do I need to set up a Minecraft server staging environment for plugin testing?

You need SSH access, LGSM for server management, and parallel agent dispatching capabilities to clone your production PaperMC server and apply configuration changes for staging verification.

Can I upgrade the PaperMC version and manage plugin removals without server downtime?

Yes, you can upgrade PaperMC versions and manage plugin removals with minimal downtime by applying changes to a staging server, verifying stability, and executing a rapid production cutover.

What is the best way to automate Minecraft server configuration changes across multiple servers?

The best way to automate Minecraft server configuration changes is using parallel agent dispatching to apply approved updates, ensuring each server undergoes staging verification and boot stability checks before production deployment.

Why does my PaperMC server crash after deploying multiple plugin updates at once?

Deploying multiple plugin updates simultaneously can cause PaperMC server crashes due to dependency conflicts, which is why staging server boot verification and rollback safety mechanisms are essential before production cutover.