Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - There is not a library. #14

Closed
portlek opened this issue Jan 27, 2020 · 3 comments
Closed

[FEATURE] - There is not a library. #14

portlek opened this issue Jan 27, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@portlek
Copy link
Contributor

portlek commented Jan 27, 2020

Description
There should be a pom.xml(maven project) for adding libraries automatically. Because we have to add external .jar file to the project and this situation cause little problem for people who're contributing to the project.

@portlek portlek added the enhancement New feature or request label Jan 27, 2020
@CryptoMorin
Copy link
Owner

The only library is Bukkit tho. You should import the Bukkit/Spigot Jar itself not from maven.
Even if I gave you the pom file you still need to import Spigot for mojang authlib.

@portlek
Copy link
Contributor Author

portlek commented Jan 27, 2020

There is

<repository>
    <id>nms-repo</id>
    <url>https://repo.codemc.org/repository/nms/</url>
</repository>
<dependency>
    <groupId>org.spigotmc</groupId>
    <artifactId>spigot</artifactId>
    <version>1.15-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

codemc gives us spigot jar with authlib.

@CryptoMorin
Copy link
Owner

I only use the original Spigot repository.

@portlek portlek closed this as completed Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants