Recent content by electronicboy

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

    Banned on Discord server

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

    Question Events in Velocity.

    it's a standalone piece of software, it doesn't know about events firing on the backend server
  13. 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
  14. electronicboy

    Question How to get started on NMS?

    Paperweight, our tooling for this, does not support maven. The only options are 1) using the unsupported community maven plugin https://github.com/Alvinn8/paper-nms-maven-plugin 2) Migrate to gradle and follow the supported docs/see the paperweight-test-plugin
  15. electronicboy

    Question Everyone spawns half in the ground

    The only guess is going to be that you need to reset your spawn position using the command, or, see if when it rains water falls into the room, if it does, that would indicate that your worlds heightmaps are busted and that you'll need to look into rebuilding that information