Recent content by joshy

  1. J

    Solved Material enum doesnt work

    Worked perfectly, thank you! I originally used Java 17, because Gradle complained, that it is not compatible and i didnt get it to work. Any idea, why thats the case? (I used the latest gradle version...) In the paper docs Java version 21 and gradle are recommended... Do you think this was...
  2. J

    Solved Material enum doesnt work

    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...