Recent content by xing

  • 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 How to spawn a offline player?

    I'm creating a NPC, I need it to act as a normal player. I used Bukkit.createProfile("testname");profile.complete().Then I got a offlineplayer object but I don't know how to convert it to Player object. "Bukkit.getOfflinePlayer("testname").player"(kotlin code) returns null except I login using...