- efb8592 Make it compatible with older Bukkit versions by WHR · 4 years, 1 month ago
- 3b108ea Reformat code by WHR · 4 years, 1 month ago 2.6
- edd3f92 Support setting permissions for console by WHR · 4 years, 1 month ago
- e62abd1 Add COPYING based on https://dev.bukkit.org/projects/permbukkit/ and https://dev.bukkit.org/project/31046/license by WHR · 4 years, 1 month ago
- a3cb751 Fix ${version} in plugin.yml didn't get replaced by WHR · 4 years, 1 month ago
- 7b66473 Add Makefile by WHR · 4 years, 1 month ago
- 08aac15 Re-include MCStats in shading by Tad Hardesty · 9 years ago
- 4edf8f8 Update for Minecraft 1.9 by chris · 9 years ago 2.5
- ce8fd36 Version 2.4 bump by Tad Hardesty · 10 years ago 2.4
- 5d23699 Updated "/perm group players" command to look nicer for UUIDs. by Tad Hardesty · 10 years ago
- cd0f1e8 Moved where "name" is set and actually save changes. by Tad Hardesty · 10 years ago
- 0ec5140 Some API fixes so the old API methods taking usernames will still work. by Tad Hardesty · 10 years ago
- 077ab49 Whitespace and formatting cleanup. by Tad Hardesty · 10 years ago
- 6cce6aa Some access and final cleanup. by Tad Hardesty · 10 years ago
- bc53aa3 Added a few UUID-based API methods. by Tad Hardesty · 10 years ago
- 4e6dd9b Version 2.3 bump by Tad Hardesty · 10 years ago 2.3
- c852352 Some minor bugfixes by Tad Hardesty · 11 years ago
- ae702a5 Command updates, still needs thorough testing by Tad Hardesty · 11 years ago
- e74a29c Start UUID work: lookup and migration work, commands not updated yet by Tad Hardesty · 11 years ago
- 5882651 Old version number update by Tad Hardesty · 11 years ago 2.2
- 9397320 Added another null check in metrics and switched to translateAltColorCodes. by Tad Hardesty · 11 years ago
- 69685c8 Added more user-friendly and descriptive handling of invalid configuration files, and prevent NPEs in metrics when this happens. by Tad Hardesty · 11 years ago
- 3ba6d7a Corrected refreshForGroup to take into account group inheritance and the default group. by Tad Hardesty · 11 years ago
- 4f01b3c Use getPlayerExact in situations where the exact player name is known (anywhere outside commands). by Tad Hardesty · 11 years ago
- 12654f2 Replace super-slow global refreshPermissions() with user- and group-specific refreshes that don't also remove every permission beforehand (another super-slow operation). by Tad Hardesty · 11 years ago
- 116efa8 Use LinkedHashMaps for calculating player permissions, preserving definition order better. by Tad Hardesty · 11 years ago
- c6ea2e3 Added -file parameter to /perm dump to print the listing to a file. by Tad Hardesty · 11 years ago
- c35cf87 Use the new "proper" separator so that players actually get notified when they can't build. by Credomane Evonguard · 13 years ago
- fbc2783 Do not try and fail to show metrics on /perm about when they are disabled by Tad Hardesty · 11 years ago
- 90c2177 Switched to an experimental method of calculating player permissions faster. by Tad Hardesty · 11 years ago
- e7cac04 Added metric for whether the PermissionsBukkit API has been used. by Tad Hardesty · 12 years ago 2.1
- 8f08b32 Made Metrics and TabComplete package-private and switched to using ignoreCancelled on player events by Tad Hardesty · 12 years ago
- 3ce1baf Added recursive inheritance prevention by Tad Hardesty · 12 years ago
- af6ebec Added information on how many users, etc. have a permission set to the info subcommand by Tad Hardesty · 12 years ago
- d46a84e Added 'about' subcommand so users can view their metrics; fixed backwards groups and users by Tad Hardesty · 12 years ago
- 4fbbaaa Added some ridiculously fancy stats tracking by Tad Hardesty · 12 years ago
- 8470936 Updated pom.xml and added tab completion by Tad Hardesty · 12 years ago
- df8b24a Added setrank to plugin.yml permissions and switched to compile against latest Bukkit by SpaceManiac · 12 years ago 2.0
- 10f9b01 Added plugin metrics via MCStats by SpaceManiac · 12 years ago
- d333c30 Added setrank subcommand with per-group permissions by SpaceManiac · 12 years ago
- 00dc9aa Changed enable/disable messages and made configuration errors more informative by SpaceManiac · 12 years ago
- fa5b5b0 Be case-insensitive about creating nodes (and create 'users' if it doesn't exist) by SpaceManiac · 12 years ago
- a8a1ed8 Up version to 2.0 for development by SpaceManiac · 12 years ago
- ff38d07 Attempts are now made to automatically fix permissions that have become mistakenly tree-shaped. by SpaceManiac · 13 years ago 1.6
- 597d68c Factored out lastWorld, fixed join event and issues with in-game commands not taking effect immediately. by SpaceManiac · 13 years ago 1.5
- 81ba027 Migrated to using / as the internal path separator to allow using . in node names. by SpaceManiac · 13 years ago
- 24a0c1e Only write default config when needed, minor command fixes, and some Maven fanciness. by SpaceManiac · 13 years ago
- 1177353 Pom.xml fixes. by SpaceManiac · 13 years ago
- 1b42916 Fixed refreshPermissions to save as it ought to. by SpaceManiac · 13 years ago
- 630e228 Updated commands, hopefully. The thing compiles but may or may not crash and burn! by SpaceManiac · 13 years ago
- 9fb8f49 Updated to use the new method of writing the default configuration, updated plugin.yml version and author. by SpaceManiac · 13 years ago
- 38ea61b Did a bunch of updating to the new configuration by SpaceManiac · 13 years ago
- 786a010 Skip cancelled events, use PlayerLogin instead of PlayerJoin by SpaceManiac · 13 years ago
- 80d1397 Update to new logging and events by SpaceManiac · 13 years ago
- 6abe7c3 Update .gitignore for IDEA by SpaceManiac · 13 years ago
- ce60286 Nuke the SuperpermBridge, which can hopefully finally be done away with by SpaceManiac · 13 years ago
- 2ecb39d Fixed permissions-on-join issue by SpaceManiac · 13 years ago 1.1
- dbb3bf5 Minor fix to calculateAttachment by SpaceManiac · 13 years ago
- 67441df Hopefully fixed multiworld permissions, added debug messages by SpaceManiac · 13 years ago
- 2ff7ee0 Bumped to v1.1. by SpaceManiac · 13 years ago
- 627eec0 Improved SuperpermBridge wildcard handling by SpaceManiac · 13 years ago
- cb94482 Fixed BukkitContrib incompatibility; improved /perm check; other misc bugfixes by SpaceManiac · 13 years ago
- e7d3209 Updated to allow use of the special superperms.* and superperms.PLUGINNAME nodes. by SpaceManiac · 13 years ago
- a186a51 Removed temporary CB file. by SpaceManiac · 13 years ago
- 38ad171 Addition of SuperpermBridge plugin as a minimalistic bridge from Permissions to the new Superperms by SpaceManiac · 13 years ago
- 3219938 Antibuild now blocks interaction; added configurable message. by SpaceManiac · 13 years ago
- 021ca00 Added /perm player setgroup command and fixed some coloring by SpaceManiac · 13 years ago
- 95bab27 Fixed 'Player Unknown not found' by SpaceManiac · 13 years ago
- dbe3c47 Change priority of register and unregister events by SpaceManiac · 13 years ago
- 625eab5 Fixed a severe issue with getNode causing crashes in a lot of commands by SpaceManiac · 13 years ago
- cf6abc7 Updated readme, CraftBukkit, and did some minor code cleanup. by SpaceManiac · 13 years ago
- 8437e72 Rename PermissionsMain to PermissionsPlugin; add minimalistic groups/players API for plugins to use by SpaceManiac · 13 years ago
- 91295dc Changed inherits to inheritance; hopefully made user and group names case-insensitive. by SpaceManiac · 13 years ago
- 28829ec Added message when generating configuration; redid permission-changing commands by SpaceManiac · 13 years ago
- 8d3df01 Fix issue in /perms check; add /perm alias; multiworld support by SpaceManiac · 13 years ago
- ccf9c47 Fixed checking permissions of non-players; Made /perms check and /perms dump default to the sender; Implemented /perms dump (woo pagination) by SpaceManiac · 13 years ago
- 88ff3e0 Change documentation, add op default by SpaceManiac · 13 years ago
- 23495f4 Added readme; changed the way negative permissions are stored. by SpaceManiac · 13 years ago
- 364d8e6 Updated CraftBukkit jar by SpaceManiac · 13 years ago
- 170efe2 Added info and stub dump commands, fixed pom, added description to plugin.yml, added default configuration. by SpaceManiac · 13 years ago
- a4d5d62 Migrated to Maven, updated CraftBukkit by SpaceManiac · 13 years ago
- fd3eaa3 Removed debugging messages, added CraftBukkit jar by SpaceManiac · 13 years ago
- 27e8270 Initial commit. by SpaceManiac · 13 years ago