Mariell Hoversholm
Mariell Hoversholm
Due to how even the Kotlin compile task requires the `tasks.withType` syntax, I doubt anything extra would be the norm.
The CI does not seem to be in order, actually :p
Tried forcepushing to have GH Actions retry? We can't merge without it passing 😅
Well that's because it's trying to merge 1.16.3 code into 1.16.4; there will quite often be some kind of issue. I've rebased your PR for you.
> test against spigot/CB Please test on Spigot and CraftBukkit as requested.
The plan is to have a strong and stable API with events (fired with Velocity's event executor) to let 3rd party plugins handle this. I don't want the "but IRC?...
That's precisely why I'd consider having an official plugin for explicitly doing Discord webhooks. It'd also serve as a good example of how to use the API.
Here's a patch in form of a git diff: (note this makes a hard dependency on java versions with Nashorn - Java 12+ will not work) ```diff diff --git a/src/main/java/io/minimum/minecraft/superbvote/SuperbVote.java...
Is using Groovy perhaps a good alternative? It's essentially JavaScript outside of the whole `Java.type` stuff and works the same if not for that, and it works well even on...
Works fine on 1.16.2 and IntelliJ Ultimate 2020.2. Is this still reproducible?