-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Minecraft Development for IntelliJ plugin version
2025.3-1.8.11
IntelliJ version
2025.3
Operating System
Win 11
Target platform
Paper
Description of the bug
I just noticed that the paper-plugin.yml (and probably the plugin.yml) does not specify the version placeholder $version as version and therefor "breaks" the whole processResources task defined in build.gradle.
After freshly generating the project:
name: untitled
version: '1.0-SNAPSHOT'
main: io.untitled.Untitled
api-version: '1.21'I work on another plugin that uses plugin.yml where the issue initially appeared, so i assume it is the same with plugin.yml too.