Search results

  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 only found a way to use it whit kotlin. And how do I add dependencies to gradle?
  4. 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.