IzzelAliz / Arclight

A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚡
GNU General Public License v3.0
1.56k stars 229 forks source link

MythicMobs do not work in 1.21. #1494

Closed Netscape7 closed 1 month ago

Netscape7 commented 1 month ago

I have confirmed that ...

Arclight version

arclight-1.21.1-1.0.0-SNAPSHOT-2f61580

OS & Java versions

java version 21.0.3 by Eclipse Adoptium; OS Windows 11 arch amd64 version 10.0

Plugins and Mods

Plugins (1): MythicMobs

Description

MythicMobs doesn't work and gives me the error java.lang.NoSuchMethodError: 'void org.bukkit.inventory.meta.ItemMeta.displayName(net.kyori.adventure.text.Component)'. It worked fine with Paper and Spigot, so this is a problem caused by Arclight.

Step to reproduce

  1. Download the latest version of Arclight FeudalKings.
  2. Download MythicMobs 5.7.1.
  3. Start the server.

Logs

latest.log

Server pack link (Optional)

No response

qyl27 commented 1 month ago

I found it could be reproduced in the latest Spigot build. It should be considered as a problem of MythicMobs.
It used something from Paper API that we haven't fully supported.

qyl27 commented 1 month ago

About Paper API supporting, please refer #47