Search results

  1. Vizzoid

    Question Replacing an NMS registry entry with your own

    I'm sorry, I am having some difficulties. I've cloned the repository and made the changes needed, how to rebuild it to a runnable server?
  2. Vizzoid

    Question Replacing an NMS registry entry with your own

    Thank you, I've edited the post, but unfortunately the item still does not drop and still sometimes disappear when I click on it. I'm still unsure what is the problem because, from the looks of it, it uses the same key and id as the old item, and I've even added another part that updates...
  3. Vizzoid

    Question Replacing an NMS registry entry with your own

    I have been working on a class called Registry Writer, which I am using to, for instance, replace the SpawnEggItem with my own, but it isn't working for some reason, the item (Bat Spawn Egg) will not drop on my client. Just to start, this is part big project and nothing else messes with...
  4. Vizzoid

    Solved How to use NMS with Paper?

    Thank you so much! It's working now 😁!
  5. Vizzoid

    Solved How to use NMS with Paper?

    I created an artifact on Intellij: ^^ I set the output directory straight to the plugins folder so I didn't have to move it, and the jar compiles fine (Only missing plugin.yml, but if I manually add it then it works fine)
  6. Vizzoid

    Solved How to use NMS with Paper?

    https://paste.gg/p/anonymous/e7f6602e5e694669ac71c36acd511cf0 Command? I didn't know I needed a command... I've been creating artifacts and building them...
  7. Vizzoid

    Solved How to use NMS with Paper?

    Yes, there is no plugin.yml. This is confusing, this setup works perfectly fine until I run it on the paperweight plugin, I'm not quite sure what could be wrong. EDIT: I just made a discovery, I decided to try and implant the plugin.yml into the jar and it worked, but it said it could not find...
  8. Vizzoid

    Solved How to use NMS with Paper?

    No, there isn't. On the test plugin it included a plugin that was supposed to "generate a plugin.yml file", but I removed it and added my own. Is there anything wrong you could point out about this image?
  9. Vizzoid

    Solved How to use NMS with Paper?

    Sorry to revive this thread again, but I've finally got around to using the test plugin and I cloned the test plugin repo and it was going well, however, in usage, I got errors stating "Invalid plugin.yml". I put my plugin.yml in the usual spot for other plugins "src/main/resources", removed the...
  10. Vizzoid

    Solved How to use NMS with Paper?

    Alright, thank you nonetheless :)
  11. Vizzoid

    Solved How to use NMS with Paper?

    I'm not quite sure how to do this, if I'll be honest. Is there any in-depth tutorial because the instructions on the GitHub have me lost...
  12. Vizzoid

    Solved How to use NMS with Paper?

    All guides on this seem outdated, on Spigot, or not explained enough for my small brain. I know I have to add the Paper Server into my dependencies but I don't know where to go past that.