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
EpicGuard

EpicGuard

Bot protection system for Minecraft servers and proxies

10.1k
104
Library
Management
Technology
AboutChangelogVersions

EpicGuard Velocity 7.2.0

by 4drian3d on Feb 16, 2023
Download

What's Changed

  • Configure Renovate in https://github.com/4drian3d/EpicGuard/pull/1
  • Update dependency org.slf4j:slf4j-api to v1.7.36 in https://github.com/4drian3d/EpicGuard/pull/3
  • Update dependency mysql:mysql-connector-java to v8.0.32 in https://github.com/4drian3d/EpicGuard/pull/2
  • Update plugin com.github.johnrengelman.shadow to v7.1.2 in https://github.com/4drian3d/EpicGuard/pull/4
  • Update dependency com.google.guava:guava to v31.1-jre in https://github.com/4drian3d/EpicGuard/pull/5
  • Update dependency gradle to v7.6 in https://github.com/4drian3d/EpicGuard/pull/6
  • Update dependency net.kyori:adventure-api to v4.12.0 in https://github.com/4drian3d/EpicGuard/pull/7
  • Update dependency net.kyori:adventure-platform-bungeecord to v4.2.0 in https://github.com/4drian3d/EpicGuard/pull/8
  • Update dependency org.apache.commons:commons-compress to v1.22 in https://github.com/4drian3d/EpicGuard/pull/10
  • Update dependency net.kyori:adventure-text-serializer-legacy to v4.12.0 in https://github.com/4drian3d/EpicGuard/pull/9
  • Update dependency org.apache.commons:commons-text to v1.10.0 in https://github.com/4drian3d/EpicGuard/pull/11
  • Update dependency org.apache.logging.log4j:log4j-core to v2.19.0 in https://github.com/4drian3d/EpicGuard/pull/13
  • Update dependency org.jetbrains:annotations to v23.1.0 in https://github.com/4drian3d/EpicGuard/pull/14
  • Update dependency org.xerial:sqlite-jdbc to v3.40.1.0 in https://github.com/4drian3d/EpicGuard/pull/15
  • Update actions/checkout action to v3 in https://github.com/4drian3d/EpicGuard/pull/16
  • Update actions/upload-artifact action to v3 in https://github.com/4drian3d/EpicGuard/pull/18
  • Update actions/setup-java action to v3 in https://github.com/4drian3d/EpicGuard/pull/17
  • Update dependency com.maxmind.geoip2:geoip2 to v4 in https://github.com/4drian3d/EpicGuard/pull/19
  • Update dependency org.jetbrains:annotations to v24 in https://github.com/4drian3d/EpicGuard/pull/20
  • Update dependency org.slf4j:slf4j-api to v2 in https://github.com/4drian3d/EpicGuard/pull/21
  • Some improvements
  • Improved TabComplete handling
  • Use ThreadSafe collection in ReconnectCheck
  • Reduced Jar File size with runtime dependency download
  • fix: Added URL validation on configuration load
  • fix: fixed possible exception in PaperCommand Tab Completion
  • build: improved versions declaration with versions catalogs
  • fix: exclude libraries already included in runtime
  • misc(bungee): removed ProxyServer static usage
  • build: implement plugin-yml gradle plugins

Full Changelog: https://github.com/4drian3d/EpicGuard/compare/7.1.2...7.2.0

EpicGuard Waterfall 7.2.0

by 4drian3d on Feb 16, 2023
Download
  • Configure Renovate in https://github.com/4drian3d/EpicGuard/pull/1
  • Update dependency org.slf4j:slf4j-api to v1.7.36 in https://github.com/4drian3d/EpicGuard/pull/3
  • Update dependency mysql:mysql-connector-java to v8.0.32 in https://github.com/4drian3d/EpicGuard/pull/2
  • Update plugin com.github.johnrengelman.shadow to v7.1.2 in https://github.com/4drian3d/EpicGuard/pull/4
  • Update dependency com.google.guava:guava to v31.1-jre in https://github.com/4drian3d/EpicGuard/pull/5
  • Update dependency gradle to v7.6 in https://github.com/4drian3d/EpicGuard/pull/6
  • Update dependency net.kyori:adventure-api to v4.12.0 in https://github.com/4drian3d/EpicGuard/pull/7
  • Update dependency net.kyori:adventure-platform-bungeecord to v4.2.0 in https://github.com/4drian3d/EpicGuard/pull/8
  • Update dependency org.apache.commons:commons-compress to v1.22 in https://github.com/4drian3d/EpicGuard/pull/10
  • Update dependency net.kyori:adventure-text-serializer-legacy to v4.12.0 in https://github.com/4drian3d/EpicGuard/pull/9
  • Update dependency org.apache.commons:commons-text to v1.10.0 in https://github.com/4drian3d/EpicGuard/pull/11
  • Update dependency org.apache.logging.log4j:log4j-core to v2.19.0 in https://github.com/4drian3d/EpicGuard/pull/13
  • Update dependency org.jetbrains:annotations to v23.1.0 in https://github.com/4drian3d/EpicGuard/pull/14
  • Update dependency org.xerial:sqlite-jdbc to v3.40.1.0 in https://github.com/4drian3d/EpicGuard/pull/15
  • Update actions/checkout action to v3 in https://github.com/4drian3d/EpicGuard/pull/16
  • Update actions/upload-artifact action to v3 in https://github.com/4drian3d/EpicGuard/pull/18
  • Update actions/setup-java action to v3 in https://github.com/4drian3d/EpicGuard/pull/17
  • Update dependency com.maxmind.geoip2:geoip2 to v4 in https://github.com/4drian3d/EpicGuard/pull/19
  • Update dependency org.jetbrains:annotations to v24 in https://github.com/4drian3d/EpicGuard/pull/20
  • Update dependency org.slf4j:slf4j-api to v2 in https://github.com/4drian3d/EpicGuard/pull/21
  • Some improvements
  • Improved TabComplete handling
  • Use ThreadSafe collection in ReconnectCheck
  • Reduced Jar File size with runtime dependency download
  • fix: Added URL validation on configuration load
  • fix: fixed possible exception in PaperCommand Tab Completion
  • build: improved versions declaration with versions catalogs
  • fix: exclude libraries already included in runtime
  • misc(bungee): removed ProxyServer static usage
  • build: implement plugin-yml gradle plugins

Full Changelog: https://github.com/4drian3d/EpicGuard/compare/7.1.2...7.2.0

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.