-1

Currently I am working on a plugin for a minecraft-server. I use maven, so when I made a change and I want to test it out on my server, i double-click on 'package' on the right hand side. Then my Jar will be exported right into my pluginsfolder. BUT everytime I reload my server its still the previous version of the plugin not the version I wanted to expoert and test. However, if I export my plugin twice, it is the new version of the plugin. How can I fix this?

1somorph
  • 1
  • 2

1 Answers1

-2

Okay, I found a solution. I had to organise my project project structure.

Now my project is getting exported every time I click on package.

Dharman
  • 30,962
  • 25
  • 85
  • 135
1somorph
  • 1
  • 2
  • I'm not saying the solution is wrong. I'm saying I don't know what the solution is! The answer doesn't tell me! Please make it so the answer says what the solution is. – user253751 Jul 26 '22 at 12:17