Recent content by senneb

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. S

    Plugin Release Chat Input API

    I just released a small plugin for getting text input from chat. I made it for a larger plugin I'm working on, and I thought it might also be useful for others. An example usage (and one of the things I use it for): You want to give players a command to add a line of lore to an item. Getting...
  2. 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...
  3. S

    Question Get itemstack name

    How do I get the name of an itemstack in 1.18.2? itemStack.getDisplayname() doesn't work.
  4. 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...
  5. 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?
  6. 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?
  7. 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
  8. 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?
  9. S

    Solved paper equivalent to spigot BuildTools

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

    Solved paper equivalent to spigot BuildTools

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

    Solved paper equivalent to spigot BuildTools

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

    Solved paper equivalent to spigot BuildTools

    No i am ussing the maven thing
  13. S

    Solved paper equivalent to spigot BuildTools

    how do i fix it?
  14. 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...
  15. S

    Solved paper equivalent to spigot BuildTools

    Is there no way to use maven?