MinecartFunNK

Experimental MinecartFunNK 1.0.1

Compatible API Versions
1.0.0 and higher
Sourcecode
https://github.com/Trollhunters501/MinecartFunNK
Contributors
Creadores Program
MinecartFunNK
Adds very fun minecarts to Minecraft Nukkit!

This plugin adds minecarts that can move without tracks!

To spawn use the command:

/summon MinecartFun <playername>


For Programmers:
use this plugin as a library

To get the entity the class is "org.CreadoresProgram.MinecartFunNK.entitys.EntityMinecartEmptyFun"

Maven:
the command to use the library:
Code:
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=foldersWhereIsTheJar/MinecartFunNK-1.0.0.jar
To use in maven:
XML:
<dependency>
<groupId>org.creadoresprogram</groupId>
<artifactId>MinecartFunNK</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
Credits:
Original code: https://github.com/iTXTech/Genisys/blob/0.15.0/src/pocketmine/entity/Minecart.php
Author
Trollhunters501
Downloads
70
Views
181
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Trollhunters501

Latest updates

  1. Fix Bug

    Fixed The bug of climbing walls infinitely
Top