sovdee

Results 124 comments of sovdee

> > Why tho? Isn't the goal of the code you changed is to test the warning feature? it even says `no brackets` as it's intentional > > I would...

I think this change should be done when we do deprecate the brackets. Until then it's still valuable to test.

> > I think this change should be done when we do deprecate the brackets. Until then it's still valuable to test. > > They are deprecated. Do you mean...

Is this still relevant? We're on 2.8 now, is there any reason to put effort into this?

I think these should be kept until 2.9, just in case we somehow break them during 2.8. I suppose a PR could be made now to target dev/feature.

I think we could do it such that it adds the entity if there's an open passenger slot, else it ejects the first passenger and adds the new entity to...

Can replicate on 2.7.3 and dev/feature, ~~Skript expects {_i} to be a potion effect type.~~

It does take a hell of a long time to error on my machine too, which I think is due to arithmetic. The loop-value error is the same on 2.7.3,...

I think it'd be nice to add a syntax to the details expression that allows you to get all the values of the timespan at once. Basically the toString, but...

> We could add an expression to get timespan as numbers like what you mentioned but not allow parsing them as they will be in conflict with number lists. I...