Recent content by xyndex

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. X

    Question NoSuchMethodError: Bukkit.getServer().getCommandMap() (1.21)

    How do I create plugin support for spigot/paper on atleast 1.18-1.21?
  2. X

    Question NoSuchMethodError: Bukkit.getServer().getCommandMap() (1.21)

    So I'm trying to get CommandMap on 1.21 server with different APIs includes 1.21 but I'm getting error... java.lang.NoSuchMethodError: 'org.bukkit.command.CommandMap org.bukkit.Bukkit.getCommandMap()' at test.test.Test.onEnable(Main.java:11) ~[?:?] at...