PermNodes

Quick rating

PermNodes

No reviews yet

A modular permission management mod for NeoForge

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
permnodes-1.0.2.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

🧩 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_players and 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

  1. Requirements

    • Minecraft 1.21.8+
    • NeoForge 21.8.46+
    • (optional) LuckPerms mod
  2. Install

    • Download the file permnodes-x.x.x.jar
    • Place it in your server’s mods/ directory
  3. Run

    • Start the server and verify the log:
      [PermNodes] Mod loaded successfully.
      

🔑 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_default nodes 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

🧩 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_players and 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

  1. 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
  • Run

    • Start the server and verify the log:
      [PermNodes] Mod loaded successfully.
      

🔑 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_default nodes 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

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works