Ryan Leach

Results 234 comments of Ryan Leach

@Favorlock Knowing KingGoesGaming from IRC, it's likely not meant as offensive, probably some obscure reference or something I'm not understanding.

https://github.com/oddlama/vane/ For what it's worth, not **all** plugins are going to be hooking into the base game for custom enchants. It may have more to do with the fact that...

``` item_5: id: DIAMOND_SWORD lore: - '&8Soulbound' properties: 'Enchantments:[{id: "vane_enchantments:soulbound", lvl:1s}]' ``` For what it's worth, if it was possible to provide enchantments via properties, this is what I would...

I'm happy to see this in. it seems like a relatively safe addition?

@SeDark No matter how much I would love for Multiverse to have a Sponge port, I have my doubts on the MV team to support the intermediate API Wet Sponge....

@SeDark I was well aware of what Wet Sponge was. > 'This is what the author told me, that there are problems with plugins that use the Spigot worlds API...

This issue still doesn't make any sense. What specific issue are you having? What do you hope that adding Wet Sponge support adds to multiverse? Short of getting Multiverse running...

I had this problem when the source was an observable array, it was somehow backpopulating the array with nothing. Using ko.toJS(vm) as the source fixed the issue however.

I've seen the behaviour you described also, as well as when expecting an object, seeing a string instead. e.g. I blank the input, press escape, and the sent value is...

I'd go as far as saying that the entire chuck should be excluded from EAR (for a tick) whilst any hitbox changes have happened, otherwise stacked minecarts etc will be...