MC Tools
A WordPress plugin providing a collection of Gutenberg blocks for Minecraft
★ 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.zipReadme
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
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 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.