Enzias / EasyDuels

EasyDuels is an open-source and free plugin for spigot servers, offering a new 1v1 system for your server.
https://www.spigotmc.org/resources/%E2%9A%94%EF%B8%8Feasyduels%E2%9A%94%EF%B8%8F-a-complete-1v1-system-1-12-x-1-16-x.83031/
GNU General Public License v3.0
5 stars 3 forks source link

Use Maven (or gradle, etc) to manage project dependencies #12

Open ms5984 opened 3 years ago

ms5984 commented 3 years ago

I would like load this project locally; without maven's pom.xml I cannot tell for sure what dependencies the project is built against. If this is not possible, may you provide such information manually?

Enzias commented 3 years ago

Hello you can find all dependencies of the plugin in the plugin.yml file ^^

ms5984 commented 3 years ago

Fair enough. To clarify, Maven manages dependencies required for building the project. So perhaps you've the spigot-api and VaultAPI jars as well as their versions. Otherwise I can't necessarily build your project.

Enzias commented 3 years ago

Ohh okay ^^' As you can see I don't use these dependencies manager and I don't know how to use them so for the moment that won't be possible but I'll try this later. Therefore, if you need to download the plugin you can find it on the spigot page and that will support me a lot ^^ Do not hesitate to send me a message on Discord if you have any issue though ;)

ms5984 commented 3 years ago

Noted. if you could leave this issue open for me till then, that's fine. I'll test out the release, thanks!