Commit graph

90 commits

Author SHA1 Message Date
Luck
430f08b25f Add LuckPerms to "specialCasePlugins" in SuperpermsHandler (#1518) 2017-08-27 22:20:48 +01:00
NJDaeger
341263b934 Removed null value from AbstractVaultHandler (#1327)
I'm in the process of writing a permissions plugin, and every time I try to talk it threw an error. The error was caused by this null value that was existing. I removed it and changed it to get the Player's world name. This should fix my error.
2017-06-24 15:41:51 +01:00
vemacs
0a1feaf044 Fix Vault-based permission logging (forgot after refactor) 2016-07-09 18:42:42 -06:00
vemacs
dd026700be Minor cleanup 2016-03-03 07:57:37 -07:00
vemacs
0001665ece Don't spam startup logs for PermissionsHandler 2016-03-03 07:44:49 -07:00
vemacs
d0a7c5a0ec Remove PEX binary from repo, as we use Vault metadata now 2016-03-02 20:59:17 -07:00
vemacs
7d33814d5b Change to Vault Metadata API for PEX build perms 2016-03-01 09:29:45 -07:00
Ali Moghnieh
aa75a3f20d Remove GroupManager from here! 2015-10-08 18:16:41 +01:00
vemacs
e33c42e123 Optimizate imporst 2015-06-21 09:16:49 -04:00
vemacs
9ccfd4aac0 Fix compile, class definitions 2015-06-21 08:45:01 -04:00
vemacs
549da08f87 OCD message tweaking. Last thing. 2015-06-19 21:59:17 -04:00
vemacs
4e9d6d22dd Actually fix no-Vault situation 2015-06-19 21:34:52 -04:00
vemacs
3a3d1a5981 Fix no-Vault situation 2015-06-19 21:30:27 -04:00
vemacs
a6232b6bb6 [Untested] [Experimental] PermissionsHandler cleanup, add specific logging to detect Vault with no perms plugin 2015-06-19 15:47:58 -04:00
vemacs
6ca3712b79 Attempt PermissionsHandler cleanup, attempt to support Vault installed but no working perms/chat setup situations 2015-06-19 09:14:46 -04:00
vemacs
73ac6488ce Run IntelliJ IDEA inspections 2015-06-03 14:11:56 -06:00
vemacs
c03765803c Move to switch statement (Java 7 sugar) 2015-06-03 14:03:26 -06:00
vemacs
65fc8a9c41 Don't spam fallback message 2015-06-03 13:20:42 -06:00
vemacs
fe49e08340 Force superperms based permissions if a supported perms plugin is installed, but Vault isn't 2015-06-03 09:53:24 -06:00
vemacs
d63e342f78 Remove version matching, it's pointless now 2015-06-03 07:44:18 -06:00
vemacs
1f14ac5c18 Copy logic from pre-refactor, should fix everything PermissionsHandler related, add Vault dependency to readme 2015-06-03 07:04:39 -06:00
vemacs
8f71261646 Fix issues relating to refactor 2015-06-02 18:08:44 -06:00
vemacs
1a9954428b Make Commandgive behavior more similar to Commanditem, fix shutdown spam 2015-06-02 17:57:20 -06:00
vemacs
e43ae47a78 Simplify handler registration logic 2015-06-02 17:34:38 -06:00
vemacs
57213dd625 call setupProviders() for all handlers 2015-06-02 17:12:53 -06:00
vemacs
ce5ffb9bd7 Call superclass constructor for GroupManager, fixes #48 2015-06-02 17:09:03 -06:00
vemacs
318e0eabea Make PermissionsEX handler use UUIDs 2015-06-02 13:20:34 -06:00
vemacs
0a2f1a3dfe Fix PrivilegesHandler 2015-06-02 13:09:54 -06:00
vemacs
b19dbb1b8f Make permissions-plugin specific implementations extend Vault, fix build permission checks 2015-06-02 13:08:53 -06:00
vemacs
be1acfdccd Don't override SuperpermsHandler hasPermission, fixes #45 2015-06-01 18:50:20 -06:00
vemacs
ea4c966003 Rename Vault setup method to be more descriptive, check if Chat class is available 2015-06-01 11:03:11 -06:00
vemacs
fe5de8a854 Fix #35, implement prefix and suffix methods for VaultHandler 2015-06-01 10:19:11 -06:00
vemacs
fa43f39015 Use UUID methods for zPermissions (merged from Spigot fork) 2015-06-01 09:11:41 -06:00
drtshock
667fc18abf Return at correct spot. 2015-04-24 12:35:29 -05:00
drtshock
4f72ff47bc More informative permission lag notices. 2015-04-22 11:26:41 -05:00
drtshock
ac0858dcdb Add PermissionsHandler for Vault.
We'll use the VaultAPI if it's there for group checks.
This will also allow us to default to Player#hasPermission from Bukkit instead of going through each permission plugin.
2015-04-22 10:42:27 -05:00
drtshock
dde0b20775 Reformat 2015-04-14 23:06:16 -05:00
Necrodoom
2c747ecf36 empty array is not null array 2014-06-19 16:22:38 +01:00
KHobbits
4854961901 Add a lag check for permission system checks.
This doesn't include normal permission checks, since the overhead could be detrimental.
2014-06-19 02:38:28 +01:00
KHobbits
71936cfe22 Check for arraynull on pex group request. 2014-06-14 18:20:49 +01:00
Iaccidentally
518650e842 Modifier order consistency 2014-02-04 11:11:43 -05:00
KHobbits
0b71b6e93d Remove redundant permission check. 2013-12-31 04:44:28 +00:00
KHobbits
427b97433e Logger cleanup pt 1. 2013-12-07 20:03:05 +00:00
KHobbits
1f3e52a4b9 Better handle esschat/GM reloading during async events. 2013-07-15 00:47:17 +01:00
Iaccidentally
dad348d3d0 [API] Move 2.x API to new package, create dummy classes for compatibility 2013-07-13 11:14:39 -04:00
KHobbits
1a49cdd140 Fix null values. 2013-06-25 16:34:17 +01:00
ZerothAngel
cd4bdb83d4 Add group/prefix/suffix support for zPermissions. 2013-06-25 16:24:23 +01:00
Iaccidentally
f1eae9be6f Cleanup imports 2013-06-11 20:45:12 +01:00
Iaccidentally
8755935fcb Remove old permissions handlers that are no longer used. This fixes an issue where new versions of Bpermissions would be detected as old. 2013-06-09 14:38:27 -04:00
KHobbits
09f67c9723 Split util classes. 2013-06-08 22:31:19 +01:00