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
701
Commits
1
Branch
0
Tags
24e09fd2d976cc07f7ea11276aea302b081131ef
Commit Graph
278 Commits
Add "use-vault-server" config option, depreciate vault primary group override feature
Luck
·
2017-03-27 17:35:28 +01:00
ae82807139
Fix some concurrency issues with login handling
Luck
·
2017-03-26 18:40:09 +01:00
8e557d122b
Cleanup remaining (un)setPermission methods
Luck
·
2017-03-25 11:04:25 +00:00
671e2adc32
Rewrite inheritance resolution implementation
Luck
·
2017-03-24 22:18:18 +00:00
1137e476dd
correct zPermissions migration logging tag
Luck
·
2017-03-23 23:18:03 +00:00
cb63b321d0
Automatically push updates to other servers via the messaging service when commands are ran
Luck
·
2017-03-21 21:58:45 +00:00
c36b0d2975
Rename "debug" classes to "verbose"
Luck
·
2017-03-20 17:22:18 +00:00
f8ad562b95
Fix NoSuchMethodError being thrown for older Bukkit config classes
Luck
·
2017-03-18 15:34:29 +00:00
8b402f6423
Add some alternate options for primary group calculation
Luck
·
2017-03-17 22:54:18 +00:00
2e75bc3f3b
Rename online-mode config option to use-server-uuids to better reflect/clarify its purpose
Luck
·
2017-03-17 20:51:06 +00:00
ac4bd418f3
Refactor and cleanup commands
Luck
·
2017-03-13 20:03:03 +00:00
aa2941fcdb
Cleanup migration commands
Luck
·
2017-03-13 19:10:36 +00:00
dbc909a317
Add server version info to the startup banner
Luck
·
2017-03-12 14:59:27 +00:00
f5007f94dc
Listen for changes in data files and automatically update
Luck
·
2017-03-11 23:05:03 +00:00
b9fc5c39ae
Cleanup a bit
Luck
·
2017-03-11 21:10:27 +00:00
9dc2278083
Migrate group weightings onto the group itself as well as to the chat meta held by it
Luck
·
2017-03-11 18:24:25 +00:00
7305c6c54b
Fix getAllNodes cache not working properly, remove pre-process contexts on Bungee & cleanup some unused methods
Luck
·
2017-03-11 17:55:50 +00:00
bce7fa871d
Run exporter in own thread and process user exports concurrently
Luck
·
2017-03-10 20:44:19 +00:00
2462eac497
Cleanup powerfulperms migration & remove support for older PP versions
Luck
·
2017-03-09 19:10:48 +00:00
bb818c8942
Don't send json text on MC 1.7
Luck
·
2017-03-06 18:22:11 +00:00
00895fc7ab
Fix race condition with Bukkit join handling where players are denied entry but subsequently login slightly later
Luck
·
2017-03-05 00:59:44 +00:00
53c9e5bb4a
Fix groupmanager global group migration on windows systems
Luck
·
2017-03-01 21:26:20 +00:00
b20b03113a
Change bungeecord leave event priority to wait longer before unloading data
Luck
·
2017-02-26 21:53:03 +00:00
ec8273aa9f
misc cleanup
Luck
·
2017-02-26 12:43:35 +00:00
df99ef4481
misc cleanup
Luck
·
2017-02-24 19:31:45 +00:00
e8c0c43e9d
Events rewrite, remove most deprecated API methods (v3.0)
Luck
·
2017-02-19 14:57:20 +00:00
6798fb21b2
Fix bukkit child permission handling to not include permissions with no children & cleanup permission registration
Luck
·
2017-02-18 21:01:09 +00:00
89ff3b169b
ensure all bukkit permissions are registered on startup
Luck
·
2017-02-18 08:50:06 +00:00
abddb265be
Add /lp tree command -
closes
#175
Luck
·
2017-02-15 19:21:27 +00:00
05f906a759
Fix setting chat meta with Vault, remove unnecessary permissible recalculations & general cleanup
Luck
·
2017-02-15 12:53:52 +00:00
4b16be1b75
Make the bukkit command manager more accessible
Luck
·
2017-02-13 12:53:22 +00:00
989a2cc89c
Apply regex perms before wildcards
Luck
·
2017-02-11 12:12:28 +00:00
140e6b08ca
"Explaination" --> "Explanation" (
#168
)
Michael Vorburger
·
2017-02-04 22:32:34 +00:00
0982154a15
Fix NPE for vault getUserMeta when defaultValue is null and the LP value is also null
Luck
·
2017-02-04 17:45:26 +00:00
378f3f5efa
Add configurable duration handling when a holder already has a temporary permission/parent/option set -
closes
#152
Luck
·
2017-02-03 22:24:42 +00:00
6540c695de
Fix OPs disabled message
Luck
·
2017-02-02 15:58:34 +00:00
bc52e4da0e
Fix import/export handling -
closes
#159
Luck
·
2017-02-02 15:13:44 +00:00
ede413a213
Cleanup all migration commands -
closes
#63
Luck
·
2017-02-01 18:41:15 +00:00
9cee319ed9
Fix migration log being sent to the console twice
Luck
·
2017-01-31 12:29:06 +00:00
8dbb083b90
Refactor plugin and scheduler interfaces
Luck
·
2017-01-31 12:14:42 +00:00
0be6d658ed
Change update messages to account for more than just redis messaging
Luck
·
2017-01-29 11:09:11 +00:00
424af27a47
fix NPE on login
Luck
·
2017-01-26 21:05:44 +00:00
d150b22eae
Pull git commit id once only - should improve build time
Luck
·
2017-01-26 13:55:06 +00:00
f27034bb35
implement verbose expression matching
Luck
·
2017-01-23 22:43:52 +00:00
0c1a2e82bf
Fix login NPE when async tasks run after the event has been fully handled
Luck
·
2017-01-23 16:22:25 +00:00
7d1a3d32e9
Fix backwards compatibility with redis
Luck
·
2017-01-22 22:49:11 +00:00
d93cc826b2
Implement BungeeCord & LilyPad messaging services -
closes
#142
Luck
·
2017-01-22 21:46:22 +00:00
327c8b83be
Implement stacking prefixes -
closes
#60
Luck
·
2017-01-22 18:23:08 +00:00
292d4cd450
Refactor config handling - towards
#100
Luck
·
2017-01-21 15:36:13 +00:00
b7cf0e6bc7
Remove console only commands -
closes
#137
Luck
·
2017-01-19 20:39:09 +00:00
2e16844141
First
Previous
1
2
3
4
5
...
Next
Last