Skip to content

SignedVelocity is not correctly regonized #285

Description

@Zoriot
Show log
[22-06-2026 08:25:24][AP][WARN] ================================
[22-06-2026 08:25:24][AP][WARN] Message: Failed to get details of SignedVelocity-Proxy-1.4.1.jar
[22-06-2026 08:25:24][AP][WARN] Details: Cannot invoke "com.google.gson.JsonElement.getAsString()" because the return value of "com.google.gson.JsonObject.get(String)" is null
[22-06-2026 08:25:24][AP][WARN] Type: java.lang.NullPointerException
[22-06-2026 08:25:24][AP][WARN] Stacktrace: 
[22-06-2026 08:25:24][AP][WARN] com.osiris.autoplug.client.utils.UtilsMinecraft.getPlugins(UtilsMinecraft.java:135)
[22-06-2026 08:25:24][AP][WARN] com.osiris.autoplug.client.tasks.updater.plugins.TaskPluginsUpdater.runAtStart(TaskPluginsUpdater.java:122)
[22-06-2026 08:25:24][AP][WARN] com.osiris.betterthread.BThread.run(BThread.java:156)
[22-06-2026 08:25:24][AP][WARN] ================================

Expected
Correctly get parsed and added to the plugins.yml.

Actual
Exception and no entry added.

Steps
Add Signed Velocity (v1.4.1) on Auto Plug Version 10.0.3

Plugin specification

Show formatted velocity-plugin.json
{
  "id": "signedvelocity",
  "version": "1.4.1",
  "description": "Allows you to cancel or modify messages or commands from Velocity without synchronization problems",
  "authors": ["4drian3d"],
  "dependencies": [
    { "id": "vpacketevents", "optional": true },
    { "id": "packetevents", "optional": true }
  ],
  "main": "io.github._4drian3d.signedvelocity.velocity.SignedVelocity"
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions