Nerfstick Remastered

⭐ — (0 endorsements) 📥 22 downloads 📌 v1.0.6 📅 7/7/2026
🟡 Updated this year

By AREKKUZZERA · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/22/2026 📅 Created: 7/7/2026

🔍 Analysis

  • 🏆 #250 of 599 bukkit mods in this game by downloads

📋 About This Mod

# Nerfstick Nerfstick is a modern Paper plugin that gives server owners fine-grained control over the vanilla Debug Stick. It allows debug sticks to be safely used in survival environments while preventing abuse in protected regions such as WorldGuard regions or GriefPrevention claims. Unlike vanilla behavior, Nerfstick lets you define exactly which block properties can be modified, and under what conditions, making it ideal for survival servers, admin tools, and controlled building environments. --- ## ✨ Key Features * 🧪 Safe Debug Stick usage in Survival mode * 🔐 Permission-based control over block state editing * 🧱 Fine-grained whitelist for block properties * 🌍 Protection-aware (WorldGuard / claim systems compatible via hooks) * ⚙️ Fully configurable per-block and per-property rules * 🚀 Updated for modern Paper (1.21+) --- ## 🧠 How it works Nerfstick intercepts Debug Stick interactions and applies server-defined rules at runtime. It evaluates every interaction before any block state mutation occurs. This includes: * Preventing usage in protected regions * Restricting which blocks can be modified * Restricting which block properties (e.g. facing, powered, waterlogged) can be changed * Allowing safe, controlled cycling of block states in survival mode --- ## 🔐 Permissions system (LuckPerms recommended) Nerfstick supports hierarchical and regex-based permission nodes for advanced control. To allow Debug Stick usage outside of creative mode, grant: ``` minecraft.debugstick.always ``` ### Core structure ``` nerfstick.use.minecraft.* nerfstick.use.minecraft.lever.* nerfstick.use.minecraft.furnace.facing ``` --- ## 🧱 Recommended whitelist (blocks) ```txt nerfstick.use.minecraft.barrel.* nerfstick.use.minecraft.bell.* nerfstick.use.minecraft.furnace.* nerfstick.use.minecraft.ladder.* nerfstick.use.minecraft.lectern.* nerfstick.use.minecraft.lever.* nerfstick.use.minecraft.lightning_rod.* nerfstick.use.minecraft.note_block.* nerfstick.use.minecraft.observer.* nerfstick.use.minecraft.rail.* nerfstick.use.minecraft.redstone_comparator.* nerfstick.use.minecraft.tripwire_hook.* nerfstick.use.minecraft.redstone_lamp.* nerfstick.use.minecraft.ender_chest.* nerfstick.use.minecraft.dispenser.facing nerfstick.use.minecraft.dropper.facing nerfstick.use.minecraft.dried_ghast.facing nerfstick.use.minecraft.leaf_litter.facing nerfstick.use.minecraft.wildflowers.facing ``` --- ## 🌿 Block families (regex-based permissions) ```txt r=nerfstick.use.minecraft.*_chest.* r=nerfstick.use.minecraft.*_fence.* r=nerfstick.use.minecraft.*_gate.* r=nerfstick.use.minecraft.*_glazed_terracotta.* r=nerfstick.use.minecraft.*_lantern.* r=nerfstick.use.minecraft.*_leaves.* r=nerfstick.use.minecraft.*_log.* r=nerfstick.use.minecraft.*_rail.* r=nerfstick.use.minecraft.*_repeater.* r=nerfstick.use.minecraft.*_sign.* r=nerfstick.use.minecraft.*_stairs.* r=nerfstick.use.minecraft.*_slab.* r=nerfstick.use.minecraft.*_trapdoor.* r=nerfstick.use.minecraft.*_wall.* r=nerfstick.use.minecraft.*_door.hinge ``` --- ## 🔄 Fork information This project is a maintained fork of the original Nerfstick plugin, updated for modern Minecraft versions. Key improvements: * Paper 1.21+ compatibility * Removal of deprecated NMS usage * Improved permission resolution system * Safer and more predictable block state validation logic * Enhanced integration hooks for protection plugins --- ## 🙏 Credits Nerfstick was originally created by **akdukaan** and **Reimnop**. * (https://github.com/akdukaan/Nerfstick?utm_source=chatgpt.com) * (https://modrinth.com/plugin/nerfstick?utm_source=chatgpt.com) This fork continues development with modern updates and compatibility improvements for Paper 1.21+.

# Nerfstick

Nerfstick is a modern Paper plugin that gives server owners fine-grained control over the vanilla Debug Stick.

It allows debug sticks to be safely used in survival environments while preventing abuse in protected regions such as WorldGuard regions or GriefPrevention claims.

Unlike vanilla behavior, Nerfstick lets you define exactly which block properties can be modified, and under what conditions, making it ideal for survival servers, admin tools, and controlled building environments.

## ✨ Key Features

🧪 Safe Debug Stick usage in Survival mode 🔐 Permission-based control over block state editing 🧱 Fine-grained whitelist for block properties 🌍 Protection-aware (WorldGuard / claim systems compatible via hooks) ⚙️ Fully configurable per-block and per-property rules 🚀 Updated for modern Paper (1. 21+)

## 🧠 How it works

Nerfstick intercepts Debug Stick interactions and applies server-defined rules at runtime.

It evaluates every interaction before any block state mutation occurs.

This includes:

Preventing usage in protected regions Restricting which blocks can be modified Restricting which block properties (e.g. facing, powered, waterlogged) can be changed Allowing safe, controlled cycling of block states in survival mode

## 🔐 Permissions system (LuckPerms recommended)

Nerfstick supports hierarchical and regex-based permission nodes for advanced control.

To allow Debug Stick usage outside of creative mode, grant:

``` minecraft.debugstick.always ```

### Core structure

``` nerfstick.use.minecraft. nerfstick.use.minecraft.lever. nerfstick.use.minecraft.furnace.facing ```

## 🧱 Recommended whitelist (blocks)

```txt nerfstick.use.minecraft.barrel. nerfstick.use.minecraft.bell. nerfstick.use.minecraft.furnace. nerfstick.use.minecraft.ladder. nerfstick.use.minecraft.lectern. nerfstick.use.minecraft.lever. nerfstick.use.minecraft.lightning_rod. nerfstick.use.minecraft.note_block. nerfstick.use.minecraft.observer. nerfstick.use.minecraft.rail. nerfstick.use.minecraft.redstone_comparator. nerfstick.use.minecraft.tripwire_hook. nerfstick.use.minecraft.redstone_lamp. nerfstick.use.minecraft.ender_chest. nerfstick.use.minecraft.dispenser.facing nerfstick.use.minecraft.dropper.facing nerfstick.use.minecraft.dried_ghast.facing nerfstick.use.minecraft.leaf_litter.facing nerfstick.use.minecraft.wildflowers.facing ```

## 🌿 Block families (regex-based permissions)

```txt r=nerfstick.use.minecraft._chest. r=nerfstick.use.minecraft._fence. r=nerfstick.use.minecraft._gate. r=nerfstick.use.minecraft._glazed_terracotta. r=nerfstick.use.minecraft._lantern. r=nerfstick.use.minecraft._leaves. r=nerfstick.use.minecraft._log. r=nerfstick.use.minecraft._rail. r=nerfstick.use.minecraft._repeater. r=nerfstick.use.minecraft._sign. r=nerfstick.use.minecraft._stairs. r=nerfstick.use.minecraft._slab. r=nerfstick.use.minecraft._trapdoor. r=nerfstick.use.minecraft._wall. r=nerfstick.use.minecraft._door.hinge ```

## 🔄 Fork information

This project is a maintained fork of the original Nerfstick plugin, updated for modern Minecraft versions.

Key improvements:

Paper 1. 21+ compatibility Removal of deprecated NMS usage Improved permission resolution system Safer and more predictable block state validation logic Enhanced integration hooks for protection plugins

## 🙏 Credits

Nerfstick was originally created by akdukaan and Reimnop.

(https://github.com/akdukaan/Nerfstick?utm_source=chatgpt.com) (https://modrinth.com/plugin/nerfstick?utm_source=chatgpt.com)

This fork continues development with modern updates and compatibility improvements for Paper 1. 21+.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
AREKKUZZERA
Version
1.0.6
Downloads
22
Endorsements
0
Category
bukkit
Created
7/7/2026
Updated
6/22/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
decoration, game-mechanics, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Nerfstick Remastered support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of Nerfstick Remastered?

Version 1.0.6, published 2026-06-22 with 22 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by AREKKUZZERA 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods