Recent content by txc217

  1. txc217

    Question Does Paper support Spigot plugin annotations?

    Okay, great! Thanks for verifying. I'll go check for those issues.
  2. txc217

    Question Does Paper support Spigot plugin annotations?

    I am referring to this: https://www.spigotmc.org/wiki/spigot-plugin-yml-annotations/ When I try to use annotations instead of a plugin.yml file, Paper says the plugin does not contain a plugin.yml or paper-plugin.yml. I assumed that because Paper was forked from Spigot, and this tool appears to...
  3. txc217

    Question Does Paper support Spigot plugin annotations?

    Hi! Has anyone found a way to make Spigot's plugin annotations work on Paper servers as a replacement for bundling a plugin.yml file? I looked around and couldn't find anyone else discussing this, so I figured I'd ask before I change to the file format, just in case I'm missing something. Thank you.
  4. txc217

    Question Best way to ensure my plugin commands take priority? (FAWE + WG Issue)

    Hi guys, I have a seemingly simplistic question that I can't seem to work out with the documentation of Spigot and Paper at hand. My plugin registers its own /heal and /remove commands which are being overridden by WorldGuard and FastAsyncWorldEdit respectively. I dove into the documentation...