https://github.com/trollhunters501/minecartfunnk
Adds very fun minecarts to Minecraft Nukkit!
https://github.com/trollhunters501/minecartfunnk
Last synced: 3 months ago
JSON representation
Adds very fun minecarts to Minecraft Nukkit!
- Host: GitHub
- URL: https://github.com/trollhunters501/minecartfunnk
- Owner: Trollhunters501
- License: mit
- Created: 2024-08-20T18:49:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T18:46:05.000Z (9 months ago)
- Last Synced: 2025-01-10T17:53:52.775Z (4 months ago)
- Language: Java
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MinecartFunNK
Adds very fun minecarts to Minecraft Nukkit!This plugin adds minecarts that can move without tracks!
To spawn use the command:
```
/summon MinecartFun
```
## For Programmers:
use this plugin as a libraryTo get the entity the class is "org.CreadoresProgram.MinecartFunNK.entitys.EntityMinecartEmptyFun"
#### Maven:
the command to use the library:
```
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=foldersWhereIsTheJar/MinecartFunNK-1.0.0.jar
```
To use in maven:
```xmlorg.creadoresprogram
MinecartFunNK
1.0.0
provided```
# Credits:
Original code: https://github.com/iTXTech/Genisys/blob/0.15.0/src/pocketmine/entity/Minecart.php