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