Will Warren

Results 61 comments of Will Warren

Looks like 3edc3f95f1a70d4ed15ef70c2b64db92088ba371 fixed the issue. Introduced a new wrapper around the economy instance and made it a singleton. Now only economy related functionality causes the `Economy` class to be...

Fixed in v0.4.0 https://github.com/phybros/servertap/releases/tag/v0.4.0

I can make a basic API at `/v1/advancements` which would produce something like ``` [ { "name": "story/enter_the_end", "criteria": [ "entered_end" ] }, { "name": "husbandry/complete_catalogue", "criteria": [ "textures/entity/cat/tabby.png", "textures/entity/cat/white.png",...

@MPlatypus if you have an example I can install it and test

Yeah seems to work fine. I got `bacap/advancement_legend` and `end/good_luck_getting_this_one` which I think are both from that datapack. Were you thinking we should also have a player API for them?...

Closing per convo in the Discord: https://discord.com/channels/919982507271802890/920026454207643688/1007085603365593178

Going to close this since it's over 2y old!

Going to close this since we added the basic advancements API back in 0.4.0. Getting advancements for specific players is a lot more convoluted, so I'll open a new issue...

Can you try again with v0.5.0 @LittleChest

Yes I believe I fixed it in this commit: https://github.com/phybros/servertap/commit/88f45c691a3eb42e05287527bbd538e5d36113f2 The change prevents an additional lookup by hostname which can fail for IPv6 addresses. I can make a release of...