Recent content by electronicboy

  1. 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...
  2. 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
  3. 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
  4. 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...
  5. 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.
  6. 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
  7. 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...
  8. 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...
  9. 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
  10. 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
  11. 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
  12. electronicboy

    Question Local Difficulty and Day Count missing

    That calculation relies on information that isn't sent to the client. It was wrong for years, and Mojang just opted to remove it in a past update
  13. electronicboy

    Banned on Discord server

    as I've previously said elsewhere, we have zero bans on record for the information you have provided
  14. electronicboy

    Question Events in Velocity.

    it's a standalone piece of software, it doesn't know about events firing on the backend server
  15. electronicboy

    Question Tripwirehook dupe

    I fixed this years ago without a config option, if you create an issue on the tracker, one may get around to adding a config option