/**AuthMeVelocity Paper API Module */ @SuppressWarnings({"requires-automatic", "requires-transitive-automatic"}) module io.github._4drianed.authmevelocity.api.paper { requires transitive org.bukkit; requires static org.jetbrains.annotations; exports io.github._4drian3d.authmevelocity.api.paper.event; }