NotSoDelayed

Results 46 comments of NotSoDelayed

I had made such suggestion in #5435

Oh, I was taking the consideration of the condition as both holds a somewhat identical keypoint, so ooops disregard.

Is this open to contributors to butt in to this implementation/roadmap?

There’s `event-location` in tests https://github.com/SkriptLang/Skript/blob/ba32d7ad48edb8e33d5f5d2e44d03bba94ffb2de/src/main/java/ch/njol/skript/test/runner/EvtTestCase.java#L45-L59

I agree, removing `event-*` without a grace period is a breaking change.

> Should this PR also include changes to the `is stackable` condition to properly reflect this new stuff? The condition checks if the max stack size is more than 1,...

After some intense debugging, in `EntityUtils.SPAWNER_TYPES` field, looks like `llama` is registered as `trader llama` and no values for `trader llama` were found, as shown in this screenshot: ![image](https://user-images.githubusercontent.com/72163224/219869721-9f27c22f-4fcd-4901-be58-088f200c83a1.png)

> using "" or " " only make an empty line Assuming you’re using 1.8 (or pre 1.13, iirc) when setting the message to "" displays a newline instead

Using Skript 2.7.3 in a Paper 1.20.4 server, I am unable to replicate the location deserialization error, additionally this is the best I can get: ![image](https://github.com/ShaneBeee/SkBee/assets/72163224/097e639e-ea03-4d5c-97cc-6e0b0d5455ab) Despite the unknown location,...