SpaceManiac

Results 98 comments of SpaceManiac

Sponge does actually support a dependency list through `dependencies=` on the `@Plugin` annotation. The other points are valid, of course, and if we have metadata that we want plugins to...

Could you try to explain, step-by-step, the process involved?

That configuration option does exist, and could stand to be implemented as part of #76.

I was able to reproduce this by spamming connecting and cancelling repeatedly.

I've experienced falling through the floor a couple times myself in what seemed like arbitrary situations. While I can't imagine this possibly being anything other than client instability, since the...

I was able to reproduce this on Glowstone but not reliably. I was not able to reproduce it in Vanilla single player. If you have a reliable technique to reproduce...

Yeah, I was interested in this. I think it'd be pretty nice, actually, to pull jars on first run rather than shade everything (so that dependencies that never change aren't...

Based partially on the work of @mastercoms, the commit cb42c013c9ef02ccd003340099e3cf6092c95e74 (not yet in master) is a very simple first-run downloader for the sqlite and mysql connectors. It can later be...

The noted commit has landed in master as 5832722be1d5ea5d89fdc679a7db572015af1d2e, fixed to actually work. I'm going to go ahead and not include log4j for now. If it's being used for filtering...

A lot of the important parts - the `GameRuleCommand`, the game rule methods in `GlowWorld`, and even the saving and loading of game rules - are already mostly implemented; the...