Far丶果冻
[09:23:09 ERROR]: Could not load 'plugins\皮肤SkinsRestorer.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:81) ~[patched_1.15.2.jar:git-Paper-143]
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:352) ~[patched_1.15.2.jar:git-Paper-143]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:272) ~[patched_1.15.2.jar:git-Paper-143]
        at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:358) ~[patched_1.15.2.jar:git-Paper-143]
        at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[patched_1.15.2.jar:git-Paper-143]
        at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-143]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_202]
Caused by: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:167) ~[patched_1.15.2.jar:git-Paper-143]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:79) ~[patched_1.15.2.jar:git-Paper-143]
        ... 6 more
Caused by: java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_202]
        at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_202]
        at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_202]
        at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_202]
        at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_202]
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:155) ~[patched_1.15.2.jar:git-Paper-143]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:79) ~[patched_1.15.2.jar:git-Paper-143]
        ... 6 more

今早起来又烂了!又变成格式损坏文件了,调成只读了也没用



lihelh
本帖最后由 lihelh 于 2020-7-1 10:41 编辑

看一看YML有没有写错这是我的
config.yml (4.02 KB, 下载次数: 4)

sftgsoft
试试重新下载一下插件最新版覆盖一下?或者使用CustomSkinLoader这种mod来代替一下皮肤显示的效果

LSS_wwwwwww
https://www.spigotmc.org/resources/skinsrestorer.2124/updates这个是皮肤插件最新版的下载地址,也有可能是你的某个插件与皮肤插件冲突导致的,你可以尝试删一下插件排除

MATRIX060
直接加参数,不用插件也行

MATRIX060
把这个扔到参数里:-javaagent:authlib-injector.env=(第三方认证地址)
然后把这个文件扔到服务器根目录:文件超链接

名副其实
插件本身plugin.yml有输入错误
请重新安装插件

Far丶果冻
名副其实 发表于 2020-7-1 16:42
插件本身plugin.yml有输入错误
请重新安装插件

我安装了,过了四个小时又坏了

Far丶果冻
MATRIX060 发表于 2020-7-1 14:59
把这个扔到参数里:-javaagent:authlib-injector.env=(第三方认证地址)
然后把这个文件扔到服务器根目录 ...

这个能随便设置皮肤吗

Far丶果冻
LSS_wwwwwww 发表于 2020-7-1 11:32
https://www.spigotmc.org/resources/skinsrestorer.2124/updates这个是皮肤插件最新版的下载地址,也有可 ...

我都试了,留着它自己也能坏了

Far丶果冻
sftgsoft 发表于 2020-7-1 10:41
试试重新下载一下插件最新版覆盖一下?或者使用CustomSkinLoader这种mod来代替一下皮肤显示的效果 ...

试过了,没用,主要是想自定义皮肤

Far丶果冻
lihelh 发表于 2020-7-1 10:40
看一看YML有没有写错这是我的

你这个1.15能用吗,能给一下这个版本的插件吗,官网下的都不能用

Far丶果冻
名副其实 发表于 2020-7-1 16:42
插件本身plugin.yml有输入错误
请重新安装插件

name: SkinsRestorer
main: skinsrestorer.bukkit.SkinsRestorer
version: 13.7.9
description: Ability to restore/change skins on servers! (Offline and Online Mode)
website: https://skinsrestorer.net/
authors: [Th3Tr0LLeR, McLive, DoNotSpamPls, Blackfire62]
api-version: 1.13
commands:
  skin:
    description: Main command.
  sr:
    aliases: [skinsrestorer]
    description: Admin commands.
  skins:
    description: Opens skins GUI
permissions:
   skinsrestorer.command:
     description: Allows access to the main "/skin" commands.
     default: op   
   skinsrestorer.command.set:
     description: Allows access to change your skin.
     default: op
   skinsrestorer.command.clear:
     description: Allows access to clear your skin.
     default: op
   skinsrestorer.command.update:
     description: Allows access to update your skin.
     default: op
     
   skinsrestorer.admincommand:
     description: Allows access to the main "/sr" commands.
     default: op   
   skinsrestorer.command.set.other:
     description: Allows access to set a player skin.
     default: op
   skinsrestorer.command.clear.other:
     description: Allows access to clear a player skin.
     default: op
   skinsrestorer.command.update.other:
     description: Allows access to update a player skin.
     default: op
   skinsrestorer.admincommand.status:
     description: Allows access to /sr status.
     default: op
   skinsrestorer.admincommand.drop:
     description: Allows access to removes a .SKIN file.
     default: op
   skinsrestorer.admincommand.props:
     description: Allows access to get the skinprops of a player.
     default: op
     
   skinsrestorer.bypasscooldown:
     description: Bypasses any set cooldowns in the config.
     default: op
   skinsrestorer.bypassdisabled:
     description: Allows access to disabled skins in the config.
     default: op

是这个吗,我没改过啊