Search results

  1. Tennessine

    Question Best way to make newer client connect to proxy

    My server network has a bunch of backend servers that run Paper 1.20.2. The problem is Velocity was never officially made to run 1.20.2. The latest version it's aware of is 1.20.1. So when a client that is running 1.20.2 tries to join (even though the backend servers are running 1.20.2) it gives...
  2. Tennessine

    Best server programming language?

    Asking the developers: If you could easily convert Paper into any other programming language and make it work with the client. Would you change it and what would you change it to? Kotlin? C++? Just curious because I might try to make my own server software from scratch for another game.
  3. Tennessine

    Why did Paper change to Gradle?

    Just curious, starting in 1.17 the build tool was changed from maven to gradle. I use Maven and haven't tried Gradle yet. Did you guys change it because it's faster?