minecraft-dev / MinecraftDev

Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
https://minecraftdev.org/
GNU Lesser General Public License v3.0
1.5k stars 185 forks source link

Wrong default velocity plugin class #2330

Closed SeemWind closed 3 months ago

SeemWind commented 3 months ago

Minecraft Development for IntelliJ plugin version

1.8.0

IntelliJ version

2024.1

Operating System

windows11

Target platform

Velocity

Description of the bug

@Plugin(
        id = "huskchatbridge",
        name = "HuskChatBridge",
        version = "1.0-SNAPSHOT")
    ,description ="a plugin to send message"
        ,authors ={"likewind"}
        )

generate wrong default code, bracket is not right

RedNesto commented 3 months ago

The code is fine, but for some reason the formatter doesn't fix this bad formatting.