IzzelAliz / Arclight

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

[1.16.5] Plugin with NMS doesn't work properly #1325

Open Aaur1s opened 2 months ago

Aaur1s commented 2 months ago

I have confirmed that ...

Arclight version

arclight-1.16.5-1.0.26-4e4849a6

OS & Java versions

OS: Windows 11, Java: OpenJDK Runtime Environment JBR-17.0.9+8-1162.7-nomod (build 17.0.9+8-b1162.7)

Plugins and Mods

Plugins:
- CommandAPI v9.3.0
Mods:
- None

Description

CommandAPI plugin throws exception at onLoad when trying to reload server datapacks through NMS, it can't find some fields

Step to reproduce

  1. Install Arclight-1.16.5-1.0.26
  2. Install CommandAPI-9.3.0 plugin
  3. Start the server

Logs

latest.log

Server pack link (Optional)

No response

Aaur1s commented 2 months ago

Whoops, accidentally mentioned my dev version of Arclight here, sorry. True version: arclight-1.16.5-1.0.25-7cf92be3 Log: latest.log

Aaur1s commented 1 month ago

bump