Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
AuthMeVelocity

AuthMeVelocity

AuthMeReloaded support for Velocity

34.5k
52
Library
Management
Utility
AboutGalleryChangelogVersions

AuthMeVelocity Paper 4.1.2

by 4drian3d on Aug 27, 2024
Download

AuthMeVelocity Proxy 4.1.2

by 4drian3d on Aug 27, 2024
Download
  • Improved plugin messaging sending to backend server

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/4.1.1...4.1.2

AuthMeVelocity Paper 4.1.1

by 4drian3d on Jan 21, 2024
Download

AuthMeVelocity Proxy 4.1.1

by 4drian3d on Jan 21, 2024
Download

Fixed Velocity 3.3.0 support when using VPacketEvents

AuthMeVelocity Paper 4.1.0

by 4drian3d on Dec 25, 2023
Download

AuthMeVelocity Proxy 4.1.0

by 4drian3d on Dec 25, 2023
Download

What's Changed

  • Add ability to require permission to send-on-login in https://github.com/4drian3d/AuthMeVelocity/pull/126
  • Added AuthMe Sessions support in https://github.com/4drian3d/AuthMeVelocity/pull/138
  • feat: Added LuckPerms contexts
  • Removed Legacy versions (Spigot and <1.19.4) support
  • Updated to Velocity 3.3.0
  • Improved 1.20.3+ Support

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/4.0.4...4.1.0

AuthMeVelocity Paper 4.0.4

by 4drian3d on Jul 29, 2023
Download

AuthMeVelocity Proxy 4.0.4

by 4drian3d on Jul 29, 2023
Download

Fixes

  • fix: Fixed AutoLogin inconsistency

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/4.0.3...4.0.4

AuthMeVelocity Proxy 4.0.3

by 4drian3d on Jun 28, 2023
Download

AuthMeVelocity Paper 4.0.3

by 4drian3d on Jun 28, 2023
Download

Fixes

  • Implement support for modern TabCompletion blocking in https://github.com/4drian3d/AuthMeVelocity/pull/103

Library Updates

  • chore(deps): update dependency net.minecrell.plugin-yml.bukkit to v0.6.0 in https://github.com/4drian3d/AuthMeVelocity/pull/101

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/4.0.2...4.0.3

AuthMeVelocity Proxy 4.0.2

by 4drian3d on Jun 8, 2023
Download

AuthMeVelocity Spigot 4.0.2

by 4drian3d on Jun 8, 2023
Download

Features

  • feat: Added Paper plugins compatibility
  • Updated to 1.20

Fixes

  • fix(api): Fixed NPE in AuthMeVelocityAPI#removePlayerIf
  • fix: Fixed AutoLogin not working
  • Removed Paper 1.19.3 support

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/4.0.1...4.0.2

AuthMeVelocity Spigot 4.0.1

by 4drian3d on Apr 11, 2023
Download

AuthMeVelocity Proxy 4.0.1

by 4drian3d on Apr 11, 2023
Download
  • fix(deps): update dependency net.kyori:adventure-api to v4.13.0 in https://github.com/4drian3d/AuthMeVelocity/pull/83
  • chore(deps): update shadow to v8.1.1 in https://github.com/4drian3d/AuthMeVelocity/pull/84
  • fix(deps): update dependency org.bstats:bstats-velocity to v3.0.2 in https://github.com/4drian3d/AuthMeVelocity/pull/85
  • fix(deps): update dependency net.kyori:adventure-api to v4.13.1 in https://github.com/4drian3d/AuthMeVelocity/pull/86
  • Added Folia Support

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/4.0.0...4.0.1

AuthMeVelocity Spigot 4.0.0

by 4drian3d on Mar 11, 2023
Download

AuthMeVelocity Proxy 4.0.0

by 4drian3d on Mar 11, 2023
Download

In this update the groupId is changed, the API is published in Maven Central instead of JitPack, MiniPlaceholders 2 is supported and the ignoreSignedPlayers option is removed.

How to update

Simply delete the libs folder in the AuthMeVelocity directory.

In addition, AuthMeVelocity is now distributed in 2 jars (as initially distributed), this allows to have a better modularity and to be able to implement more modules in the future (probably an exclusive version for Paper 1.19.3+). AuthMeVelocity-Proxy must be installed on your Velocity proxy and AuthMeVelocity-Paper must be installed on your servers that have AuthMeReloaded installed

Compatibility with Minecraft 1.19.1+

In this version the ignoreSignedPlayers option is removed. This is done because I developed a plugin that fixes this problem in Velocity, called UnSignedVelocity.

What's Changed

  • AuthMeVelocity 4 in https://github.com/4drian3d/AuthMeVelocity/pull/76
  • fix(deps): update dependency org.bstats:bstats-velocity to v3.0.1 in https://github.com/4drian3d/AuthMeVelocity/pull/77
  • chore(deps): update dependency gradle to v8 in https://github.com/4drian3d/AuthMeVelocity/pull/78
  • chore(deps): update dependency net.minecrell.plugin-yml.bukkit to v0.5.3 in https://github.com/4drian3d/AuthMeVelocity/pull/80
  • chore(deps): update shadow to v8 (major) in https://github.com/4drian3d/AuthMeVelocity/pull/81
  • chore(deps): update dependency gradle to v8.0.2 in https://github.com/4drian3d/AuthMeVelocity/pull/79
  • refactor!: change package to io.github._4drian3d.authmevelocity
  • feat: implement separate releases
  • publish: Maven Central
  • fix: removed ignore signed players option
  • fix(deps): updated to MiniPlaceholders 2
  • feat: implement injection
  • feat: improved configuration handling
  • test: implement tests
  • fix: fixed legacy minecraft version plugin message sending

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/3.0.6...4.0.0

AuthMeVelocity 3.0.6

by 4drian3d on Feb 7, 2023
Download

What's Changed

  • Improved Maven publishing with Indra in https://github.com/4drian3d/AuthMeVelocity/pull/69
  • Configure Renovate by @renovate in https://github.com/4drian3d/AuthMeVelocity/pull/70
  • chore(deps): update dependency gradle to v7.6 by @renovate in https://github.com/4drian3d/AuthMeVelocity/pull/71
  • feat: Improved API publication
  • build: Implement type safe project accessors
  • misc: improved some code quality

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/3.0.5...3.0.6

AuthMeVelocity 3.0.5

by 4drian3d on Jan 12, 2023
Download

What's Changed?

  • fix: Fixed Paper Debug logger issue
  • fix: SendOnlogin configuration was using the auth servers instead of lobby servers

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/3.0.4...3.0.5

AuthMeVelocity 3.0.4

by 4drian3d on Jan 11, 2023
Download

What´s Changed?

  • Fixed Spigot and Paper <1.14 compatibility

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/3.0.3...3.0.4

3.0.3

by 4drian3d on Jan 7, 2023
Download

From this version onwards the plugin should be able to work in Spigot and lower versions of Paper. This has not been tested, but it is recommended to upgrade to recent versions of Minecraft to avoid problems

What's Changed

  • build(deps): Bump slf4j-api from 2.0.5 to 2.0.6 in /common by @dependabot in https://github.com/4drian3d/AuthMeVelocity/pull/64
  • fix: Fixed possible NullPointerException in case the configuration could not be loaded
  • feat: Implement Spigot Compatibility by @4drian3d in https://github.com/4drian3d/AuthMeVelocity/pull/68

Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/3.0.2...3.0.3

1
2

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@656c5b6

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.