> 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"


```
