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 |
|
4drian3d
|
00f9995e50
|
Merge pull request #13 from 4drian3d/dependabot/maven/com.github.simplix-softworks-SimplixStorage-3.2.3
Bump SimplixStorage from 3.1.9 to 3.2.3
|
2021-09-06 21:43:40 -05:00 |
|
dependabot[bot]
|
4185f6a31b
|
Bump SimplixStorage from 3.1.9 to 3.2.3
Bumps [SimplixStorage](https://github.com/JavaFactoryDev/LightningStorage) from 3.1.9 to 3.2.3.
- [Release notes](https://github.com/JavaFactoryDev/LightningStorage/releases)
- [Commits](https://github.com/JavaFactoryDev/LightningStorage/compare/3.1.9...3.2.3)
---
updated-dependencies:
- dependency-name: com.github.simplix-softworks:SimplixStorage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-06 23:19:52 +00:00 |
|
4drian3d
|
8c9ee11dd8
|
Merge pull request #11 from 4drian3d/configuration
One more change
|
2021-09-05 16:32:27 -05:00 |
|
4drian3d
|
39fa5bb78b
|
Action changes
|
2021-09-05 16:29:50 -05:00 |
|
4drian3d
|
dac0afc676
|
Merge branch 'configuration' of https://github.com/4drian3d/AuthMeVelocity into configuration
|
2021-09-05 16:24:23 -05:00 |
|
4drian3d
|
eda2ea0dda
|
changes
|
2021-09-05 16:24:07 -05:00 |
|
4drian3d
|
2a9ff63ce0
|
Merge pull request #10 from 4drian3d/configuration
Improved plugin usage
|
2021-09-05 16:05:28 -05:00 |
|
4drian3d
|
205e7f5b40
|
Merge branch 'master' into configuration
|
2021-09-05 16:04:03 -05:00 |
|
4drian3d
|
b00a0d310b
|
Improved plugin usage
- Reduced jar file size
- Changed some things
|
2021-09-05 16:02:16 -05:00 |
|
4drian3d
|
b84bc3fe9a
|
Merge pull request #7 from 4drian3d/dependabot/maven/proxy/com.fasterxml.jackson.dataformat-jackson-dataformat-yaml-2.12.5
Bump jackson-dataformat-yaml from 2.12.4 to 2.12.5 in /proxy
|
2021-08-30 20:16:38 -05:00 |
|
dependabot[bot]
|
ca05ddc479
|
Bump jackson-dataformat-yaml from 2.12.4 to 2.12.5 in /proxy
Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.12.4 to 2.12.5.
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.12.4...jackson-dataformats-text-2.12.5)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-27 23:12:43 +00:00 |
|
4drian3d
|
379a44d2a5
|
Paper 1.17.1
|
2021-07-07 23:06:35 -05:00 |
|
4drian3d
|
4ad86aa9bd
|
Merge pull request #3 from 4drian3d/dependabot/github_actions/actions/upload-artifact-2.2.4
Bump actions/upload-artifact from 2.2.3 to 2.2.4
|
2021-07-07 23:00:10 -05:00 |
|
4drian3d
|
664e81bbfe
|
Merge pull request #2 from 4drian3d/dependabot/maven/com.velocitypowered-velocity-api-3.0.0
Bump velocity-api from 1.1.8 to 3.0.0
|
2021-07-07 22:59:55 -05:00 |
|
4drian3d
|
a0fcbcd5fd
|
Merge pull request #4 from 4drian3d/dependabot/maven/proxy/com.fasterxml.jackson.dataformat-jackson-dataformat-yaml-2.12.4
Bump jackson-dataformat-yaml from 2.12.3 to 2.12.4 in /proxy
|
2021-07-07 22:59:39 -05:00 |
|
4drian3d
|
6347c7b32f
|
Merge pull request #1 from 4drian3d/dependabot/maven/proxy/com.velocitypowered-velocity-api-3.0.0
Bump velocity-api from 1.1.8 to 3.0.0 in /proxy
|
2021-07-07 22:58:09 -05:00 |
|
4drian3d
|
a30a20a21e
|
Merge pull request #6 from 4drian3d/dependabot/maven/com.fasterxml.jackson.dataformat-jackson-dataformat-yaml-2.12.4
Bump jackson-dataformat-yaml from 2.12.3 to 2.12.4
|
2021-07-07 22:57:28 -05:00 |
|
4drian3d
|
443dd128d8
|
Merge pull request #5 from 4drian3d/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.5 to 2.1.6
|
2021-07-07 22:56:52 -05:00 |
|
dependabot[bot]
|
2dedfa88da
|
Bump jackson-dataformat-yaml from 2.12.3 to 2.12.4
Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.12.3...jackson-dataformats-text-2.12.4)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-08 03:56:04 +00:00 |
|
dependabot[bot]
|
aec88668da
|
Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-08 03:55:59 +00:00 |
|
dependabot[bot]
|
e7df4e19be
|
Bump actions/upload-artifact from 2.2.3 to 2.2.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.2.4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-08 03:55:57 +00:00 |
|
dependabot[bot]
|
d533dfbbbf
|
Bump jackson-dataformat-yaml from 2.12.3 to 2.12.4 in /proxy
Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.12.3...jackson-dataformats-text-2.12.4)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-08 03:55:57 +00:00 |
|
dependabot[bot]
|
22c7e1e484
|
Bump velocity-api from 1.1.8 to 3.0.0
Bumps velocity-api from 1.1.8 to 3.0.0.
---
updated-dependencies:
- dependency-name: com.velocitypowered:velocity-api
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-08 03:55:55 +00:00 |
|
dependabot[bot]
|
074c5e41f4
|
Bump velocity-api from 1.1.8 to 3.0.0 in /proxy
Bumps velocity-api from 1.1.8 to 3.0.0.
---
updated-dependencies:
- dependency-name: com.velocitypowered:velocity-api
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-08 03:55:54 +00:00 |
|
4drian3d
|
ce27b8266c
|
Create dependabot.yml
|
2021-07-07 22:55:39 -05:00 |
|
4drian3d
|
1aa45bd207
|
Update README.md
|
2021-07-03 18:57:56 -05:00 |
|
Adrianed04
|
fa3238ee62
|
Fix java version
|
2021-07-03 18:03:51 -05:00 |
|