Agenta 图标

Minecraft 服务端插件

Agenta

A authserver and skin fix for legacy versions of minecraft.

搞怪类工具类babricbukkitfabricforgejava-agentlegacy-fabricmodloadernilloaderornithequilt
版本范围
c0.0.11a–1.7.10
下载量
6,032

插件介绍

Agenta

A authserver and skin fix for legacy versions of minecraft.

Compatibility

Requires Java 7. (In theory this can be built for Java 5, but I lack the build tools required for that.) If running this on Java 12 and newer, please add the following JVM argument: --add-exports java.base/sun.net.www.protocol.http=ALL-UNNAMED

  1. As a mod: The same Jar will run on forge, bukkit and Risugami's modloader for Minecaft versions Alpha 1.0.4 to Minecraft release 1.7.10 (These are merely the versions I tested)
  2. As a JavaAgent: Add the following JVM argument: -javaagent:{path}/agent.jar (replace path with the location of the agent.jar)
  3. Inline/static: In this setup, Agenta is essentially taking over the role of Launching minecraft. Add the following JVM argument and change out {mainClass} as needed depending on which minecraft version you are launching: -Dagenta.main.class={mainClass}
  4. As a Bukkit plugin (Tested with bukkit for Minecraft Beta 1.2_01)

JVM/Congig settings

Non of these are needed to launch Agenta. The available contexts are "*" => ALL "static" => When Agenta is launched as the main class with the expectation of chainloading another class manually. "config" => Only appears in the config file.

Fixes

  • Skin support for pre 1.7.10 versions
  • Cape support for pre 1.7.10 versions
  • Sound for versions of the game that predate 1.6
  • World savings for certain pre-alpha builds (experimental)
  • Forge 1.5.2 being unable to fetch it's library files (experimental)

Note

  • The same jar will work for almost every version of minecraft that predates Release 1.8
  • Any miscellaneous fabric based modloader should be supported.
  • NilLoader can load Agenta. (Agenta doesn't meet the criteria of a NilLoader mod)
  • Some ancient versions of Forge/modloader may require you to load Agenta as a jar mod.
  • LiteLoader inforces compatibility checks and so can never be fully supported

版本与下载

推荐下载

agenta-1.9.1.jar版本 1.9.1 · 458 KBSHA-1 ce4fd5d172306c1a61b794e61f3b3f99b7590691下载 agenta-1.9.1.jar

1.9.1

正式版
加载器
babric · bukkit · fabric · forge · java-agent · legacy-fabric · modloader · nilloader · ornithe · quilt
MC 版本
c0.0.11a · c0.0.13a_03 · c0.0.13a · c0.30_01c · inf-20100618 · a1.0.4 · a1.0.5_01 · a1.0.11 · a1.0.14 · a1.0.15 · a1.0.16 · a1.0.17_02 · a1.0.17_04 · a1.1.0 · a1.1.2 · a1.1.2_01 · a1.2.0 · a1.2.0_01 · a1.2.0_02 · a1.2.1 · a1.2.1_01 · a1.2.2a · a1.2.2b · a1.2.3 · a1.2.3_01 · a1.2.3_02 · a1.2.3_04 · a1.2.4_01 · a1.2.5 · a1.2.6 · b1.0 · b1.0_01 · b1.0.2 · b1.1_01 · b1.1_02 · b1.2 · b1.2_01 · b1.2_02 · b1.3b · b1.3_01 · b1.4 · b1.4_01 · b1.5 · b1.5_01 · b1.6 · b1.6.1 · b1.6.2 · b1.6.3 · b1.6.4 · b1.6.5 · b1.6.6 · b1.7 · b1.7.2 · b1.7.3 · b1.8 · b1.8.1 · 1.0 · 1.1 · 1.2.1 · 1.2.2 · 1.2.3 · 1.2.4 · 1.2.5 · 1.3 · 1.3.1 · 1.3.2 · 1.4 · 1.4.1 · 1.4.2 · 1.4.3 · 1.4.4 · 1.4.5 · 1.4.6 · 1.4.7 · 1.5 · 1.5.1 · 13w16a · 13w16b · 1.5.2 · 13w17a · 13w18a · 13w18b · 13w18c · 13w19a · 13w21a · 13w21b · 13w22a · 13w23a · 13w23b · 13w24a · 13w24b · 13w25a · 13w25b · 13w25c · 13w26a · 1.6 · 1.6.1 · 1.6.2 · 13w36a · 13w36b · 13w37a · 1.6.3 · 13w37b · 1.6.4 · 13w38a · 13w38b · 13w38c · 13w39a · 13w39b · 13w41a · 13w41b · 13w42a · 13w42b · 13w43a · 1.7 · 1.7.1 · 1.7.2 · 13w47a · 13w47b · 13w47c · 13w47d · 13w47e · 13w48a · 13w48b · 13w49a · 1.7.3 · 1.7.4 · 14w02a · 14w02b · 14w02c · 14w03a · 14w03b · 14w04a · 14w04b · 14w05a · 14w05b · 14w06a · 14w06b · 14w07a · 1.7.5 · 14w08a · 14w10a · 14w10b · 14w10c · 1.7.6-pre1 · 1.7.6-pre2 · 14w11a · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 14w11b · 14w17a · 14w18a · 14w18b · 14w19a · 1.7.10-pre1 · 1.7.10-pre2 · 1.7.10-pre3 · 1.7.10-pre4 · 1.7.10
agenta-1.9.1.jar458 KBSHA-1 ce4fd5d172306c1a61b794e61f3b3f99b7590691获取文件 agenta-1.9.1.jar
展开更新日志
  • Added NilLoader support.
  • Removed "Mew4" debugging message.

1.9.0

正式版
加载器
babric · bukkit · fabric · forge · java-agent · legacy-fabric · modloader · ornithe · quilt
MC 版本
c0.0.11a · c0.0.13a_03 · c0.0.13a · c0.30_01c · inf-20100618 · a1.0.4 · a1.0.5_01 · a1.0.11 · a1.0.14 · a1.0.15 · a1.0.16 · a1.0.17_02 · a1.0.17_04 · a1.1.0 · a1.1.2 · a1.1.2_01 · a1.2.0 · a1.2.0_01 · a1.2.0_02 · a1.2.1 · a1.2.1_01 · a1.2.2a · a1.2.2b · a1.2.3 · a1.2.3_01 · a1.2.3_02 · a1.2.3_04 · a1.2.4_01 · a1.2.5 · a1.2.6 · b1.0 · b1.0_01 · b1.0.2 · b1.1_01 · b1.1_02 · b1.2 · b1.2_01 · b1.2_02 · b1.3b · b1.3_01 · b1.4 · b1.4_01 · b1.5 · b1.5_01 · b1.6 · b1.6.1 · b1.6.2 · b1.6.3 · b1.6.4 · b1.6.5 · b1.6.6 · b1.7 · b1.7.2 · b1.7.3 · b1.8 · b1.8.1 · 1.0 · 1.1 · 1.2.1 · 1.2.2 · 1.2.3 · 1.2.4 · 1.2.5 · 1.3 · 1.3.1 · 1.3.2 · 1.4 · 1.4.1 · 1.4.2 · 1.4.3 · 1.4.4 · 1.4.5 · 1.4.6 · 1.4.7 · 1.5 · 1.5.1 · 13w16a · 13w16b · 1.5.2 · 13w17a · 13w18a · 13w18b · 13w18c · 13w19a · 13w21a · 13w21b · 13w22a · 13w23a · 13w23b · 13w24a · 13w24b · 13w25a · 13w25b · 13w25c · 13w26a · 1.6 · 1.6.1 · 1.6.2 · 13w36a · 13w36b · 13w37a · 1.6.3 · 13w37b · 1.6.4 · 13w38a · 13w38b · 13w38c · 13w39a · 13w39b · 13w41a · 13w41b · 13w42a · 13w42b · 13w43a · 1.7 · 1.7.1 · 1.7.2 · 13w47a · 13w47b · 13w47c · 13w47d · 13w47e · 13w48a · 13w48b · 13w49a · 1.7.3 · 1.7.4 · 14w02a · 14w02b · 14w02c · 14w03a · 14w03b · 14w04a · 14w04b · 14w05a · 14w05b · 14w06a · 14w06b · 14w07a · 1.7.5 · 14w08a · 14w10a · 14w10b · 14w10c · 1.7.6-pre1 · 1.7.6-pre2 · 14w11a · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 14w11b · 14w17a · 14w18a · 14w18b · 14w19a · 1.7.10-pre1 · 1.7.10-pre2 · 1.7.10-pre3 · 1.7.10-pre4 · 1.7.10
agenta-1.9.0.jar455.4 KBSHA-1 c1853ffe26fbc57c0fa232422a19ff8b1ec87463获取文件 agenta-1.9.0.jar
展开更新日志
  • OrnitheMC (and legacy Ornithe) support
  • Additional auth fixes for Indev and Infdev versions of mc (WiP)
  • Skin caching (Won't redownload your skin each time you die)
  • Skin layer merging.
  • Bug-fix, Agenta was using "gmll.main.class" instead of "agenta.main.class" when running in static mode

1.8.6

正式版
加载器
bukkit · fabric · forge · modloader
MC 版本
c0.0.13a_03 · c0.0.13a · c0.30_01c · inf-20100618 · a1.0.4 · a1.0.5_01 · a1.0.11 · a1.0.14 · a1.0.15 · a1.0.16 · a1.0.17_02 · a1.0.17_04 · a1.1.0 · a1.1.2 · a1.1.2_01 · a1.2.0 · a1.2.0_01 · a1.2.0_02 · a1.2.1 · a1.2.1_01 · a1.2.2a · a1.2.2b · a1.2.3 · a1.2.3_01 · a1.2.3_02 · a1.2.3_04 · a1.2.4_01 · a1.2.5 · a1.2.6 · b1.0 · b1.0_01 · b1.0.2 · b1.1_01 · b1.1_02 · b1.2 · b1.2_01 · b1.2_02 · b1.3b · b1.3_01 · b1.4 · b1.4_01 · b1.5 · b1.5_01 · b1.6 · b1.6.1 · b1.6.2 · b1.6.3 · b1.6.4 · b1.6.5 · b1.6.6 · b1.7 · b1.7.2 · b1.7.3 · b1.8 · b1.8.1 · 1.0 · 1.1 · 1.2.1 · 1.2.2 · 1.2.3 · 1.2.4 · 1.2.5 · 1.3 · 1.3.1 · 1.3.2 · 1.4 · 1.4.1 · 1.4.2 · 1.4.3 · 1.4.4 · 1.4.5 · 1.4.6 · 1.4.7 · 1.5 · 1.5.1 · 13w16a · 13w16b · 1.5.2 · 13w17a · 13w18a · 13w18b · 13w18c · 13w19a · 13w21a · 13w21b · 13w22a · 13w23a · 13w23b · 13w24a · 13w24b · 13w25a · 13w25b · 13w25c · 13w26a · 1.6 · 1.6.1 · 1.6.2 · 13w36a · 13w36b · 13w37a · 1.6.3 · 13w37b · 1.6.4 · 13w38a · 13w38b · 13w38c · 13w39a · 13w39b · 13w41a · 13w41b · 13w42a · 13w42b · 13w43a · 1.7 · 1.7.1 · 1.7.2 · 13w47a · 13w47b · 13w47c · 13w47d · 13w47e · 13w48a · 13w48b · 13w49a · 1.7.3 · 1.7.4 · 14w02a · 14w02b · 14w02c · 14w03a · 14w03b · 14w04a · 14w04b · 14w05a · 14w05b · 14w06a · 14w06b · 14w07a · 1.7.5 · 14w08a · 14w10a · 14w10b · 14w10c · 1.7.6-pre1 · 1.7.6-pre2 · 14w11a · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10-pre1 · 1.7.10-pre2 · 1.7.10-pre3 · 1.7.10-pre4 · 1.7.10
agenta-1.8.6.jar451.2 KBSHA-1 2b4135084dd0e584c503597a2f36e9e45b3dbc14获取文件 agenta-1.8.6.jar
展开更新日志
  • Fixed bug where skins did not show for users without capes.
  • Fixed potential crash bug where users without a skin, but who had a cape, could result in a null pointer exception.

1.8.5

正式版
加载器
bukkit · fabric · forge · modloader
MC 版本
c0.0.13a_03 · c0.0.13a · c0.30_01c · inf-20100618 · a1.0.4 · a1.0.5_01 · a1.0.11 · a1.0.14 · a1.0.15 · a1.0.16 · a1.0.17_02 · a1.0.17_04 · a1.1.0 · a1.1.2 · a1.1.2_01 · a1.2.0 · a1.2.0_01 · a1.2.0_02 · a1.2.1 · a1.2.1_01 · a1.2.2a · a1.2.2b · a1.2.3 · a1.2.3_01 · a1.2.3_02 · a1.2.3_04 · a1.2.4_01 · a1.2.5 · a1.2.6 · b1.0 · b1.0_01 · b1.0.2 · b1.1_01 · b1.1_02 · b1.2 · b1.2_01 · b1.2_02 · b1.3b · b1.3_01 · b1.4 · b1.4_01 · b1.5 · b1.5_01 · b1.6 · b1.6.1 · b1.6.2 · b1.6.3 · b1.6.4 · b1.6.5 · b1.6.6 · b1.7 · b1.7.2 · b1.7.3 · b1.8 · b1.8.1 · 1.0 · 1.1 · 1.2.1 · 1.2.2 · 1.2.3 · 1.2.4 · 1.2.5 · 1.3 · 1.3.1 · 1.3.2 · 1.4 · 1.4.1 · 1.4.2 · 1.4.3 · 1.4.4 · 1.4.5 · 1.4.6 · 1.4.7 · 1.5 · 1.5.1 · 13w16a · 13w16b · 1.5.2 · 13w17a · 13w18a · 13w18b · 13w18c · 13w19a · 13w21a · 13w21b · 13w22a · 13w23a · 13w23b · 13w24a · 13w24b · 13w25a · 13w25b · 13w25c · 13w26a · 1.6 · 1.6.1 · 1.6.2 · 13w36a · 13w36b · 13w37a · 1.6.3 · 13w37b · 1.6.4 · 13w38a · 13w38b · 13w38c · 13w39a · 13w39b · 13w41a · 13w41b · 13w42a · 13w42b · 13w43a · 1.7 · 1.7.1 · 1.7.2 · 13w47a · 13w47b · 13w47c · 13w47d · 13w47e · 13w48a · 13w48b · 13w49a · 1.7.3 · 1.7.4 · 14w02a · 14w02b · 14w02c · 14w03a · 14w03b · 14w04a · 14w04b · 14w05a · 14w05b · 14w06a · 14w06b · 14w07a · 1.7.5 · 14w08a · 14w10a · 14w10b · 14w10c · 1.7.6-pre1 · 1.7.6-pre2 · 14w11a · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 14w11b · 14w17a · 14w18a · 14w18b · 14w19a · 1.7.10-pre1 · 1.7.10-pre2 · 1.7.10-pre3 · 1.7.10-pre4 · 1.7.10
agenta-1.8.5.jar450 KBSHA-1 14863e8b2f5637b781e441fdddd336f003d8d568获取文件 agenta-1.8.5.jar
展开更新日志
  • Added the ability to load a configuration file (only available when not in static or agent mode)
  • Made sure no JVM features beyond JAVA 8 was used.
  • Added more config options

Note: This version slightly broke compatibility with modloader for release 1.6.2. If forge is available it will still work, otherwise you can add "-Dagenta.onesix.config.fallback=true" to your java arguments if you happened to need that exact setup.

Reforge was also tested and it appears to work.

1.8.4

正式版
加载器
bukkit · fabric · forge · modloader
MC 版本
c0.0.13a · c0.30_01c · a1.0.4 · a1.0.5_01 · a1.0.11 · a1.0.14 · a1.0.15 · a1.0.16 · a1.0.17_02 · a1.0.17_04 · a1.1.0 · a1.1.2 · a1.1.2_01 · a1.2.0 · a1.2.0_01 · a1.2.0_02 · a1.2.1 · a1.2.1_01 · a1.2.2a · a1.2.2b · a1.2.3 · a1.2.3_01 · a1.2.3_02 · a1.2.3_04 · a1.2.4_01 · a1.2.5 · a1.2.6 · b1.0 · b1.0_01 · b1.0.2 · b1.1_01 · b1.1_02 · b1.2 · b1.2_01 · b1.2_02 · b1.3b · b1.3_01 · b1.4 · b1.4_01 · b1.5 · b1.5_01 · b1.6 · b1.6.1 · b1.6.2 · b1.6.3 · b1.6.4 · b1.6.5 · b1.6.6 · b1.7 · b1.7.2 · b1.7.3 · b1.8 · b1.8.1 · 1.0 · 1.1 · 1.2.1 · 1.2.2 · 1.2.3 · 1.2.4 · 1.2.5 · 1.3 · 1.3.1 · 1.3.2 · 1.4 · 1.4.1 · 1.4.2 · 1.4.3 · 1.4.4 · 1.4.5 · 1.4.6 · 1.4.7 · 1.5 · 1.5.1 · 13w16a · 13w16b · 1.5.2 · 13w17a · 13w18a · 13w18b · 13w18c · 13w19a · 13w21a · 13w21b · 13w22a · 13w23a · 13w23b · 13w24a · 13w24b · 13w25a · 13w25b · 13w25c · 13w26a · 1.6 · 1.6.1 · 1.6.2 · 13w36a · 13w36b · 13w37a · 1.6.3 · 13w37b · 1.6.4 · 13w38a · 13w38b · 13w38c · 13w39a · 13w39b · 13w41a · 13w41b · 13w42a · 13w42b · 13w43a · 1.7 · 1.7.1 · 1.7.2 · 13w47a · 13w47b · 13w47c · 13w47d · 13w47e · 13w48a · 13w48b · 13w49a · 1.7.3 · 1.7.4 · 14w02a · 14w02b · 14w02c · 14w03a · 14w03b · 14w04a · 14w04b · 14w05a · 14w05b · 14w06a · 14w06b · 14w07a · 1.7.5 · 14w08a · 14w10a · 14w10b · 14w10c · 1.7.6-pre1 · 1.7.6-pre2 · 14w11a · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 14w11b · 14w17a · 14w18a · 14w18b · 14w19a · 1.7.10-pre1 · 1.7.10-pre2 · 1.7.10-pre3 · 1.7.10-pre4 · 1.7.10
agenta.jar443.6 KBSHA-1 41fb880fbd326c3d0d35f37bd473318827f50a58获取文件 agenta.jar
展开更新日志
  • Fixed skins not loading in 1.6.4
  • Fixed console spam when dealing with accounts without skins or capes