sovdee

Results 390 comments of sovdee

Adding a cloner would cause queues to be cloned on function boundaries and setting variables, which would be a breaking change. May or may not be desirable.

Yes, the whole cloning/copying api in skript should probably be overhauled imo. It's very poorly documented and inconsistent, and i'm baffled it's worked as well as it has for so...

Related to changer handling of itemtypes (does not handle slots properly)

Please provide the full /sk info

It seems like region data for your lobby world did not load or was disabled, and Skript doesn't handle that gracefully. We can't fix the problem, but we can avoid...

This is not about the space, but rather the "dragon's" being parsable as a property of the event entity. Spaces work fine, see `ender pearl (item)`

> Since this is targeting dev/feature, shouldn't the usages of > `if (!SkriptConfig.useTypeProperties.value())` > be removed? As the 2.13 release message stated properties were fully coming out in 2.14 I...

This is more of a poor naming choice of item type rather than an actual issue. Skript uses the `item type` type to represent items in most cases, so `event-item`...

I don't think we should push the loading to main thread, but we should have a block on the main thread until loading finishes. That should better support parallel loading...

> I don't think we should push the loading to main thread, but we should have a block on the main thread until loading finishes. That should better support parallel...