Information

Welcome to the official documentation for PixelCommandBlocker. The worlds simplest Minecraft plugin to block crafting recipes!

Introduction

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

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.

📥 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.

🔧 Commands & Permissions

Commands

Permission
Description

/pcbreload

Reload's the config file.

Permissions

Permission
Description

"pcb.blocker.bypass"

Permission to bypass blocked commands.

👨‍💻 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:

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

Last updated