#Open Source Plugins

1 messages · Page 1 of 1 (latest)

hot sedge
#

I have a doubt regarding the "Open source" plugins, for example, some of these "open source" plugins do not come to be downloaded directly in .jar mode, instead, what they give you is a .zip file, I would like know how to make that .zip file become a plugin .jar usable for servers

rugged herald
#

That really depends on every plugin. It depends what build tool they use, if they even use one, it depends what dependencies they have, etc

hot sedge
#

Could you help me with an example please? something like this plugin, I'm not really going to use it, but I would like you to give me an example of this, I really don't know anything about compiling plugins and stuff
qwq
https://github.com/ODINN555/MCCustomCreation

#

How could I convert it to a .jar file to use as a plugin?

#

(if you want, you can put your own example with another plugin, I have no problems)

hoary tangle
hot sedge
#

what tools should i use? Program? the minecraft server? sorry, like i said, i really don't know anything about this

hoary tangle
#

Tools would mostly be maven or gradle, which are used to build the jar. In the example you gave is maven used.

#

I recommend googling "How to build a Jar" or something similar to learn the basics of using maven/gradle to build jar files.
Tho usually, you shouldn't bother with such stuff unless you're a developer yourself.