sovdee
sovdee
Region support is being phased out of Skript and being replaced by skript-worldguard (eventually), so I'd suggest PR-ing this to skript-worldguard instead.
This also does not work for things like `if player's tool is plain`.  
> All items are not plain unless used with the plain expression. > > This is why i'm pushing to implement Material made ItemData as plain. There are other calls...
Closing due to 10 months of inactivity
I think you're a little confused on how lists work. When you say they're sometimes a list and sometimes a map, they're really just always maps. `{_list::hello} and {_list::*}` are...
Closing due to 6+ months of inactivity.
The type coercion that Kenzie mentioned earlier is still an issue: ``` on load: set {_a} to "2" set {_b} to "5 dirt of sharpness" set {_c} to 12 tnt...
Closing for inactivity
My opinion is that ExprPlayerProtocol version should be changed to an event-value in the server list ping event. That's the only time the version number ever differs from the server's,...
> > Why are they getting compared to themselves? I feel like these should be checking if the output is set. > > If I remember correctly this was one...