Recent content by mbaxter

  1. mbaxter

    Question chat links in latest release

    You tested it with zero plugins?
  2. mbaxter

    Question chat links in latest release

    Links becoming automatically clickable hasn't been a thing for far longer than 1.21.4 - some plugin would have been providing this. Either that plugin stopped having that feature, or the way they were making links clickable stopped working and needs a plugin update.
  3. mbaxter

    Solved Cannot use Material enum without errors

    Looks like you're putting null into a Set.of call on line 10 of ClutchBlockTier
  4. mbaxter

    Solved Cannot use Material enum without errors

    Perhaps share the in-server errors you get.
  5. mbaxter

    Question Does Paper support Spigot plugin annotations?

    I'm not aware of any plugin annotations in spigot. Perhaps you're thinking of this third-party plugin? https://github.com/eldoriarpg/plugin-yml
  6. mbaxter

    Blocking Mechanic

    I know very little about this API, having never used it myself. Our forums are much lower traffic than our Discord, where you may find prompter replies.
  7. mbaxter

    Question How to host server public?

    Gamerules are via command. Typically the best way to locally host a server is to have server-ip blank. Just server-ip=
  8. mbaxter

    Question How to host server public?

    ViaVersion with ViaBackwards allows you to have outdated clients connect. As for the network issue, double check you have the server ip and port settings in server.properties the same.
  9. mbaxter

    Blocking Mechanic

    Do you mean this one? https://jd.papermc.io/paper/1.21.5/io/papermc/paper/datacomponent/item/BlocksAttacks.html
  10. mbaxter

    Question How to host server public?

    Paper and vanilla behave the same for network accessibility. There is no difference. Also, 1.20.1 is dangerously outdated. Prioritize getting your server updated to 1.21.4 or 1.21.5 first!
  11. mbaxter

    Startup exception in Paper-1.21.4 (Build #227)

    Your first error is that you placed the paper jar inside the plugins folder. Remove it from there, and remove it from the remapped folder. Then, make sure you aren't trying to double-launch your server, because the second and bigger issue is you already have a server running according to that log.
  12. mbaxter

    Question New to PaperMC and need help!

    Welcome to Paper! If you are not opped, since you don't have a permissions plugin to otherwise grant access, you can't use the game mode command. If you are already op, please see below: Could you open up your logs/latest.log file and copy it to https://mclo.gs and link that here? If you...
  13. mbaxter

    Question About the EntitySpellCastEvent

    If you read the javadocs (https://jd.papermc.io/paper/1.21.5/org/bukkit/event/entity/EntitySpellCastEvent.html) for the event, you can see what it does. Spellcasters, if you click into them, are Evokers and Illusioners, which are entities that can cast spells. You can find more about them, and...
  14. mbaxter

    Announcement The future of Paper - Hard fork

    I'd just like to point out that, much like we may someday do when enough time has passed, spigot has regularly broken older spigot plugins. This isn't new. Devs have always had to update things, and ancient plugins have always eventually broken. Vault touches one tiny piece of API that has...
  15. mbaxter

    Question Server Crash?

    Without sharing your full server log it is hard to identify if this is even a crash or not.