> For the complete documentation index, see [llms.txt](https://docs.pixel-dev.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixel-dev.net/pixelcommandblocker/information.md).

# Information

## :exclamation:Introduction

**PixelCommandBlocker** is a lightweight and user-friendly plugin that allows you to block any commands you want.

## :star: Features

* 🚫 **Block Specific Commands**: Choose which commands cannot be ran by players.
* ⚙️ **Easy Configuration**: Simple to set up and customize to your server's needs.
* 📜 **Lightweight and Efficient**: Minimal impact on server performance.

## :inbox\_tray: Installation

### Prerequisites

* Minecraft server running Spigot version 1.21 or higher.

### Steps

1. **Download the PixelCommandBlocker Plugin jar** from \[Soon].
2. **Place the jar file** into your server's 'plugins' directory.
3. **Restart your server** to load the plugin.

## :wrench: Commands & Permissions

### Commands

| Permission | Description               |
| ---------- | ------------------------- |
| /pcbreload | Reload's the config file. |

### Permissions

| Permission           | Description                            |
| -------------------- | -------------------------------------- |
| "pcb.blocker.bypass" | Permission to bypass blocked commands. |

## :man\_technologist: Configuration

Configuring PixelAntiCraft is straightforward. After installation, a `config.yml` file will be created in the `plugins/PixelCommandBlocker` directory. This file contains all the settings you need to customize which crafting recipes are blocked.

#### Basic Configuration

Below is what the `config.yml` file looks like:

```yaml
# ==================================================
# Plugin: PixelCommandBlocker
# Author: ShaneTheDev
# Version: 1.0
# Support Discord: https://discord.gg/EVSpujnuwC
# ==================================================

#List all of the commands you would like to block below.
#NOTE: This will block even if the command contains part of the blocked command.
#NOTE: if "/pl" is blocked, this will block any command that starts with /pl, such as /plugins or /plugin.
BlockedCommandsMessage: '&cThis command is blocked!'
BlockedColonMessage: '&cYou cannot type commands with colons!'
Blocked-Commands:
  - "/BlockedCommand1"
  - "/BlockedCommand2"


```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pixel-dev.net/pixelcommandblocker/information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
