package net.minestom.server.plugins; public @interface PluginDescription { String name(); String description(); String version(); }