DevNatan / inventory-framework

Minecraft Inventory API framework
MIT License
117 stars 21 forks source link

Symbol not found error #662

Closed Manu585 closed 1 month ago

Manu585 commented 1 month ago

Is there an existing issue for this?

🐛 Describe the bug

For some reasons I get many symbol not found errors after adding the Framework to my pom.xml (maven). I am not sure what I am doing wrong. `

me.devnatan
        <artifactId>inventory-framework-platform-bukkit</artifactId>
        <version>3.0.10</version>
    </dependency>

`

It even gets added to the external libraries. image

Errors happen after me using main.getInstance() the first time. image

✔️ Expected behavior

Work as it should.

👣 Steps to Reproduce

No response

💻 Platform

⭐ Server Version

1.20.4

📚 Library Version

3.0.10

✍️ Additional context

No response