Java Addon V9 › <PREMIUM>
public class SolidPaperAddon extends JavaPlugin { @Override public void onEnable() { getLogger().info("Solid Paper Addon v9 enabled!"); } } If you're creating a Java 9 module system addon:
// plugin.yml name: SolidPaperAddon version: 1.0 main: com.example.SolidPaperAddon api-version: "1.19" // or latest package com.example; import org.bukkit.plugin.java.JavaPlugin; java addon v9
I notice you're asking about a , but the query is quite vague. Let me help clarify what you might be looking for: Possible interpretations: 1. Minecraft PaperMC Plugin (Addon) for Java 9+ If you're developing a Minecraft plugin for Paper (PaperMC server software) using Java 9+: I notice you're asking about a