| icon |
hand-wave |
| description |
A Paper plugin of building blocks for custom items, tools and abilities |
| layout |
| width |
title |
description |
tableOfContents |
outline |
pagination |
default |
|
|
|
|
|
|
CommandUtils adds around 130 commands that fill the gaps between vanilla commands and what a custom item, block or ability actually needs — breaking a 3×3 of blocks, running commands on a timer, stealing a potion effect, giving a player a fake health bar.
Every command works from command blocks, datapacks, the console, and plugins such as ExecutableItems and ExecutableBlocks. Nothing here needs a Java plugin of your own.
| | |
|---|
| Quickstart | Install the plugin and run your first command | quickstart.md |
| Commands | The full command reference, by category | commands |
| Config | Enable, rename and tune commands | config.md |
- Paper 1.20 or newer, Java 21
- No hard dependencies. A handful of commands need an extra plugin and are simply not registered without it — PlaceholderAPI, CoreProtect and ProtocolLib are each used by one or two
- Claim and region protection is respected automatically when GriefPrevention, Factions or WorldGuard is installed