Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

velocity无法使用 #1598

Closed
2 tasks done
tonyxx1 opened this issue May 6, 2024 · 5 comments
Closed
2 tasks done

velocity无法使用 #1598

tonyxx1 opened this issue May 6, 2024 · 5 comments
Labels
type: 🐛 bug A confirmed bug in the plugin which needs to get resolved

Comments

@tonyxx1
Copy link

tonyxx1 commented May 6, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Are you using forge?

No

Installed conforming to our guide?

  • I have read the installation guide and performed all steps

Describe your issue

安装SkinsRestorer导致所有插件无法使用(包括SkinsRestorer)。安装后加载成功的插件变为了0。

How can we reproduce what you got?

降SkinsRestorer放进插件文件夹,然后启动velocity.
velocity版本为 3.3.0-SNAPSHOT (git-1228f147-b389)

Server/Error Logs

[22:04:55 INFO]: Booting up Velocity 3.3.0-SNAPSHOT (git-1228f147-b389)... [22:04:55 INFO]: Loading localizations... [22:04:55 INFO]: Connections will use NIO channels, Java compression, Java ciphers [22:04:55 WARN]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support! [22:04:55 INFO]: Loading plugins... [22:04:56 ERROR]: Unable to load plugin plugins\CatSeedLogin-1.4.1-SNAPSHOT.jar com.velocitypowered.api.plugin.InvalidPluginException: The plugin file CatSeedLogin-1.4.1-SNAPSHOT.jar appears to be a Bukkit or BungeeCord plugin. Velocity does not support Bukkit or BungeeCord plugins. at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.getSerializedPluginInfo(JavaPluginLoader.java:161) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.loadCandidate(JavaPluginLoader.java:62) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:96) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:362) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:239) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] [22:04:56 ERROR]: Couldn't load plugins java.lang.IllegalArgumentException: Multiple entries with same key: skinsrestorer=VelocityPluginDescription{id='skinsrestorer', name='SkinsRestorer', version='15.0.2', description='Ability to restore/change skins on servers!', url='https://skinsrestorer.net', authors=[knat, AlexProgrammerDE, Blackfire62, McLive], dependencies={floodgate=PluginDependency{id='floodgate', version='null', optional=true}}, source=plugins\SkinsRestorer.jar} and skinsrestorer=VelocityPluginDescription{id='skinsrestorer', name='SkinsRestorer', version='15.0.4', description='Ability to restore/change skins on servers!', url='https://skinsrestorer.net', authors=[knat, AlexProgrammerDE, Blackfire62, McLive], dependencies={floodgate=PluginDependency{id='floodgate', version='null', optional=true}}, source=plugins\SkinsRestorer-14.2.12_648c7d9d26b62b00351c35a7.jar}. To index multiple values under a key, use Multimaps.index. at com.google.common.collect.Maps.uniqueIndex(Maps.java:1385) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.google.common.collect.Maps.uniqueIndex(Maps.java:1340) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.plugin.util.PluginDependencyUtils.sortCandidates(PluginDependencyUtils.java:63) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:108) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:362) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:239) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity-3.3.0-SNAPSHOT-389.jar:3.3.0-SNAPSHOT (git-1228f147-b389)] [22:04:56 INFO]: Loaded 0 plugins [22:04:56 INFO]: Listening on /[0:0:0:0:0:0:0:0]:25565 [22:04:56 INFO]: Done (1.9s)!

Minecraft implementation

- Proxy:
- Backend:

What client are you using?

PCL2

SkinsRestorer Version

15.0.2

List of plugins

CatSeedLogin-1.4.1-SNAPSHOT hypermotd-velocity-1.0.1 SkinsRestorer

Java Version

java version "21.0.2" 2024-01-16 LTS

Does your issue require a plugin in order to reproduce?

None

@tonyxx1 tonyxx1 added the type: 🐛 bug A confirmed bug in the plugin which needs to get resolved label May 6, 2024
@xknat
Copy link
Member

xknat commented May 20, 2024

@tonyxx1 Please translate your issue using a translator

@tonyxx1
Copy link
Author

tonyxx1 commented May 23, 2024

请使用翻译器翻译您的问题

I can't use SkinsRestorer on velocity

@tonyxx1
Copy link
Author

tonyxx1 commented May 23, 2024

请使用翻译器翻译您的问题

Installing SkinsRestorer causes all plugins to become unusable (including SkinsRestorer). After installation, the plug-in that was successfully loaded became 0.

@AlexProgrammerDE
Copy link
Member

[22:04:56 ERROR]: Unable to load plugin plugins\CatSeedLogin-1.4.1-SNAPSHOT.jar com.velocitypowered.api.plugin.InvalidPluginException: The plugin file CatSeedLogin-1.4.1-SNAPSHOT.jar appears to be a Bukkit or BungeeCord plugin. Velocity does not support Bukkit or BungeeCord plugins.

CatSeedLogin is the issue. Remove it and try again and send full logs.

@AlexProgrammerDE
Copy link
Member

Closing due to inactivity

@AlexProgrammerDE AlexProgrammerDE closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: 🐛 bug A confirmed bug in the plugin which needs to get resolved
Projects
Status: Done
Development

No branches or pull requests

3 participants