Recent content by Rukang10

  1. Rukang10

    Question Correct Way To Do Async Brigadier

    That depends on what are you actually doing. Not everything is safe from multitasking.
  2. Rukang10

    Should I use Folia on a server with 100-300 players?

    If a plugin is completely written without any Thread Unsafe APIs (Most Spigot's and Bukkit's APIs aren't compatible with Folia) then it won't be an issue at all. For now just use Paper for compatibility until PaperMc's team fixes all issues with Folia.
  3. Rukang10

    How create a command in Paper using Kotlin with Gradle?

    Hi everyone, I'm a new in Paper and I want create a plugin using Paper but instead of Java I want use Kotlin. Can someone provide some documentation or examples? 😅