WP Manifestindependent plugin directory
manifest / editor / tierlistblock

Tier List Block

Create TierMaker-style tier lists natively in the block editor.

by Phil Hoyt · github.com/philhoyt/tierlistblock · website

0stars
23release downloads
≈10active sites
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/philhoyt/tierlistblock/releases/download/V1.0.1/tier-list-block.zip

Readme

Tier List Block

Tier List Block screenshot

A WordPress block plugin for creating TierMaker-style tier lists natively in the block editor.

Blocks

The plugin registers four nested blocks:

Block Description
tier-list/tier-list Outer wrapper — contains all tier rows
tier-list/tier-item A single tier row
tier-list/tier-label The rank label cell (S, A, B…)
tier-list/tier-content The content zone for ranked items

Features

  • Five pre-colored tier rows (S, A, B, C, D) inserted by default
  • Add additional rows via the Tiers panel in the block sidebar
  • Reorder rows with native Gutenberg block mover controls
  • Customizable label background and text colors per row

Installation

  1. Go to the Releases page and download the tier-list-block.zip from the latest release assets.
  2. In your WordPress admin, go to Plugins → Add New Plugin → Upload Plugin.
  3. Choose the downloaded zip and click Install Now.
  4. Click Activate Plugin.

Requirements

  • WordPress 6.6+
  • PHP 7.4+

Development

Install dependencies

npm install
composer install

Start development build with watch

npm start

Production build

npm run build

Linting

npm run lint:js
npm run lint:css
npm run lint:php

Create plugin zip

npm run plugin-zip

License

GPL-2.0-or-later — see LICENSE

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
V1.0.1 Mar 30, 2026 readme.txt 1
V1.0.1 Mar 30, 2026 tier-list-block.zip 18
V1.0.0 Mar 28, 2026 readme.txt 0
V1.0.0 Mar 28, 2026 tier-list-block.zip 5

Active-site estimate ≈10 comes from the median of recent superseded releases. Method.