Antti Koponen

Results 12 comments of Antti Koponen

> are you perhaps using Architectury's Loom fork Negative, we're using fabric's loom. We very recently added support for fabric, so this stuff is pretty new to us 😄

Here ya go: https://github.com/plan-player-analytics/Plan/tree/master/Plan/fabric

JSON files used to be under https://github.com/plan-player-analytics/Plan/tree/master/Plan/common/src/main/resources, now they reside under the fabric subproject.

To be honest, bandwidth really shouldn't be an issue for a central repository using a global CDN (Fastly). I also wouldn't like to rely on a 3rd-party repository for reliability:...

Hey @Vshnv, any ETA on this getting fixed?

I believe a PriorityQueue expects a class that `implements Comparable`, so changing ```java .internalRepositories(Collections.singletonList(new Repository(new URL("https://papermc.io/repo/repository/maven-public/")))) ``` to ```java Queue repositories = new PriorityQueue(); repositories.add(new Repository(new URL("https://papermc.io/repo/repository/maven-public/"))); // snip .internalRepositories(repositories)...

1. write a comment ![image](https://user-images.githubusercontent.com/13612979/158140757-734e0d2a-f3fb-4022-a3bb-3261f07b6ac2.png) 2. plan(p) reload 3. observe choking ![image](https://user-images.githubusercontent.com/13612979/158140855-7acbbb3d-95db-42f2-bbb7-f2f3538e34e4.png)

A couple of additional ideas for implementation: > ServerInfo - should read the database for the server specified in ServerInfoFile.yml - Don't enable if the file is not present. Create...

> Hi, im sorry but i have the next chain Internet → CloudFlare (SSL 443) → **nginx (SSL 443) → Plan localhost:8888** (bold - my dedicated server). Can you add...

Cause of the issue found, ref: https://discord.com/channels/364107873267089409/635887328770129922/840732429714325544