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
176
Commits
1
Branch
0
Tags
60bcd5f643f7073db31e1aa28eb37833d6267717
Commit Graph
62 Commits
Release 2.7
Luck
·
2016-09-05 20:00:01 +01:00
60bcd5f643
Remove unnecessary reflection
Luck
·
2016-09-05 16:44:59 +01:00
ba04fb320b
Fix permissions not being removed on Sponge
Luck
·
2016-09-04 17:59:01 +01:00
770b7dc282
Add bPermissions migration
Luck
·
2016-09-03 18:15:52 +01:00
7970e2a1c6
Fire PermissionRefreshEvent after the nodes have actually updated
Luck
·
2016-09-01 13:00:22 +01:00
5c760aabd4
Fix NPE, and properly send possible permissions in BukkitUser
Luck
·
2016-08-30 13:06:36 +01:00
ab00c41452
Make #getPlayerGroups return global too
Luck
·
2016-08-29 21:35:11 +01:00
659baaf5fb
Only save unique users
Luck
·
2016-08-28 21:36:16 +01:00
6aea3b53f3
bug fixes
Luck
·
2016-08-28 17:43:02 +01:00
9f5e194a6e
More progress towards 1.6: implement PermissionService
Luck
·
2016-08-28 14:57:03 +01:00
a3ebf86f6b
More progress towards 1.6: add transient permissions
Luck
·
2016-08-27 22:01:17 +01:00
2a305b1c55
Fix NPE
Luck
·
2016-08-25 18:07:50 +01:00
9873415303
Implement ConsecutiveExecutor
Luck
·
2016-08-25 18:07:32 +01:00
2b71476cfe
Add some PlaceholderAPI placeholders
Luck
·
2016-08-23 19:32:58 +01:00
21d0c9ab0e
Copy prefixes and suffixes during migration processes
Luck
·
2016-08-23 12:36:20 +01:00
9cd4e01d8e
Call #recalculatePermissions on the main thread
Luck
·
2016-08-23 12:10:11 +01:00
f7fa08d5e9
Convert PermissionAttachment to use ConcurrentMap, and do refreshPermissions async
Luck
·
2016-08-22 22:39:40 +01:00
7a4135319f
Add some null / arg checks to Vault chat impl
Luck
·
2016-08-22 21:12:42 +01:00
41fca40a36
Add Vault chat support using permission nodes
Luck
·
2016-08-22 20:59:52 +01:00
9dbfa76b26
Partially add migration support
Luck
·
2016-08-21 22:20:14 +01:00
dd7aee9d15
Fix NPE
Luck
·
2016-08-20 16:29:59 +01:00
471084a9ef
Add events
Luck
·
2016-08-20 15:43:54 +01:00
4aa753515d
Check temporary permissions separately to the sync task
Luck
·
2016-08-19 19:10:36 +01:00
0c12eebe6f
Add support for MongoDB and H2 database formats
Luck
·
2016-08-19 18:21:16 +01:00
a15a0752f4
Add import/export support
Luck
·
2016-08-18 12:30:51 +01:00
e9e7d81ddf
Add logging, prepare for import/export system
Luck
·
2016-08-15 01:51:38 +02:00
e216c235ce
Apply bukkit permissions directly, fix sponge listener, other misc changes/fixes
Luck
·
2016-08-07 17:10:37 +02:00
90e074d3ab
Add wildcard permissions
Luck
·
2016-08-07 01:16:05 +02:00
e14ea73626
Add license headers
Luck
·
2016-08-06 14:36:56 +02:00
8483e78082
Set version on build in sponge plugin
Luck
·
2016-08-06 12:25:23 +02:00
4ca1e26f0f
Add more stuff to api
Luck
·
2016-08-06 11:04:06 +02:00
d88657f369
Move stuff into commons, rename PermissionObject, add more javadocs to api
Luck
·
2016-08-06 00:11:00 +02:00
caf03379f2
Sponge support
Luck
·
2016-08-05 12:58:27 +02:00
03450c3339
Various small changes
Luck
·
2016-08-03 12:08:10 +02:00
56e11b8b85
Bump version, and make future version changes easier
Luck
·
2016-07-25 21:05:09 +01:00
a3604c7464
Change Vault hook to use new per-world perms system
Luck
·
2016-07-25 20:20:51 +01:00
c7336dbcad
Per-world permissions
Luck
·
2016-07-25 18:19:36 +01:00
ebeb69dd3a
Add complete offline-mode support
Luck
·
2016-07-25 11:18:35 +01:00
9ad40be210
Fix possible race condition
Luck
·
2016-07-23 22:34:42 +01:00
df209f6515
Add Api
Luck
·
2016-07-21 21:40:24 +01:00
b3b687d9b7
Cleanup & multiple small fixes
Luck
·
2016-07-21 14:15:14 +01:00
a413c0a50a
Remove test files, bump version
Luck
·
2016-07-19 13:01:58 +01:00
ea358e88e1
Make command usage send with the correct label & bump version
Luck
·
2016-07-17 14:44:52 +01:00
24ff465679
Add tab completion
Luck
·
2016-07-17 13:18:43 +01:00
d33a3ffcea
Add support for tracks
Luck
·
2016-07-15 22:44:25 +01:00
874a90253b
Pre-compile patterns, add two new commands, check args before doing DB lookup, and limit group names slightly
Luck
·
2016-07-15 15:03:21 +01:00
42322ef932
Only store prefix in one place
Luck
·
2016-07-12 23:15:47 +01:00
69ab488c47
small cleanup
Luck
·
2016-07-12 11:50:49 +01:00
ad9b190a7c
Fix NPE and plugin not loading when Vault missing
Luck
·
2016-06-29 20:09:34 +01:00
f6e3f1ca0b
Huge cleanup
Luck
·
2016-06-29 15:35:57 +01:00
84335afacd
First
Previous
1
2
Next
Last