-1

I am currently coding a server-panel which will be able to configure plugins and so on. The only problem I currently have is, I want to get the plugin.yml from inside the jar file. Is there an API or anything out there, which can get this file decompiled and then read the plugin.yml????

RicheeNektar
  • 27
  • 1
  • 9

1 Answers1

0

The plugin.yml gets put into the .jar. If you opened the .jar up with something like winrar you can access the file.

Matster2
  • 137
  • 1
  • 14