BG-Software-LLC / SuperiorSkyblock2

Optimized, feature packed Skyblock core.
https://bg-software.com/superiorskyblock/
GNU General Public License v3.0
166 stars 143 forks source link

When compiling, the NMS versions dont get put in superiorskyblock/nms/.. #1721

Closed malafk closed 1 year ago

malafk commented 1 year ago

Minecraft's Version

latset

Plugin's Version

dev branch

Describe the bug

When compiling, the NMS versions dont get put in superiorskyblock/nms/..

And when I run it says no class found err ...

It only properly compiles once every 10 tries.. really annoying

To Reproduce

Download the dev branch (clone it) Run build It wont put the NMS versions in the NMS folder Should look like (onyl shows 3 versions tho): image I get: image

Additional Information

I was trying to port to folia but this is the main issue I encounter

OmerBenGera commented 1 year ago

You should use gradlew build and you will find the final jar in a folder called target, under the root folder.

OmerBenGera commented 1 year ago

Also, Folia cannot be supported as they lack a lot of essential features (world management, for example) I will add support to it once it is more stable.

malafk commented 1 year ago

Already tried this many times

You should use gradlew build and you will find the final jar in a folder called target, under the root folder.

OmerBenGera commented 1 year ago

You won't see anything in the NMS folder as the final jar is in the target folder.