Recent content by electronicboy

  1. electronicboy

    Paper Minecraft Server Auto Updater for 1.21.5

    Nothing is obfuscated, we just host our builds on CFs network now rather than distributing them ourselves; the v2 API should still work as-is for now, but you should migrate to the v3 API
  2. electronicboy

    Suggestion Why that fast tell unsupported?

    The banner is automated. .7 will no longer receive any crash/bug fixes, in some cases we might backport major security stuff (that is not the case here given how .8 has virtually no server changes)
  3. electronicboy

    Announcement 1.21.7

    paper does not run on the client and so cannot modify the client registry
  4. electronicboy

    Suggestion Arrows loosing owner, after the owning player leaves the server

    Just to be sure, you have tested without plugins? There is nothing in the code that would suggest that an arrow would lose its owner; it's 100% not an intentional thing, so I can see (and bug reports would generally serve better on the issue tracker)
  5. electronicboy

    Question chat links in latest release

    It's plugins which generally deal with this; it's worth noting that mojang changed how this stuff works again and it's fairly easy for plugins relying on protocol hackery to break this kinda thing across releases, I know plugins using packetevents need updating, for example, in order to stop...
  6. electronicboy

    Question Does Paper support Spigot plugin annotations?

    Paper has made 0 changes that would break that, bukkit plugins still load in paper. That error message would imply that your annotation processor wasn’t ran, or your project is misconfigured and the generated file wasn’t bundled into the jar
  7. electronicboy

    Difference Between TabExecutor and CommandExecutor

    It’s a utility interface implements both the tab completion and the command executor classes, there is no real advantage to it other than brevity
  8. electronicboy

    Announcement The future of Paper - Hard fork

    A lot of these plugins only still work due to Spigots attitude towards never breaking plugins ever (except for the random coin toss in which they broke API in manners that could cause duplication issues or just crash servers with 0 warning mid-release cycle), to the degree that they invested the...
  9. electronicboy

    Question why wont server wont launch anymore

    1. You have some characters in the file path which are best avoided, the {} is likely to cause issues 2. Don’t run the server in a one drive folder 3. Given that it blows up after trying to init plugins, I’d imagine, test without them. Make sure you download them from a reputable site.
  10. electronicboy

    Question Why cant i use advancedCommandRoot

    You can’t have actual code inside of the class body, you’d want to place that inside of a method, generally a static method called register is the canonical way to separate that stuff up into classes
  11. electronicboy

    Question how to use paperweight-patcher II to make git patches?

    We no longer have a git repo for the API and the -Server module, and so it's generally not possible to just have an large patch for either of those folders anymore; you could maybe use feature patches for inside of the Minecraft tree and then use per file outside of that, but, that is probably...
  12. electronicboy

    1.21.5??

    ViaVersion has jars to add protocol support for 1.21.5, however, you might need to pay for the early releases; Geyser apparently works for 1.21.4, however. We do not provide support for server software that isn't ours, noting that running your server on Spigot might cause damage to existing data...
  13. electronicboy

    Question server not working

    1) update, you're well over 200 builds out of date 2) probably want to check your gamerules, you may need to use a tool to modify the level.dat manually
  14. electronicboy

    Question /recipe give

    You more than likely have a plugin overriding the command, you can use Minecraft:recipe to force using the vanilla one
  15. electronicboy

    Question Iron farm in a loaded chunk won't spawn any golem unless players are near

    would generally need to see a spark report to see your config, primary suspicion would be the config options for toying with how often certain things can tick, and entity activation ranges