Minecraft Privileges mod 2026 download
logo
minecraft mod Privileges

Privileges

Game Version: CB 1.6.2-R0.1
Total Downloads: 18,688
Updated: Aug 10, 2013
Created: Aug 25, 2011
Download PrivilegesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.8.1 b182 release 165.22 KB Aug 10, 2013 CB 1.6.2-R0.1 5,668 download Privileges 1.8.1 b182 releaseDownload
1.7.5 b158 release 161.29 KB Feb 11, 2013 CB 1.4.7-R1.0 2,287 download Privileges 1.7.5 b158 releaseDownload
1.7.4 b147 release 144.58 KB Dec 28, 2012 CB 1.4.6-R0.1 1,017 download Privileges 1.7.4 b147 releaseDownload
1.7 b127 release 133.01 KB Nov 7, 2012 CB 1.4.2-R0.2 823 download Privileges 1.7 b127 releaseDownload
1.7 b121 release 132.33 KB Oct 20, 2012 CB 1.3.2-R2.0 710 download Privileges 1.7 b121 releaseDownload
1.6-DEV b64 release 130.37 KB Jul 11, 2012 CB 1.2.5-R4.0 755 download Privileges 1.6-DEV b64 releaseDownload
1.6-DEV b62 release 129.49 KB Jul 9, 2012 CB 1.2.5-R4.0 461 download Privileges 1.6-DEV b62 releaseDownload
1.5 b55 release 128.01 KB Jun 29, 2012 CB 1.2.5-R4.0 459 download Privileges 1.5 b55 releaseDownload
1.4.0 b45 release 122.36 KB May 14, 2012 CB 1.2.5-R1.0 554 download Privileges 1.4.0 b45 releaseDownload
1.4.0 b41 release 121.11 KB Mar 1, 2012 CB 1.1-R4 564 download Privileges 1.4.0 b41 releaseDownload
1.3.0 b34 release 105.72 KB Feb 20, 2012 CB 1.1-R4 407 download Privileges 1.3.0 b34 releaseDownload
1.3.0 b32 release 99.39 KB Feb 8, 2012 CB 1.1-R3 895 download Privileges 1.3.0 b32 releaseDownload
1.2.0 b23 release 91.92 KB Jan 30, 2012 CB 1.1-R3 396 download Privileges 1.2.0 b23 releaseDownload
1.2.0 b22 release 91.91 KB Jan 30, 2012 CB 1.1-R2 290 download Privileges 1.2.0 b22 releaseDownload
1.2.0 b16 release 89.63 KB Jan 22, 2012 CB 1.0.1-R1 358 download Privileges 1.2.0 b16 releaseDownload
1.2.0 b15 release 89.41 KB Jan 22, 2012 CB 1.0.1-R1 272 download Privileges 1.2.0 b15 releaseDownload
1.1.0 b7 release 76.07 KB Dec 26, 2011 1.0.0 496 download Privileges 1.1.0 b7 releaseDownload
1.1.0 b6 release 76.09 KB Dec 20, 2011 1.0.0 331 download Privileges 1.1.0 b6 releaseDownload
1.1.0 b2 release 75.34 KB Dec 14, 2011 1.0.0 268 download Privileges 1.1.0 b2 releaseDownload
1.0.5 b20 release 72.19 KB Sep 25, 2011 CB 1240 401 download Privileges 1.0.5 b20 releaseDownload
1.0.4 b16 release 60.99 KB Sep 25, 2011 CB 1185 247 download Privileges 1.0.4 b16 releaseDownload
1.0.3 b12 release 56.83 KB Sep 17, 2011 CB 1060 282 download Privileges 1.0.3 b12 releaseDownload
1.0.1 b10 beta 56.35 KB Sep 8, 2011 CB 1060 297 download Privileges 1.0.1 b10 betaDownload
1.0-b8 beta 51.21 KB Sep 2, 2011 CB 1060 282 download Privileges 1.0-b8 betaDownload
Privileges 1.0 alpha alpha 43.23 KB Aug 25, 2011 - 168 download Privileges Privileges 1.0 alpha alphaDownload

Description

Share this:

Privileges

Privileges seeks to be a familiar face for Permissions, and uses the Permissions 2.x format of lists of nodes for users. It offers inheritance, multi-world permissions, and promotion tracks.

This plugin is designed to implement Super perms (Bukkit Permissions). It does not provide an extensible API for permissions handler hooking, except in the form of getGroup().

by krinsdeath

Pages

  1. Configuration / groups.yml
  2. Configuration / config.yml
  3. Example Setup
  4. Commands
  5. Jenkins / Github
    5.1. Use of the plugin builds from Jenkins is unofficial, unsupported and unapproved by BukkitDev Staff!

Features

  • Multi-world compatible permissions management, with a familiar interface.
  • Easy-to-use, powerful, and accurate inheritance.
  • Promotion ladders and tracks through group ranks.
  • Anti-build with permissions nodes privileges.build and privileges.interact.
  • Expanded anti-build permissions with privileges.interact.[block id], to prevent interaction on a block-by-block basis.
  • Extremely powerful command system!
  • Incredibly light-weight registration of players. Thousands of nodes can be applied in only a few millionths of a second.
  • Plugin Metrics! Privileges reports the total number of groups and users registered in its config files to mcstats.org. This data is 100% anonymous and is only used for informational purposes. You can disable this in config.yml by changing plugin.metrics: false

Commands

  • /priv – Top level command. Does nothing.
  • /priv check [player] [node] – Checks the specified node for the specified player. If player is omitted, checks your own nodes.
  • /priv list [player] [page] – Lists the specified player's permissions nodes. If player is omitted, lists your own nodes. 7 nodes are listed per page.
  • /priv reload – Saves Privileges' currently loaded configuration to disk and reloads all files.
  • /priv save – Saves Privileges' currently loaded configuration to disk.
  • /priv load – Unloads current configurations and loads from the disk – used to pick up external file changes.
  • /priv backup [name] – Creates a configuration snapshot including users and groups, and saves it to a directory: privbackup/[name].
  • /priv restore [name] – Restores the specified configuration snapshot.
  • /priv version – Shows Privileges' current version and build numbers.
  • /priv group [option] – Top level 'group' command
  • * /priv group create [name] [rank] – Creates a group with the specified name and rank. If your current rank is equal to or lower than the rank you specify, the command will fail.
  • * /priv group remove [name] [–safe] – Removes the specified group. If your rank is lower than the target group's rank, the command fails. If –safe is specified, the command will attempt to remove all references to the group from all users (and set them to your default group), and remove the group from all inheritance references as well.
  • * /priv group set [player] [group] – Attempts to set the specified player's group to the specified group. If the target group's rank is equal to or higher than the command sender's rank, the command fails.
  • * /priv group show [player] – Shows the sender the specified player's group.
  • * /priv group list – Lists the available groups and their ranks.
  • * /priv group perm – Top level 'group permission' command
  • * * /priv group perm set [group] [node] [true|false] – Attempts to set the specified node to the specified value for the specified group. Fails if you don't have a higher rank setting than the target group.
  • * * /priv group perm remove [group] [node] – Attempts to remove the node specified from the group. Fails if your rank is not higher than the target group.
  • /priv user perm [option] – Top level 'user permission' command
  • * /priv user perm remove [player] [node] – Removes the node specified from the target player.
  • * /priv user perm set [player] [node] [true|false] – Sets the specified node to the value for the target player.
  • * /priv user reset [player] – Resets the specified user to the default group and erases any individual permissions.

more commands will be added as I think of them

Permissions

  • privileges.interact (defaults true) – Allows the player to interact with objects like buttons and switches
  • privileges.build (defaults true) – Allows the player to break/place blocks
  • Base commands
  • * privileges.reload – /priv reload
  • * privileges.save – /priv save
  • * privileges.load – /priv load
  • * privileges.backup – /priv backup [name]
  • * privileges.restore – /priv restore [name]
  • * privileges.version – /priv version
  • * privileges.debug – /priv debug
  • Administrative
  • * privileges.promote – /promote [player]
  • * privileges.demote – /demote [player]
  • * privileges.check – /pc [player] [node]
  • * privileges.list – /priv list [player] [page]
  • * privileges.info – /priv info [player]
  • Group base commands
  • * privileges.group.create – /pgc [group] [rank]
  • * privileges.group.remove – /pgr [group] [–safe]
  • * privileges.group.set – /pgs [player] [group]
  • * privileges.group.show – /pg show [player]
  • * privileges.group.list – /pg list
  • Group permissions commands
  • * privileges.group.perm.set – /pgps [group] [node] [true|false]
  • * privileges.group.perm.remove – /pgpr [group] [node]
  • User permissions commands
  • * privileges.user.perm.remove – /pupr [player] [node]
  • * privileges.user.perm.set – /pups [player] [node] [true|false]
  • * privileges.user.reset – /pur [player]

Special thanks

  • gravypod – Small performance tweaks and optimizations. Thanks a bunch!
  • Wolvereness – Massive improvement to node registration performance through templating. Keep on keepin' on!

Comments

Add a comment