Recent content by Jackolix

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

    Question How use paperweight patcher to patch modded spigot server?

    I found it! The manual is under https://github.com/PaperMC/Paper/blob/master/CONTRIBUTING.md But thanks for your answers
  2. Jackolix

    Question How use paperweight patcher to patch modded spigot server?

    I don't understand this system. How does it work? With Buildtools for example I get the sources from Bukkit/CraftBukkit/Spigot which I can mod. How do I get the source with this tool, I don't see a jar like Buildtools which I can execute to get the code. How do I set it up? sorry for my stupidity
  3. Jackolix

    Question How use paperweight patcher to patch modded spigot server?

    Sorry for my awkward expression. I know that Paperclip is a tool for the patches. I modded the Bukkit and Spigot API and want to add all patches from Paper. I hope you know what I mean
  4. Jackolix

    Question How use paperweight patcher to patch modded spigot server?

    Hey, after some time of searching for a solution, I make now a post. How do I use the patcher to patch my spigot server? Do i need to add something to the grade config, if so what? Does the patcher patch the server after compiling from the IDE or when the server starts? Thanks!