Adrian3d04
08bfbd7469
feat: Improved connectionRequest method
2022-08-04 20:01:36 +00:00
4drian3d
ae7e61db10
fix: Fixed missing Continuation#resume call
2022-07-28 17:09:35 -05:00
4drian3d
0178a2f4de
release: Version 2.2.1
2022-07-28 21:17:59 +00:00
4drian3d
9c65541b8e
fix: Possible fix for #44
2022-07-28 15:01:06 +00:00
4drian3d
581e615363
feat: Implement /authmevelocity command
...
resolves #41
2022-07-27 16:20:37 +00:00
4drian3d
01b41e47ae
misc: Some minor improvements
2022-07-12 16:11:36 +00:00
4drian3d
cc3803307e
fix(paper): Unregister plugin channels on plugin disable
2022-07-12 16:10:57 +00:00
4drian3d
57fe83c2e8
fix: Correctly filtered players in the AuthmePlaceholders expansion
2022-07-12 16:09:45 +00:00
4drian3d
a41d22d762
misc: Replaced some Components with native MiniPlaceholders components
2022-06-16 22:16:31 +00:00
4drian3d
d93ffb4f2e
build: Update Paper repository
2022-06-16 22:11:50 +00:00
dependabot[bot]
9226b41ce8
Bump MiniPlaceholders from 1.0.1 to 1.1.1 in /spigot
...
Bumps [MiniPlaceholders](https://github.com/4drian3d/MiniPlaceholders ) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/4drian3d/MiniPlaceholders/releases )
- [Commits](https://github.com/4drian3d/MiniPlaceholders/compare/1.0.1...1.1.1 )
---
updated-dependencies:
- dependency-name: com.github.4drian3d:MiniPlaceholders
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 23:31:51 +00:00
dependabot[bot]
089ae3ff76
Bump MiniPlaceholders from 1.0.0 to 1.0.1
...
Bumps [MiniPlaceholders](https://github.com/4drian3d/MiniPlaceholders ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/4drian3d/MiniPlaceholders/releases )
- [Commits](https://github.com/4drian3d/MiniPlaceholders/compare/1.0.0...1.0.1 )
---
updated-dependencies:
- dependency-name: com.github.4drian3d:MiniPlaceholders
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 23:31:15 +00:00
4drian3d
bd66525125
Added support for setups with multiple servers with Authme installed
2022-03-30 18:12:03 -05:00
4drian3d
a54400f21c
2.1.1
2022-03-20 18:00:32 +00:00
4drian3d
7279ed7f9d
2.1.0
2022-03-18 17:04:25 +00:00
4drian3d
962ad1ee41
Added MiniPlaceholders support
2022-03-18 16:56:36 +00:00
4drian3d
d6e0666e0d
2.0.1 | Added MiniMessage support in messages
2022-03-03 15:46:20 -05:00
4drian3d
9a67b10ab1
Listeners improvements
2022-02-13 18:44:20 -05:00
4drian3d
97882d1e31
Added support for unregister events
...
- Added 4drian3d to plugin.yml authors
- Added ProxyForcedUnregisterEvent and ProxyUnregisterEvent to API
2022-02-13 17:50:12 -05:00
4drian3d
47c7e157c9
API changes
...
- Removed static methods and singletons
2022-02-12 10:31:50 -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
a6b37d6641
1.4.0
2022-02-01 11:45:06 -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
4drian3d
5c4a9777ad
Paper 1.18
2021-11-30 14:08:12 -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
914e15ff70
Performance improvements
...
- Use async event listener on velocity
2021-11-14 20:15:36 -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
bb2803dbb4
cleanup
2021-09-14 08:00:30 -05:00
4drian3d
eda2ea0dda
changes
2021-09-05 16:24:07 -05:00
4drian3d
b00a0d310b
Improved plugin usage
...
- Reduced jar file size
- Changed some things
2021-09-05 16:02:16 -05:00
4drian3d
379a44d2a5
Paper 1.17.1
2021-07-07 23:06:35 -05:00
Adrianed04
fa3238ee62
Fix java version
2021-07-03 18:03:51 -05:00
Adrianed04
ccff7c3a11
Update to Paper 1.17, Java 16, and compilation changes
2021-06-19 21:48:33 -05:00
Adrianed04
27fe387a6c
Updated Velocity dependency and added api-version to avoid warning messages in 1.13+ version
2021-05-11 10:05:56 -05:00
xQuickGlare
a63f523357
Initial commit
2021-02-15 17:03:42 +01:00