This website requires JavaScript.
Explore
Help
Sign In
worldofcraft
/
LuckPerms-DBA
Watch
10
Star
0
Fork
0
You've already forked LuckPerms-DBA
Code
Issues
Pull Requests
Releases
Wiki
Activity
301
Commits
1
Branch
0
Tags
2c43f6bf2165c6fe8a9fa457fabc06d8e133bcd2
Commit Graph
135 Commits
Fix prefix/suffix priorities being ignored
Luck
·
2016-10-11 19:31:26 +01:00
ac57509a29
Add Vault chat debug messages
Luck
·
2016-10-11 19:06:18 +01:00
c5ce655cf6
Don't force the default group
Luck
·
2016-10-11 18:54:42 +01:00
9fe05efb4e
I'm dumb
Luck
·
2016-10-08 16:45:18 +01:00
9133951446
Fix NPE with LPPermissibles & refreshing users
Luck
·
2016-10-08 16:43:57 +01:00
7853d4686a
add option to ignore vault world parameters
Luck
·
2016-10-08 15:01:54 +01:00
ed5892eb56
small change to BukkitConfig
Luck
·
2016-10-08 09:05:48 +01:00
687804de2c
API changes for 2.11
Luck
·
2016-10-05 21:40:54 +01:00
2429831153
Revert: Merge dummy implementations
Luck
·
2016-10-04 17:15:10 +01:00
9b4384dc33
Merge dummy implementations
Luck
·
2016-10-04 16:58:54 +01:00
de462d2385
Inject a dummy on quit instead of a real PermBase instance
Luck
·
2016-10-04 16:19:41 +01:00
90150428be
Fix NPE / crash on player quit
Luck
·
2016-10-04 16:10:06 +01:00
2a7f951f4f
Pre-process permissions and apply immediately on login events
Luck
·
2016-10-04 14:57:00 +01:00
82789328c1
Move some classes around
Luck
·
2016-10-03 20:42:11 +01:00
008dc3fc52
Cleanup random debug messages
Luck
·
2016-10-02 15:43:44 +01:00
3442372281
Refactor PermissionHolder & Sponge subjects
Luck
·
2016-10-02 15:05:53 +01:00
1b3b50c113
Implement locks to hopefully resolve race conditions with I/O - experimental
Luck
·
2016-10-01 19:03:05 +01:00
4787361e66
Cache & fix (and maybe break) Vault Chat implementation
Luck
·
2016-09-30 20:08:59 +01:00
1fc0d77971
Another Vault fix & cleanup User / Group classes
Luck
·
2016-09-30 17:45:29 +01:00
2d8083bf18
Change Vault behavior & cleanup Node class
Luck
·
2016-09-30 17:09:19 +01:00
63b9be9845
Add logging output to Vault
Luck
·
2016-09-29 22:04:46 +01:00
85a83d8c71
cleanup
Luck
·
2016-09-27 20:21:13 +01:00
385addfe08
Cache Vault lookups & properly sort listnodes output
Luck
·
2016-09-27 20:18:06 +01:00
4c21957b04
Fix permission lookups being case sensitive
Luck
·
2016-09-26 18:52:01 +01:00
ab6b011225
Maybe fix vault (again)
Luck
·
2016-09-25 19:26:36 +01:00
4c9abba5fa
Release 2.10
Luck
·
2016-09-25 17:32:58 +01:00
3424b0542a
Proper context implementation - WIP
Luck
·
2016-09-25 10:19:36 +01:00
5ee6db02ff
Add locale file support
Luck
·
2016-09-23 22:14:40 +01:00
eb9d2be587
Add world and group name rewriting, refactor configs
Luck
·
2016-09-23 18:58:19 +01:00
f48595b1ff
Update config comments
Luck
·
2016-09-22 18:25:49 +01:00
12cd4e19cb
Calculate defaults after all plugins have loaded
Luck
·
2016-09-22 17:34:51 +01:00
a195e94522
Change #isPermissionSet to be more like the Bukkit impl
Luck
·
2016-09-21 22:04:18 +01:00
02abb39dc2
Refactor default permissions to be less bad
Luck
·
2016-09-21 21:30:42 +01:00
f7a0b1ef78
Fix default permissions not properly applying on Bukkit
Luck
·
2016-09-21 17:40:05 +01:00
7678f25879
Implement basic standalone base, working towards
#9
Luck
·
2016-09-20 21:50:28 +01:00
fa9324bda8
Listen on lowest priority, may fix issues with plugins checking for permissions on login events
Luck
·
2016-09-20 21:04:53 +01:00
1e72f9d8fe
Re-add regex permissions & actually take note of the config options
Luck
·
2016-09-19 21:00:23 +01:00
b1e34b55f8
Separate PermissionProcessor into own class
Luck
·
2016-09-19 20:45:37 +01:00
cff1b8a411
Refactor permission calculation
Luck
·
2016-09-17 23:15:07 +01:00
23d53d39b4
Fix no permissions applying when include-global is false, and better support per-server/per-world groups
Luck
·
2016-09-17 19:05:56 +01:00
30ea5a5b69
Update default configs
Luck
·
2016-09-16 22:09:55 +01:00
e7a210dc06
Fixes for offline mode servers
Luck
·
2016-09-16 21:24:25 +01:00
be74b50762
Cache permission lookups
Luck
·
2016-09-16 21:11:12 +01:00
f2e06b56e7
Sponge fixes
Luck
·
2016-09-14 19:37:20 +01:00
ce3ee866ca
Apply negated wildcards
Luck
·
2016-09-13 17:23:16 +01:00
3a0a89853f
Use Splitter instead of Patterns, don't split arguments in quotes
Luck
·
2016-09-12 19:00:37 +01:00
e7ca79d251
Maybe fix an issue with per-server prefixes/suffixes
Luck
·
2016-09-11 14:34:38 +01:00
116094ea96
Inject PermissibleBase instead of using attachments.
Resolves
#14
Luck
·
2016-09-11 11:50:59 +01:00
9df39a9545
Maybe fix race condition with messages not sending
Luck
·
2016-09-10 14:31:42 +01:00
31884ea59d
Fix ops not receiving all permission nodes
Luck
·
2016-09-09 18:00:38 +01:00
fc230291d3
First
Previous
1
2
3
Next
Last