Ryan Leach

Results 197 comments of Ryan Leach

One thing that has always bothered me about throwing ChangeBlockEvents is that plugins listening later assume the block got changed. Is there not some easy way of throwing an event,...

@randombyte-developer Region providers register context providers, no different then public boolean isPlayerIn(Player player, World world, String region) { The contextCalculator can instanceOf check to see if the subject is a...

So the main usecases can be summarized as: (Sorted by level of controversy) Region Query API - A Region Query API would support the minimum that gravity fox suggests, A...

@MinusKube Not to my knowledge, but any sort of a start would be appreciated.

It's been a common problem for people to adjust the inventories directly, rather then using the transactions, or cancelling the event and making modifications to the inventory, and seeing them...

Without referring to Bukkit, what reasons would you expect? I suspect mod compatibility will be difficult here without appropriate PR's to forge.

I think TileEntityArchetype makes sense for 'middle ctrl click creative' shulker boxes, but not for regular shulker boxes. Basically whenever `attached NBT` is on the item, as opposed to just...

You might be right faith, I havn't looked at the code, just basing it off instinct from vanilla. ![image](https://user-images.githubusercontent.com/141554/36204238-6d7fa132-11da-11e8-96e2-d1573b4965f8.png) ![image](https://user-images.githubusercontent.com/141554/36204244-73ba4b92-11da-11e8-82e4-31d13a603034.png) ``` { Slot: 7B id: "minecraft:red_shulker_box" Count: 1B tag: {...

E.G. We currently have MessageChannel.Chat Private messages should be counted as chat, but not formatted as chat, as should /say and /me commands. This idea means having some sort of...

Having a cause could work well, but SpongeAPI would need to provide a number of inbuilt causes for it to be useful.