Hey there,
after a long time, i started developing plugins again today. Embarrassingly i already got defeated by the second class im trying to write:
If i try to import org.bukkit.Material; it doesnt work, bc it doesnt find the Class / Enum...
other classes of bukkit, like org.bukkit.inventory.ItemStack; work perfectly fine.
I tried finding other issues like this on Stackoverflow, this website and google generally, but didnt find anything.
My information:
IDE: IntelliJ IDEA
Java: 17
Build System: Maven
Paper: 1.20.6-137
Can anyone help me with this problem? Im freaking out...
If you need stuff like my pom.xml or smth, let me know!
Thanks
Joshy
after a long time, i started developing plugins again today. Embarrassingly i already got defeated by the second class im trying to write:
If i try to import org.bukkit.Material; it doesnt work, bc it doesnt find the Class / Enum...
other classes of bukkit, like org.bukkit.inventory.ItemStack; work perfectly fine.
I tried finding other issues like this on Stackoverflow, this website and google generally, but didnt find anything.
My information:
IDE: IntelliJ IDEA
Java: 17
Build System: Maven
Paper: 1.20.6-137
Can anyone help me with this problem? Im freaking out...
If you need stuff like my pom.xml or smth, let me know!
Thanks
Joshy