pom.xml Update maven-checkstyle-plugin Feb 8, 2025 Repository files navigation README License BungeeCordLayer 7 proxy designed to link Minecraft servers.BungeeCord is a sophisticated proxy and API designed mainly to teleport players between multiple Minecraft servers. It is the latest incarnation of si...
BungeeCord auto sync with upstream, except that (only) the proxy module is exposed - BungeeCord/pom.xml at master · GeyserMC/BungeeCord
dependencies { compileOnly'io.github.waterfallmc:waterfall-api:1.20-R0.3-SNAPSHOT'} How To (Compiling From Source) To compile Waterfall, you need JDK8, git, bash, maven, and an internet connection. Clone this repo, run./waterfall bfrombash, get jar from Waterfall-Proxy/bootstrap/target/ ...
plugins { id 'io.github.goooler.shadow' version '8.1.7' } dependencies { implementation project(':spark-common') implementation 'net.kyori:adventure-platform-bungeecord:4.3.1' compileOnly 'net.md-5:bungeecord-api:1.16-R0.4' } processResources { from(sourceSets.main.resources.srcDirs) { expa...
Maven <repositories> <repository> <id>inventive-repo</id> <url>https://repo.inventivetalent.org/content/groups/public/</url> </repository> </repositories> <dependencies> <dependency> <groupId>org.inventivetalent.spiget-update</groupId> <artifactId>bukkit|bungee</artifactId> <version>VERSION</...
Also to get a copy of this project thats been built. Just go to my jenkinshttps://popicraft.net/jenkins/job/Bungeecord%201.7.10%20Patch/downloads should exist. If you want to build it yourself use maven and run mvn clean install
build.xml # maven target/ dependency-reduced-pom.xml # vim .*.sw[a-p] # various other potential build files build/ bin/ dist/ manifest.mf # Mac filesystem dust .DS_Store/ # intellij *.iml *.ipr *.iws .idea/ # other files *.log* # delombok */src/main/lombok 1 2 3 4 5 ...
maven-plugin</artifactId> <version>1.3</version> <!-- There is 2.0, but it seems broken --> <configuration> git:${project.name}:${project.version}: :${build.number} </configuration> <executions> <execution> <phase>initialize</phase> <goals> <goal>gitdescribe</goal> </goals> </exec...