Bryan Terce
                                            Bryan Terce
                                        
                                    > @btk5h how can this be a medium priority? Server won't start sometimes in 7 hours so autorestart is useless. I have no confirmation that the server freezing is related...
I don't really have the time to backport the fixes from 2.x and test them myself, and skript-mirror 1.x doesn't target newer versions of Skript, so this isn't a very...
This is due to some weirdness on Skript's end. `int` is an alias for Skript's `Long` type, while `integer` refers to the actual `Integer` type. Generally, you should be using...
Partially fixed in 7b3197a4ab659935726dcfb7e41f8053cf2b0fbf, though it is still restricted to the alias requirements for imports (so no spaces). It still isn't recommended to use import aliases to make reflection-based events...
> I'd rather have custom events over event aliases, because it means we can make events from java/our own custom ones with easy usage. Here's my idea of how these...
It looks like you're using an outdated version of Bukkit for the API you're trying to use.
I cannot reproduce this. I cannot guarantee skript-mirror will play nicely with third-party APIs, especially if they are not open source.
@Pikachu920 This might still be a useful shorthand for those who don't need all of the features that come with the parse handler section.
This would only be possible if Skript offered lifecycle methods for script loading, which I don't think it does. I could be wrong, I'm not really sure what's going on...