Recent content by jmp

  1. jmp

    Solved Multiple NMS projects and shading

    You're welcome!
  2. jmp

    Solved Multiple NMS projects and shading

    implementation(project(":module_A", "reobf"))
  3. jmp

    Plugin Release Velocity Command Blocker - fully block commands using regex and permissions

    This is not the case on Paper: https://github.com/PaperMC/Paper/blob/993f8288fa1c20a5942908da1b08022f2cd0599e/patches/server/0776-Check-requirement-before-suggesting-root-nodes.patch
  4. jmp

    Plugin Release squaremap - minimalistic and lightweight world map viewer using the vanilla map rendering style

    squaremap's files will be much smaller, for reference the demo is 822mb (counting all 4 10k block radius worlds)
  5. jmp

    Plugin Release squaremap - minimalistic and lightweight world map viewer using the vanilla map rendering style

    THIS POST IS NO LONGER BEING UPDATED OR MONITORED, GET SQUAREMAP FROM HANGAR: https://hangar.papermc.io/jmp/squaremap squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style Check out the README and Wiki on GitHub for more info...
  6. jmp

    Solved How can i load listener from .class file?

    The reason it can't see Bukkit classes is that you're using the wrong parent ClassLoader.
  7. jmp

    Solved Custom World Generation

    The API author has a write-up about the changes here: https://www.spigotmc.org/threads/1-17-1-world-generator-api.521870/
  8. jmp

    Question How to send a title to a player?

    https://jd.adventure.kyori.net/api/4.9.3/net/kyori/adventure/audience/Audience.html#showTitle(net.kyori.adventure.title.Title) Player extends Audience