
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
opencode-redstone
Advanced tools
Redstone : an Opencode agent that simplifies Minecraft plugin development and deployment.

Redstone is an AI agent system based on Opencode that automates and simplifies the entire Minecraft plugin development process.
Minecraft plugin development is a complex task that involves understanding complex APIs, build configurations, dependency management, and numerous library documentation. Redstone solves these complexities with an AI-based specialized agent system.
npm install -g opencode-redstone
redstone
[!IMPORTANT] Before installing Redstone, make sure Opencode is installed!
[!IMPORTANT] For plugin development, you must have:
- JDK version matching your target Minecraft version installed
- Gradle for building the project
[!IMPORTANT] If you choose Kotlin as your development language, you must also have:
- Kotlin installed (the Kotlin Gradle plugin will handle compilation, but a working Kotlin installation is required)
Once the Redstone installer is launched, select “Install Redstone” and choose one of the following options.
Orchestrator » (Skip)
Document » (Skip)
Planner » (Skip)
Project Initialization » openai/gpt-5.4-mini
Explore » openai/gpt-5.4-mini
API Search » openai/gpt-5.4
It is recommended to skip the orchestrator, planner, and documentation models during the setup phase. However, internal testing has confirmed that Anthropic's Claude models3 demonstrate the most outstanding performance.
While using the same model provider is generally recommended, it can lead to rapid token consumption. If multiple model providers are available, we recommend using different providers for subordinate agents as shown in Suggested Models. Internal testing has confirmed that OpenAI's Codex model series is optimized for exploration and search tasks.
[!TIP] While open source models also deliver impressive results, the quality achieved with proprietary models is undeniably compelling.
Redstone consists of the following specialized agents:
| Agent | Role |
|---|---|
| Redstone-Orchestrator | Planning and main plugin development agent |
| Redstone-Document | Project documentation creation and updates |
| Redstone-Planner | Creates and maintains implementation plans |
| Redstone-ProjectInitialization | Plugin project creation and initialization |
| Redstone-Explore | Codebase exploration and feature discovery |
| Redstone-APISearch | API documentation and dependency research |
[!TIP] Do not push the model to complete the entire plugin in a single pass. Implement features step by step for the most stable process and best outcomes.
Thank you for contributing to Redstone! For contribution guidelines and branch naming conventions, please refer to CONTRIBUTING.md.
This project is distributed under the MIT License. See the LICENSE file for more details.
The ProjectInitialization, Explore, and APISearch agents use separate models that are different from the orchestrator. ↩
The Document and Planner agents inherit their model from the Orchestrator. ↩
Among Claude models, most tasks can be successfully completed with Sonnet 4.6. However, if you need to work with larger codebases and require deeper understanding, consider using Opus 4.6. Since this model has higher usage costs, it is recommended to alternate between Sonnet 4.6 and Opus 4.6. ↩
FAQs
Redstone : an Opencode agent that simplifies Minecraft plugin development and deployment.
The npm package opencode-redstone receives a total of 153 weekly downloads. As such, opencode-redstone popularity was classified as not popular.
We found that opencode-redstone demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.