Jake Ben-Tovim

Results 23 comments of Jake Ben-Tovim

Same issue here. To be blunt the typings in this project are not the greatest in general right now. Another issue is that there's no proper way to import anything...

Really awesome update. Tested out the nightly, here are my findings. Will start with the issues. --- 1. Double spaces within a line now error. This didn't give an error...

Figured it out: It's case-sensitivity. It seems that expressions are registered in lowercase regardless of how they're cased in their declaration (not sure if that's a skript-mirror thing or Skript...

Never commented here but just want to note that the above fixes do work and I get no errors on my test server using this version. I've been using it...

I agree it shouldn't replace the old expression, but still a good idea.

`on moon phase change` is basically just `every minecraft day` so I'd say it's completely pointless, but a vanilla expression for the moon phase makes sense.

Not gonna reopen on my own but there is [*Paper* API support for moon phase](https://papermc.io/javadocs/paper/1.18/org/bukkit/World.html#getMoonPhase()) and we already have some Paper-specific feature implementations.

So you just mean being able to check what type of click was made in a generic non-inventory click event? That'd make sense. I assume this isn't already possible since...

The aliases file is for items so I don't know if you could create an alias for colors. Regardless, I can see the benefit of this assuming you're correct in...

Regardless of if changing it to a 12 hour format would fix it (not sure if it would), this method should work since the docs do literally use this exact...