Moderocky
Moderocky
> Make trigger: implicit if there are no other members. I'm not entirely sure what you mean by this: if you mean for something that has no other possible entries...
The idea of 'main thread' is ill-defined and not really applicable to the base language outside things like system input which requires being asked for from the console thread. It's...
> ```v > while 1 = 1: > # code > if iteration count > 30: > exit loop > ``` That is a better alternative, but remember it would...
Coming back to this, I think the iteration count syntax should be `while-number` to go with `loop-number`. Nested while loops could use `while-number-X`. This ought to make it simpler for...
> There is the `index of %slots%` expression. Maybe this expression could be something like `raw slot index` to clear up any potential confusion? > > Maybe that is more...
We have a closed PR #4544 which might be a good comparison.
> JPMS No, this is incompatible with Spigot/CB.
Concerning this, we could revive Shane's old suggestion of allowing addons to be registered directly to Skript (as Modules) rather than as Bukkit plugins. Addons like skript-yaml, etc. don't need...
I think this would be a good opportunity to also add support for some of the other component types, such as translations and keybinds. It might be worth just adding...
If I had to guess the problem is that `fire` and `lava` are also block-related words and `wither` and `poison` are potion-related words, so it's probably checking whether the fire...