Recent content by DruideMante

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

    Question How do i get nbt tags

    I'm working on a custom tool but i need to get tool tags to know that it is not just a simple pickaxe. How can i do that?
  2. D

    Solved How to detect when a player right click with an item.

    I'm working on a plugin that add custom block. But for that i need to detect when a player right click with a specific to destroy a block. How can i do that ?
  3. D

    How do i spawn a npc ?

    I'm asking for explanation, not source code. Reading other project code is already hard but if we understand very basically the language it's a pain. But thanks you for trying to help.
  4. D

    How do i spawn a npc ?

    Hello, i recently start to developpe a plugin using paper. I haven't really code in java but i know python, c++, javascript, ect... But i'm not familiar with how work package, lib in java and how to use paper library. I would to understand how to create a npc. Otherwise have a great day.