Jake

Results 3 issues of Jake

Not sure what's going on here -- I've got a MenuItem class that represents the items in a tree-like navigation menu: ```php class MenuItem extends BaseModel { use NodeTrait; protected...

We could add support for serving specific textures from Mojang's textures servers. This would be _super_ simple, and who knows, maybe useful?

enhancement
question

We are currently unable to _correctly_ support multiple clusters, or instances, due to Mojang's rate limiting, and how we currently process requests. Our current setup currently works something like Server.js...

enhancement
help wanted