1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-28 05:54:16 +02:00

Stop warning about experimental APIs

This commit is contained in:
Shy
2026-04-03 15:59:52 +02:00
parent a8f836d94c
commit f7f541c8a4
20 changed files with 22 additions and 1 deletions
@@ -36,6 +36,7 @@ import static de.shiewk.smoderation.paper.command.VanishCommand.isVanished;
import static de.shiewk.smoderation.paper.command.VanishCommand.toggleVanish;
import static org.bukkit.Bukkit.getPluginManager;
@SuppressWarnings("UnstableApiUsage") // Paper Brigadier API
public final class SModerationPaper extends JavaPlugin {
public static final TextColor PRIMARY_COLOR = TextColor.color(212, 0, 255);