Anarchick

Results 8 comments of Anarchick

Adding : - read condition as expression from skQuery (broadcast "%check [player is alive]%" # broadcast boolean) - https://github.com/SkriptLang/Skript/issues/3136 - Full vector support + some vector expression from BioSphere (vector...

I made some test, and I don't know if it's normal or not : work (return false): ```java condition negate: check: negate the condition [...code] continue ``` Does not work:...

seems to work with 2.0.0 SNAPSHOT from https://skripttools.net/addons?q=mirror (hard to found your 2.0.0 !!!) BUT with v1.0.0 or 0.19.1 the following code broadcast the right number, andt with 2.0.0 it...

can confirm that is not solve with skript-mirror 2.0.0 Snapshot and skript2.4Beta9 https://skript-mirror.gitbook.io/docs/v/2.x/advanced/custom-syntax/effects#section-parse ```java effect example: parse: set {_test} to 1 continue trigger: # {_test} always starts at 1 here...

You right, forgoten that skript effect ... So it might be interesting to change the pattern of "continue" to prevent this mistake. And why use continue/negate the condition and not...

And you don't have to remove the continue/negate, you can keep it (no broke existing codes) , just implement the return ;)

Same https://modrinth.com/plugin/server-keyboard-bridge , I have upload both mod and plugin and I can't see the environment side field

If it can help : https://github.com/lucko/commodore https://github.com/Mojang/brigadier Maybe a json format can be used ?