-
"Also, I have noticed another issue where when I join the Wynncraft server, the added music cuts out and does not play. It only plays in the title screen. If you were able to release an update to fix …
-
https://api.wynncraft.com/v2/ingredient/list
https://api.wynncraft.com/v2/ingredient/search/tier/0
This list returns each name two times, can easily be checked sorting the list or removing duplica…
dukio updated
5 years ago
-
https://api.wynncraft.com/v2/ingredient/search/name/Bob
Returns `Bob's Tear` 6 times
dukio updated
5 years ago
-
When I try to open the world map, the game crashes.
[crash-2019-06-19_21.12.51-client.txt](https://github.com/Ronnie0982/Wynncraft-Reborn/files/3307424/crash-2019-06-19_21.12.51-client.txt)
-
Minor request, but would make error handling easier for me.
Example:
`GET https://api.wynncraft.com/v2/player/DoesntExist/stats`
currently returns 200 OK with the 400 Bad Request specified in the …
-
I'm trying to invite one of my friends but every time I send the discord invite, he says it's expired, what do I do?
-
PlayerStats V2 sometimes returns profession XP as null instead of 0, example from https://api.wynncraft.com/v2/player/HeyZeer0/stats
This might be caused if the class has not been logged onto since t…
-
Hi,
i cant open the quests in the questbook...i can only track them..don't know why...
-
PlayerStats V2 preEconomyUpdate is often incorrect and sometimes missing entirely.
Example from https://api.wynncraft.com/v2/player/_Bedo_/stats
```json
{
name: "archer",
level: 192,
…
-
The command `mod.list` is case sensitive. This sometimes leads to guessing games for the correct capitalisation of a mod's name.
For example, consider searching for the mod `voxelmap`. Do you searc…