338 Commits

Author SHA1 Message Date
4drian3d
47c7e157c9 API changes
- Removed static methods and singletons
2022-02-12 10:31:50 -05:00
4drian3d
5fead6090c Continuations use in AwatingsEvents 2022-02-11 18:08:34 -05:00
4drian3d
b94c664101 Reduced Java 16 requirement to Java 11 2022-02-11 18:07:41 -05:00
4drian3d
1098852a58 Probably fix #24 2022-02-02 19:37:15 -05:00
4drian3d
577fe2e305 Changed velocity repo to papermc repository
- Update Velocity API dependency
2022-02-01 11:56:32 -05:00
4drian3d
a6b37d6641 1.4.0 2022-02-01 11:45:06 -05:00
4drian3d
2e1fc6e8ef Merge branch 'master' of https://github.com/4drian3d/AuthMeVelocity 2022-02-01 11:41:54 -05:00
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
d5bc411438
Merge pull request #23 from 4drian3d/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.9.0
Bump maven-compiler-plugin from 3.9.0-SNAPSHOT to 3.9.0
2022-01-20 18:18:56 -05:00
dependabot[bot]
a0c1fd37e4
Bump maven-compiler-plugin from 3.9.0-SNAPSHOT to 3.9.0
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0-SNAPSHOT to 3.9.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/commits/maven-compiler-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-19 20:19:05 +00:00
4drian3d
bfce0c5f64
Merge pull request #20 from 4drian3d/dependabot/maven/proxy/org.apache.maven.plugins-maven-jar-plugin-3.2.2
Bump maven-jar-plugin from 3.2.1-SNAPSHOT to 3.2.2 in /proxy
2022-01-19 15:14:51 -05:00
4drian3d
76c5a20db8
Merge pull request #21 from 4drian3d/dependabot/maven/spigot/org.apache.maven.plugins-maven-jar-plugin-3.2.2
Bump maven-jar-plugin from 3.2.1-SNAPSHOT to 3.2.2 in /spigot
2022-01-19 15:14:32 -05:00
dependabot[bot]
09288ed379
Bump maven-jar-plugin from 3.2.1-SNAPSHOT to 3.2.2 in /spigot
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.1-SNAPSHOT to 3.2.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/commits/maven-jar-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-12 23:31:10 +00:00
dependabot[bot]
33975cc090
Bump maven-jar-plugin from 3.2.1-SNAPSHOT to 3.2.2 in /proxy
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.1-SNAPSHOT to 3.2.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/commits/maven-jar-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-12 23:26:54 +00:00
4drian3d
5c4a9777ad Paper 1.18 2021-11-30 14:08:12 -05:00
4drian3d
096c19225c Merge branch 'master' of https://github.com/4drian3d/AuthMeVelocity 2021-11-30 11:58:28 -05:00
4drian3d
2e8d8e1c3b Use ConcurrentHashSet 2021-11-30 11:58:22 -05:00
4drian3d
54fd9df2cb Removed Jitpack repo 2021-11-28 21:47:11 -05:00
4drian3d
54e3a7f293
Merge pull request #16 from 4drian3d/dependabot/maven/proxy/com.velocitypowered-velocity-api-3.1.0
Bump velocity-api from 3.0.1 to 3.1.0 in /proxy
2021-11-26 18:46:54 -05:00
dependabot[bot]
6ca860057e
Bump velocity-api from 3.0.1 to 3.1.0 in /proxy
Bumps velocity-api from 3.0.1 to 3.1.0.

---
updated-dependencies:
- dependency-name: com.velocitypowered:velocity-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-26 23:24:09 +00: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
d32c1ae224
Merge pull request #15 from 4drian3d/configurate
Migration to Configurate and more
2021-11-14 21:04:51 -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
ea43ee4a46 Add jitpack.yml 2021-10-28 16:36:52 -05:00
4drian3d
a5a05fc89b Update maven plugins 2021-10-28 16:19:58 -05:00
4drian3d
f5c9cbdf21 Removed unused import 2021-10-27 13:15:26 -05:00
4drian3d
aeca3de73b Add Java version to pom.xml
- Implement PreSendLoginEvent in paper
2021-10-27 13:12:34 -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
89a5740051
Merge pull request #14 from 4drian3d/dependabot/github_actions/actions/setup-java-2.3.1
Bump actions/setup-java from 2.3.0 to 2.3.1
2021-09-29 19:03:16 -05:00
dependabot[bot]
a556166b42
Bump actions/setup-java from 2.3.0 to 2.3.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29 23:12:27 +00:00
4drian3d
743c9455a4 Merge branch 'master' of https://github.com/4drian3d/AuthMeVelocity 2021-09-14 08:00:36 -05:00
4drian3d
bb2803dbb4 cleanup 2021-09-14 08:00:30 -05:00