Recent content by senneb

  1. S

    Plugin Release Custom Item API

    download: https://modrinth.com/plugin/custom-item-api https://hangar.papermc.io/Senne/Custom_Item_API https://github.com/Senne98/Custom-Item-Api I made a custom item and block plugin. The blocks use cmd in a rescource pack and can have any block as base. The block is displayed using an...
  2. S

    Question Get itemstack name

    How do I get the name of an itemstack in 1.18.2? itemStack.getDisplayname() doesn't work.
  3. S

    Question How do I use the paper equivalent of BuildTools in java not kotlin

    I figured it out but got another problem Execution failed for task ':processResources'. > Entry plugin.yml is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.4.2/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy...
  4. S

    Question How do I use the paper equivalent of BuildTools in java not kotlin

    can you help to add paperweight to normal build.gradle?
  5. S

    Question How do I use the paper equivalent of BuildTools in java not kotlin

    In the example I saw it usses build.gradle.kts instead of buiid.gradle, whats the difference?
  6. S

    Question How do I use the paper equivalent of BuildTools in java not kotlin

    oh ok how do I add dependecies to gradle? I always used maven before
  7. S

    Question How do I use the paper equivalent of BuildTools in java not kotlin

    I only found a way to use it whit kotlin. And how do I add dependencies to gradle?
  8. S

    Solved paper equivalent to spigot BuildTools

    I did change to gradle, and I ussed the example plugin, but how do I add dependencies?
  9. S

    Solved paper equivalent to spigot BuildTools

    do you know how i can change it to gradle?
  10. S

    Solved paper equivalent to spigot BuildTools

    do i need to run the maven remap?
  11. S

    Solved paper equivalent to spigot BuildTools

    No i am ussing the maven thing
  12. S

    Solved paper equivalent to spigot BuildTools

    how do i fix it?
  13. S

    Solved paper equivalent to spigot BuildTools

    thx your help was exactly what i needed but now i have another problem java.lang.NoClassDefFoundError: net/minecraft/nbt/CompoundTag at com.Super_man2006.Shop.ItemManager.Mat.get(Mat.java:26) ~[Skyblock.jar:?] at...
  14. S

    Solved paper equivalent to spigot BuildTools

    Is there no way to use maven?
  15. S

    Solved paper equivalent to spigot BuildTools

    Until now I have always used spigot, but paper has a beter performance. I need to know how to install and use the paper equivalent to BuildTools, I would prefer mojang mappings if this is an option.