The Transport-Pipes plugin adds several pipes into Minecraft. At the moment there are colored pipes, golden pipes, iron pipes, extraction pipes, void pipes and ice pipes. Similar to the BuildCraft mod, these pipes can transport any kind of item.
To download release versions, visit https://github.com/BlackBeltPanda/Transport-Pipes/releases.
For more detailed information read the TransportPipes wiki:
For issueing bugs and suggestions you can either use the following Discord server: https://discord.gg/wPKCAX5 or write a new issue here on GitHub.
If you want to have access to snapshot versions of this plugin, visit the following jenkins page: https://ci.codemc.org/job/BlackBeltPanda/job/TransportPipes/.
You can also add TransportPipes as a Maven dependency:
<repositories>
<repository>
<id>codemc-repo</id>
<url>http://repo.codemc.org/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>de.robotricker</groupId>
<artifactId>transportpipes</artifactId>
<version>5.4.0</version>
</dependency>
</dependencies>
Updated and maintained by BlackBeltPanda - https://www.spigotmc.org/members/blackbeltpanda.8320/ Originally made by RoboTricker - https://www.spigotmc.org/members/robotricker.126658/