minecraft-commands-scripting

Write Minecraft Java Edition command chains, scoreboards, selectors, NBT paths, and RCON scripts.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/AIKUSAN/minecraft-agent-skills-bundle --skill minecraft-commands-scripting-aikusan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minecraft-commands-scripting
Source: https://github.com/AIKUSAN/minecraft-agent-skills-bundle/tree/main/plugins/minecraft-codex-skills/skills/minecraft-commands-scripting
Command: npx skills add https://github.com/AIKUSAN/minecraft-agent-skills-bundle --skill minecraft-commands-scripting-aikusan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you design, debug, and organize Minecraft Java command logic without manually piecing together long syntax chains, selector filters, and NBT paths.

Core Features & Use Cases

  • Command Chains: Build advanced execute sequences with conditions, context changes, and stored results.
  • Game State Automation: Manage scoreboards, bossbars, teams, attributes, effects, particles, sounds, schedules, and world settings.
  • Reusable Patterns: Use the included references and example scripts for common tasks like countdowns, backups, proximity checks, and player setup.
  • Use Case: A server operator can quickly turn a gameplay idea into a working command block sequence or mcfunction file for Minecraft Java 1.21.x.

Quick Start

Ask the skill to draft a Minecraft 1.21.x command sequence for your task, such as a scoreboard-driven countdown, a selector query, or an RCON backup warning.

Frequently Asked Questions about minecraft-commands-scripting

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

FAQPage Schema
How do I write complex Minecraft command chains with execute subcommands?

Minecraft command chains combine execute subcommands for conditions, context changes, and stored results. You build advanced execute sequences by chaining conditions and storing success or result values in scoreboards or NBT data.

How do I create a scoreboard-driven countdown in a mcfunction file?

Scoreboard-driven countdowns in mcfunction files use command chains to decrement scores and trigger actions at specific values. You manage scoreboards and scheduling to automate countdown timers for Minecraft Java 1.21.x server workflows.

Does this Minecraft scripting approach work with RCON for server administration?

Yes, RCON scripts support server administration by sending command sequences remotely. You use RCON connections to execute automated gameplay logic, manage world settings, and trigger backup warnings on Minecraft Java 1.21.x servers.

Can I use selectors and NBT paths to target players in Minecraft Java 1.21.x?

Selectors and NBT paths target players and entities in Minecraft Java 1.21.x by filtering conditions. You write selector queries and NBT path logic to check proximity, manage attributes, and control game state automation.

What is the best way to manage bossbars and text components in command blocks?

Managing bossbars and text components in command blocks involves using dedicated commands to set values and display custom text. You create reusable patterns to automate game state visuals and chat utilities without manual syntax assembly.

Why do my command block sequences fail when scheduling tasks in Minecraft?

Command block sequences fail when scheduling tasks due to incorrect execute subcommand chaining or storage handling. You debug Minecraft command logic by verifying scoreboard conditions, NBT paths, and scheduling syntax for automated workflows.