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.52k stars 186 forks source link

Launching files #2398

Open ilikeminecraft22 opened 1 day ago

ilikeminecraft22 commented 1 day ago

Minecraft Development for IntelliJ plugin version

2024.2-1.8.2

IntelliJ version

2024.2.4

Operating System

Windows 11 Pro Education 23H2

Target platform

Spigot, Paper

Description of the bug

obraz_2024-11-21_183242255 When i try to run, build files it randomly just doesn't let me and says: This file is unrunnable i tried to fix it by running it in Grade, but it's just the same thing over and over. No matter if i put something in those 2 main functions it just doesn't let me.

ilikeminecraft22 commented 1 day ago

Gradle*

RedNesto commented 1 day ago

You need to select a run configuration first, you likely want to run the build gradle task, which can be found in the Gradle toolwindow.