π§© PermNodes
A modular permission management mod for NeoForge 1.21.8+
Author: cptgummiballββ’βLicense: MIT
π Overview
PermNodes is a lightweight, server-side permission control mod for NeoForge 21.8.46+.
It integrates with LuckPerms (optional) to allow granular control over player actions such as block placement, breaking, crafting, interactions, PvP, animals, crops, and more.
π‘ Ideal for modded servers, roleplay setups, or controlled community environments.
βοΈ Features
- π LuckPerms Integration (optional β graceful fallback if not present)
- π§± Blocks: fine-grained place / break permissions with tag support
- π§° Recipes: restrict crafting outputs
- π Items:
use.*permissions for item usage - πͺ Interactions:
interact.*for chests, doors, buttons, levers, anvils, etc. - π₯ Ignition:
ignite.*for TNT and fire - π Portals:
portal.*for dimension access - βοΈ PvP:
pvp.attack_playersand global toggles - π Animals: breed, milk, shear, lead, name_tag, attack
- π Villagers: ineract (trade), attack
- πΎ Crops: harvest, trample, seed
- π Fluids: pickup and place control
- πΎ Monsters: restrict attacking hostile mobs
- π§© Mod-wide bypass:
mod.allow.<modid>
π§ Installation
Requirements
- Minecraft 1.21.8+
- NeoForge 21.8.46+
- (optional) LuckPerms mod
Install
- Download the file
permnodes-x.x.x.jar - Place it in your serverβs
mods/directory
- Download the file
Run
- Start the server and verify the log:
[PermNodes] Mod loaded successfully.
- Start the server and verify the log:
π Permission Nodes
| Category | Examples |
|---|---|
| Blocks | blocks.place.minecraft.dirt, blocks.break.tag.minecraft.logs |
| Items | use.minecraft.bucket, use.* |
| Interactions | interact.minecraft.chest, interact.* |
| Recipes | recipes.craft.minecraft.torch, recipes.craft.* |
| Portals | portal.minecraft.the_nether |
| PvP | pvp.attack_players |
| Animals | animals.breed, animals.milk |
| Crops | crops.harvest, crops.trample |
| Fluids | fluids.place, fluids.pickup |
| Monsters | monsters.attack.minecraft.creeper |
| Mods (global) | mod.allow.minecraft, mod.allow.create |
Permission reference
π’ LuckPerms handles wildcards automatically.
π‘ Without LuckPerms,.allow_defaultnodes act as fallbacks.
βοΈ LuckPerms Integration Notice
LuckPerms does not currently display or auto-discover permissions from NeoForge mods.
All permission checks in PermNodes use plain string-based nodes (e.g., blocks.place.minecraft.dirt, use.minecraft.bucket).
These nodes are fully compatible with LuckPerms β they can be assigned, inherited, and checked normally β but they will only appear in the LuckPerms web editor after they have been explicitly created or used (for example, once a permission is checked in-game or manually added to a group).
If you want a predefined list of all available PermNodes permissions to appear in LuckPerms, you can create a template group containing the desired nodes.
This feature may be automated in a future update.
β€οΈ Credits
- cptgummiball β Development, design & documentation
- Lucko & Contributors β LuckPerms API
- NeoForge Team β Modding framework

