WP Manifestindependent plugin directory
manifest / editor / mc-tools

MC Tools

A WordPress plugin providing a collection of Gutenberg blocks for Minecraft

by Christoph Daum · github.com/apermo/mc-tools

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/apermo/mc-tools/archive/refs/heads/main.zip

Readme

MC Tools

A WordPress plugin providing a collection of Gutenberg blocks for Minecraft.

Requirements

  • PHP 8.1+
  • WordPress 6.2+
  • Composer

Installation

composer install

Development

composer cs              # Run PHPCS
composer cs:fix          # Fix PHPCS violations
composer analyse         # Run PHPStan
composer test            # Run all tests
composer test:unit       # Run unit tests only
composer test:integration # Run integration tests only

Local WordPress Environment

ddev start && ddev orchestrate

Uses ddev-orchestrate to download WordPress, create wp-config.php, install, and activate the plugin.

Git Hooks

Enable the pre-commit hook (PHPCS + PHPStan on staged files):

git config core.hooksPath .githooks

Template Sync

To pull upstream template changes:

git remote add template https://github.com/apermo/template-wordpress.git
git fetch template
git checkout -b chore/sync-template
git merge template/main --allow-unrelated-histories

License

GPL-2.0-or-later

Read the full README on GitHub →

Releases

TagPublished
v0.4.0 Mar 28, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.