30 Commits

Author SHA1 Message Date
4drian3d
c6f7043643 Synchronized Set 2022-02-01 11:41:45 -05:00
4drian3d
cbea29583e Command Listener improvements 2022-02-01 11:41:22 -05:00
4drian3d
2e8d8e1c3b Use ConcurrentHashSet 2021-11-30 11:58:22 -05:00
4drian3d
2303f9b709 Implement allowedCommands configuration
- Forward more events to proxy
- Now all commands that are executed if the player is not logged in and is not on a login server will be blocked.
If the player is on a login server and executes a command that is not allowed, it will be blocked.
- Removed server argument from events
If a specific server is required, it can be obtained from the player.
- Add isAuthServer and isInAuthServer methods to API
2021-11-22 13:00:45 -05:00
4drian3d
8d16142c4e Improvements 2021-11-21 19:09:24 -05:00
4drian3d
234e25396c Improved README 2021-11-15 18:09:07 -05:00
4drian3d
e670ed38c0 Added javadocs 2021-11-15 17:31:26 -05:00
4drian3d
aa99aae2f7 Code improvements
- Added PreSendOnLoginEvent
- ProxyLoginEvent is record now
- Improve send to server on login feature
2021-11-15 14:41:08 -05:00
4drian3d
cedf188e61 Fix config order initlialization 2021-11-15 12:12:29 -05:00
4drian3d
7f92021736 Update actions 2021-11-14 21:22:10 -05:00
4drian3d
4ee6e847e9 Added config header
- Cache hocon builder
2021-11-14 21:03:36 -05:00
4drian3d
914e15ff70 Performance improvements
- Use async event listener on velocity
2021-11-14 20:15:36 -05:00
4drian3d
5b32a71409 Improved Configuration
- Changed yaml format to hocon
2021-11-14 08:05:38 -05:00
4drian3d
ec314e54b9 API and code improvements 2021-11-13 20:51:08 -05:00
4drian3d
f1bc19ac3d Migrate to Configurate
- Code improvements
2021-11-13 17:00:55 -05:00
4drian3d
5221b66140 Remove LegacyChannelIdentifier
- Change loggedPlayers collection from HashMap to HashSet
2021-11-06 10:49:32 -05:00
4drian3d
f5c9cbdf21 Removed unused import 2021-10-27 13:15:26 -05:00
4drian3d
e5124a83b0 Fixed wrong tab complete 2021-10-27 12:44:59 -05:00
4drian3d
6ab442d681 Fix startup if fastlogin is not present 2021-10-27 07:22:42 -05:00
4drian3d
c1b18455d0 Added configurable sending to server after login
- Possibly resolves https://github.com/AuthMe/AuthMeReloaded/issues/2425
2021-10-23 10:49:09 -05:00
4drian3d
d267f1c3fa Added plugin API 2021-10-23 09:52:00 -05:00
4drian3d
71b7aff0dd Block tab complete if player is not logged 2021-10-22 15:26:52 -05:00
4drian3d
f583d70d1a Added FastLogin Velocity support 2021-10-22 15:02:53 -05:00
4drian3d
4c4550f440 Implement ProxyLoginEvent 2021-10-22 14:02:03 -05:00
4drian3d
bb2803dbb4 cleanup 2021-09-14 08:00:30 -05:00
4drian3d
b00a0d310b Improved plugin usage
- Reduced jar file size
- Changed some things
2021-09-05 16:02:16 -05:00
Adrianed04
1397862711 Fix proxy version 2021-07-03 18:01:43 -05:00
4drian3d
5fc7ef9f5b
Fix velocity-plugin.json
,
2021-06-26 21:08:00 -05:00
Adrianed04
ccff7c3a11 Update to Paper 1.17, Java 16, and compilation changes 2021-06-19 21:48:33 -05:00
xQuickGlare
a63f523357 Initial commit 2021-02-15 17:03:42 +01:00