MinecraftDev
MinecraftDev copied to clipboard
Invalid ID for plugin
When trying to compile a Velocity plugin I receive the following: Invalid ID for plugin eu.hexasis.helixchat.HelixChat. IDs must start alphabetically, have alphanumeric characters, and can contain dashes or underscores.
Change the @Plugin
id to helixchat
in your main class.
The project creator does not prevent usage of invalid values yet.