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????
Asked
Active
Viewed 418 times
1 Answers
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
-
But I want to "open" it via a jar file to access the information inside this plugin.yml – RicheeNektar Jun 17 '17 at 13:59