diff --git a/bukkit/build.gradle.kts b/bukkit/build.gradle.kts index 502b2ae..65db58c 100644 --- a/bukkit/build.gradle.kts +++ b/bukkit/build.gradle.kts @@ -34,6 +34,7 @@ bukkit { apiVersion = "1.13" author = "4drian3d" load = net.minecrell.pluginyml.bukkit.BukkitPluginDescription.PluginLoadOrder.STARTUP + foliaSupported = true } java.toolchain.languageVersion.set(JavaLanguageVersion.of(11)) diff --git a/paper/src/main/resources/paper-plugin.yml b/paper/src/main/resources/paper-plugin.yml index c8fec6b..5daa462 100644 --- a/paper/src/main/resources/paper-plugin.yml +++ b/paper/src/main/resources/paper-plugin.yml @@ -5,4 +5,5 @@ main: io.github._4drian3d.logfilter.paper.LogFilterPaper bootstrapper: io.github._4drian3d.logfilter.paper.LogBootstrap loader: io.github._4drian3d.logfilter.paper.LogLoader description: Filter messages sent to your Velocity, Sponge, Spigot, Paper and Bungeecord consoles -api-version: '1.19' \ No newline at end of file +api-version: '1.19' +folia-supported: true \ No newline at end of file