1.3.0 b34

Details

  • Filename
    Privileges.jar
  • Uploaded by
  • Uploaded
    Feb 20, 2012
  • Size
    105.72 KB
  • Downloads
    481
  • MD5
    4eb70e575812b3d5444cd3b2974349d4

Supported Bukkit Versions

  • CB 1.1-R4
  • CB 1.1-R3
  • CB 1.1-R2

Changelog

Version 1.3.0 b34

  • New Commands!
  • /demote [player]
  • /priv backup [name] - Creates a snapshot of your current configuration files
  • /priv restore [name] - Restores the specified configuration snapshot
  • /reload will now work properly without breaking the plugin
  • /priv reload will now execute much faster
  • Improved console logging for who did what and when
  • /pg create [group] [rank] will no longer tell you that the rank is used, even when it's not
  • Files should no longer blank themselves if an error is detected; the plugin will simply fail to load.
  • Minor improvements to stability and efficiency

Version 1.3.0 b32

  • Massive changes; see commit in version title
  • Fixed pom DistributionManagement;
  • Fixed CommandHandler;

Version 1.2.0 b23

  • Updated to Bukkit 1.1-R3
  • Fixed groups.yml

Version 1.2.0 b22

  • Code cleanup and optimization
  • UserInfoCommand (/pui, privileges.user.info)
  • Fixed GroupManager and PermissionsManager loading mechanism
  • Minor bugfixes

Version 1.2.0 b16

  • Fixed minor oversight with the new privileges.interact.* node

Version 1.2.0 b15

  • Improved Group interface/GroupManager
  • Many other changes and minor improvements

Version 1.1.0 b7

  • Fixed PermissionsBukkit importer

Version 1.1.0 b6

  • Fixed null world paths in users.yml
  • Added try/catch around wayward getConfigurationSection() calls

Version 1.1.0 b2

  • Updated to CB 1597
  • Updated CommandHandler to latest version
  • Implemented Jenkins build number
  • Added /pg show command. Displays the specified user's (or your own, if omitted) group
  • Fixed Importer
  • Switched to FileConfiguration from Configuration (deprecated)

Version 1.0.5 b20

  • Implemented DebugCommand
  • Implemented UserPermSetCommand (/privileges user perm set, /pups)
  • Implemented UserPermRemoveCommand (/privileges user perm remove, /pupr)
  • Implemented GroupPermSetCommand (/privileges group perm set, /pgps)
  • Implemented GroupPermRemoveCommand (/privileges group perm remove, /pgpr)
  • Improved GroupSetCommand and GroupRemoveCommand
  • Added notice to ReloadCommand
  • Added abstract classes GroupCommand.java, GroupPermCommand.java, and UserPermCommand.java
  • Abstracted PrivilegesCommand.java
  • Added PermissionManager.reload()
  • Added Privileges.toggleDebug()

Version 1.0.4 b16

  • More command goodness;
  • Implemented GroupRemoveCommand
  • Implemented GroupSetCommand
  • Implemented VersionCommand
  • Changed CheckCommand
  • Improved GroupManager.java and added javadocs to exposed API
  • Added GroupChangeEvent on when setGroup() is called.

Version 1.0.3 b12

  • Added CommandHandler version validation

Version 1.0.1 b10

  • A few bugfixes
  • Inheritance
  • PermissionsBukkit node importer

Version 1.0-b8 beta

  • Initial beta release

Version 1.0 alpha

  • Initial alpha release