games647
|
2b16f3341f
|
Use the loginevent to send the client the offline uuid
-> skin applies on deactivated premium uuid
|
2016-07-03 16:58:23 +02:00 |
|
games647
|
167ce66057
|
Added note about skin forwarding if premium uuids are disabled
|
2016-07-03 14:18:27 +02:00 |
|
games647
|
8d1021e44c
|
Update fake player methods
|
2016-06-29 19:04:12 +02:00 |
|
games647
|
a811a741f5
|
Change to lenis repository
|
2016-06-29 19:03:52 +02:00 |
|
games647
|
a6348766b3
|
Reduce the number of lookups if a cracked player already exists
|
2016-06-20 16:29:39 +02:00 |
|
games647
|
22dcc50950
|
I'm stupid (Related #27)
|
2016-06-20 16:16:31 +02:00 |
|
games647
|
bd3494eed0
|
Fix recursive method invocation (Related #27)
|
2016-06-20 15:27:43 +02:00 |
|
games647
|
1aba9a0f3b
|
Added us.mcapi.com as third-party APIs to workaround rate-limits
(Fixes #27)
|
2016-06-20 14:12:29 +02:00 |
|
games647
|
6faf00e1bf
|
Support for making requests to Mojang from different IPv4 addresses
(Related #27)
|
2016-06-20 13:52:37 +02:00 |
|
games647
|
0d89614f3c
|
Add support for the new LoginSecurity version
|
2016-06-18 14:39:47 +02:00 |
|
games647
|
b009658eea
|
Fix typo in BungeeCord message key
|
2016-06-16 15:10:25 +02:00 |
|
games647
|
2881689f09
|
Fixed default message copying
|
2016-06-15 17:35:10 +02:00 |
|
games647
|
6d1a97fd32
|
Added premium command warning
|
2016-06-15 13:55:57 +02:00 |
|
games647
|
b74faa2fd5
|
Fix missing translation
|
2016-06-15 13:26:20 +02:00 |
|
games647
|
4800a88886
|
Perform protocollib checks async/non-blocking
|
2016-06-14 19:36:34 +02:00 |
|
games647
|
92c9ab5b76
|
Use ProtocolLib as a soft dependency
|
2016-06-14 17:21:46 +02:00 |
|
games647
|
d90e3fdb44
|
Load the embed message as default
|
2016-06-14 17:02:12 +02:00 |
|
games647
|
8abbb8f07c
|
Fix bungeecord support (Fixes #26)
|
2016-06-13 08:51:47 +02:00 |
|
games647
|
f04a44b1d2
|
Applies skin earlier to make it visible for other
plugins listening on login events
|
2016-06-11 17:16:03 +02:00 |
|
games647
|
1a66121977
|
Do not save players multiple times on server switch
1.5.2
|
2016-06-11 15:08:44 +02:00 |
|
games647
|
413a0325f8
|
Fixed BungeeCord force logins if there is a lobby server
|
2016-06-11 13:24:35 +02:00 |
|
games647
|
9fc7e0bf43
|
Fixed BungeeCord support by correctly saving the proxy ids (Fixes #22)
1.5.1
|
2016-06-11 10:32:53 +02:00 |
|
games647
|
ac8bcb1758
|
Fix default config deploy
|
2016-06-11 09:29:55 +02:00 |
|
games647
|
bebcb3e9de
|
Make locale messages thread-safe
|
2016-06-10 10:37:04 +02:00 |
|
games647
|
0b899f61a8
|
Fixed message removal
|
2016-06-10 09:23:15 +02:00 |
|
games647
|
7733135ce4
|
Fixed NPE in BungeeCord on cracked login for existing players (#22)
|
2016-06-10 08:57:08 +02:00 |
|
games647
|
be89eec23b
|
Fix NPE on premium name check if it's pure cracked player
(Fixes #21)
|
2016-06-10 08:53:06 +02:00 |
|
games647
|
679060d4e9
|
Fixed support for empty messages
|
2016-06-09 14:33:14 +02:00 |
|
games647
|
f6aa064835
|
Added localization messages (Fixes #20)
|
2016-06-09 12:43:04 +02:00 |
|
games647
|
de4b73c3bd
|
Upgrade maven plugin version
|
2016-06-09 10:30:42 +02:00 |
|
games647
|
ac15829dcc
|
Fixes insert (new player) for cracked players (Fixes #18)
|
2016-06-07 17:32:45 +02:00 |
|
games647
|
0b709997a4
|
Fix duplicate premium uuid check in BungeeCord
|
2016-06-07 16:46:18 +02:00 |
|
games647
|
8809875ca4
|
Fixed setting auth hook
|
2016-06-04 14:56:04 +02:00 |
|
games647
|
aa30c070b9
|
Add database importers (planned)
|
2016-06-02 15:02:15 +02:00 |
|
games647
|
51d0aefbf3
|
Added support of detecting name changes (Fixes #18)
|
2016-06-01 14:42:48 +02:00 |
|
games647
|
cb876a52bd
|
Add support for multiple bungeecords (Fixes #19)
|
2016-05-28 17:21:08 +02:00 |
|
games647
|
3e844be65d
|
Clean up project structure
|
2016-05-26 11:04:13 +02:00 |
|
games647
|
dce95cf0d0
|
Prevent thread create violation in BungeeCord
|
2016-05-25 09:40:43 +02:00 |
|
games647
|
81eeaeae83
|
Fix recursive call for bungeecord
|
2016-05-23 21:11:34 +02:00 |
|
games647
|
6b1542de88
|
Now bungeeCord detection should work for all server versions
|
2016-05-23 17:02:32 +02:00 |
|
games647
|
99b7367366
|
Fixed bungeecord support in Cauldron (Related to #11)
1.3
|
2016-05-23 12:02:44 +02:00 |
|
games647
|
961b144efb
|
Load the plugin before worlds loading and auth plugins (Related to #12)
to display the message not fully started more less
|
2016-05-23 10:27:01 +02:00 |
|
games647
|
dcd06ad613
|
Fix server not fully started message on ProtocolSupport or Bungee
(Fixes #15)
|
2016-05-23 08:46:18 +02:00 |
|
games647
|
c4c043e1c5
|
Fix AuthMe 3.X forceLogin on autoRegister (Fixes #14)
|
2016-05-22 20:00:07 +02:00 |
|
games647
|
87aa9dd668
|
Fixed CrazyLogin hook
|
2016-05-22 18:34:21 +02:00 |
|
games647
|
2838c06ab3
|
Replacing guava's class search with an explicit list (Fixes #11)
-> Fixed 1.7 Minecraft support
-> Fixed Cauldron support
|
2016-05-22 18:31:34 +02:00 |
|
games647
|
ae58e0539a
|
Added support for LogIt
|
2016-05-22 13:59:41 +02:00 |
|
games647
|
624745728f
|
Added other command argument to /premium and /cracked (Fixes #13)
|
2016-05-21 13:32:48 +02:00 |
|
games647
|
d0287ec2b4
|
Fixed premium logins if the server is not fully started (Fixes #12)
|
2016-05-18 18:41:24 +02:00 |
|
games647
|
e6a4af92cc
|
Add support for AuthMe 3.X
|
2016-05-18 15:47:51 +02:00 |
|