RandomPerms

Quick rating

RandomPerms

No reviews yet

A permission managing mod for minecraft 1.12.2

Mod Loaders
Forge
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

About

Project Details

Type
Mod
Latest Version
randomperms.jar
Authors

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

Resources

External Links

Source Issues Wiki Discord

About

Description

RandomPerms


A standalone permission system, no plugins, no Bukkit/Sponge, no Spigot required. Works on 100% Forge servers.


RandomPerms gives you full control over who can do what on your server, all managed with simple in-game commands.


✨ Features

Users & Groups with group inheritance (parent groups) and weight-based priority

Wildcard permissions: grant/deny whole categories at once with `modid.*` or `*`, with support for negation (`-node`)

Rank tags: set a colored prefix/suffix per group (e.g. `[Admin]`, `[VIP]`) that shows up in chat and the tab list automatically

Live tab list ping: see everyone's connection quality at a glance, right next to their name

Server info in the tab list header/footer: players online, staff online, and live server stats update automatically every second

Fully in-game configuration: no editing config files by hand (though you can if you want to, it's just JSON)

Tab-completion for permission nodes, start typing a permission and get suggestions pulled from every command currently registered on your server, vanilla and modded alike

📋 Commands
All commands live under `/perms` (alias `/permissions`):

/perms user <name> group set <group>
/perms user <name> group add <group>
/perms user <name> group remove <group>
/perms user <name> permission set <node> [true|false]
/perms user <name> permission unset <node>
/perms user <name> info

/perms group create <name>
/perms group delete <name>
/perms group list
/perms group <name> permission set <node> [true|false]
/perms group <name> permission unset <node>
/perms group <name> parent add <parentGroup>
/perms group <name> parent remove <parentGroup>
/perms group <name> weight <number>
/perms group <name> prefix <text>
/perms group <name> suffix <text>
/perms group <name> staff <true|false>
/perms group <name> info

/perms checkperm <player> <node>
/perms reload
/perms save

🔒 How permission checks work
Every permission node resolves in this order:
A player's own explicit overrides (most specific match wins)
Their groups, and all inherited parent groups, sorted by weight (highest first)

If nothing matches: falls back to normal vanilla behavior, nothing is locked down until you configure it

This means you can safely drop RandomPerms into an existing server; it won't restrict anything until you actually set a rule.

🛠️ Example setup

/perms group create admin
/perms group admin weight 100
/perms group admin prefix &c[Admin]
/perms group admin permission set * true
/perms group admin staff true

/perms group default permission set command.gamemode false
/perms user Steve group set admin

❓ Support
Found a bug or have a feature request? Let me know in the comments or join my discord: https://discord.gg/zBZJSgDG4r

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
Downloads
Last Updated
Created
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