#do you guys know where PacketPlayOutPlayerInfo maven's dependency is from?
1 messages · Page 1 of 1 (latest)
wait
i know buildtools but what directory do i need to install it?
in my plugin?
i installed buildtools from a spigot forum but i need to select a directory to where to install it? i need to select my plugin's directory?
No
Just run it and it’ll be installed in your maven local
You can just run it in an empty folder
@olive heath i still can't access PacketPlayOutPlayerInfo and i ran buildtools, it downloaded a jar file (sorry if im not that expert but im new to spigot development)
last question lol, do i need to change any of the things in the build section of the pom.xml maven file?
i changed only the dependencies section
Shouldn’t have to
"Could not find artifact org.spigotmc
pom:1.20.4-R0.1-SNAPSHOT in spigotmc-repo" ugh
It’s in mavenLocal
where do i put the "bundler" folder after running "java -jar BuildTools.jar --rev 1.20.4 --remapped"
sorry for being stupid
Nowhere
Also you shouldn’t have :pom: in the dependency
Idk if that’s just maven adding that?
how can i fix that
Anyway did you run buildtools with the remapped flag?
didn't add anything
ye just like this? "java -jar BuildTools.jar --rev 1.20.4 --remapped"
Yeah that should be good
i have a file named bundler
Does your pom match the one from the guide
i mean a folder
i mean the <build> no
Show your entire pom
ima do a pastebin wait
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
You need to add the special source plugin to your build
Also remove the 1.21 spigot dependency
k wait
this? <dependency>
<groupId>net.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
<version>2.0.3</version>
</dependency>
?nms
Follow the guide
im literally following the guide but it can't find the artifact, maybe the repository is wrong (is not shown in the guide)
yes the repository is wrong
is not shown in the guide, what repo do i need to put, i have currently <repository>
<id>spigotmc-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
It's in your maven local