Bryan Terce

Results 39 comments of Bryan Terce

I feel like Skript works *because* it rethinks what a programming language is. Skript's high-level abstractions offer an incredibly gentle approach to programming, though that comes at the expense of...

Do you have a use case for this? More often than not, bit shifts are used to manipulate bitmasks, which skript-mirror's bits expression already lets you do and in a...

Please take a look at the docs for the [bits expression](https://skript-mirror.gitbook.io/docs/basics/utilities#bits).

The bits expression is not a bit shift. The entire purpose of the expression is to prevent the user from even having to think about bit shifting. Example: If you...

Do async events not behave correctly if you try to use them like any other event?

Yes, I believe this was not an OS-specific issue, but rather an issue with how 1.X hacks around Skript's logger to disable certain warnings. In recent versions of Skript, Skript's...

Not enough information to reproduce, can you post more information (plugin versions, setting up regions, etc.) on how to replicate this on a fresh server?

I have my suspicions on what could be causing this, does your script work if you remove the "all" keyword?

Anyone looking into this issue might want to look into making sure the ignoreCancelled flag is being set properly https://github.com/btk5h/skript-mirror/blob/6e4e8bf7a640256baca2bfbe877445a378fe8319/src/main/java/com/btk5h/skriptmirror/skript/reflect/EvtByReflection.java#L126 and make sure the ignoreCancelled flag actually works when registering...

This has been fixed on the 2.x branch. On Thu, Dec 20, 2018 at 8:00 AM melinstagibson wrote: > I get this when i start my server after the latest...