#Want to make it easier to follow this chain of 5 replies? Create Thread
1 messages · Page 1 of 1 (latest)
how exactly can I do that?
i'm looking at my .m2 folder, but I can't find bukkit nor craftbukkit anywhere
<project>
[...]
<repositories>
[...]
<!-- Bukkit can be found at the following repository -->
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public/</url>
</repository>
</repositories>
[...]
<dependencies>
[...]
<!-- Dependency information -->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<scope>provided</scope>
<!-- Bukkit API Version, change if necessary -->
<version>1.6.4-R2.0</version>
</dependency>
</dependencies>
[...]
</project>
alr thanks
working?
codeblock xml <project> [...] <repositories> [...] <!-- Bukkit can be found at the following repository --> <repository> <id>bukkit-repo</id> <url>http://repo.bukkit.org/content/groups/public/</url> </repository> </repositories> [...] <dependencies> [...] <!-- Dependency information --> <dependency> <groupId>org.bukkit</groupId> <artifactId>bukkit</artifactId> <scope>provided</scope> <!-- Bukkit API Version, change if necessary --> <version>1.6.4-R2.0</version> </dependency> </dependencies> [...] </project>
adding it rn
but you will need to change the version from bukkit