Results 31 comments of Deamon

Similar to #298 this would also be solved by a revival of #258

There are about a billion and one use cases for performing actions when a player enters or leaves an area of space, or performing actions on events within a space...

Could be implemented as `Class[] excludeTypes() default {}; on all of the cause parameter filters. Or perhaps more cleanly would be a method annotation `@IgnoreCause` which takes a set of...

Yes this is something I will get to at some point.

We could definitely support the method level annotations like `@IsCancelled` but I'm not sure how we could/should support parameter annotations in a clean way?

It needs to be updated for the latest despector changes

Its an issue with reobfuscation and the shadowJar not reobfuscating I made an attempt a fixing it earlier but no luck. And frankly the forge version just isn't a priority,...

SpongeForge at least is a forge mod which will run on the server or client.

it is phased in all places but the chunk serialization in MC1.9 and for MC1.10 it will be completely removed. So adding support for a byte data value is not...

either your syntax of `-key=value -key2=value2` or `{key=value key2=value2}` was what I had in mind so your brushes would look something like: `/b disc -face=true materialmask biome -biome=jungle material` `/b...