All Projects → JaxkDev → Vehicles

JaxkDev / Vehicles

Licence: osl-3.0
[WIP | Pre-Release] A PocketMine-MP plugin that brings vehicles to your server !

Labels

Projects that are alternatives of or similar to Vehicles

Pojavlauncher
A Minecraft: Java Edition Launcher for Android based on Boardwalk. Note that v2 will not able to run Minecraft 1.12+.
Stars: ✭ 600 (+3429.41%)
Mutual labels:  minecraft
Nukkit
Nukkit is a Nuclear-Powered Server Software For Minecraft: Pocket Edition
Stars: ✭ 759 (+4364.71%)
Mutual labels:  minecraft
Antilaby
AntiLaby plug-in for Bukkit
Stars: ✭ 6 (-64.71%)
Mutual labels:  minecraft
Lithium Fabric
A Fabric mod designed to improve the general performance of Minecraft without breaking things
Stars: ✭ 628 (+3594.12%)
Mutual labels:  minecraft
Equivalent Exchange 3
Stars: ✭ 727 (+4176.47%)
Mutual labels:  minecraft
Mcaselector
A tool to select chunks from Minecraft worlds for deletion or export.
Stars: ✭ 798 (+4594.12%)
Mutual labels:  minecraft
Web Minecraft
Minecraft client written in Javascript
Stars: ✭ 581 (+3317.65%)
Mutual labels:  minecraft
Nodemc
Meta repository for information on the project as a whole
Stars: ✭ 16 (-5.88%)
Mutual labels:  minecraft
Mcinabox
MCinaBox - A Minecraft: Java Edition Launcher for Android. An Encapsulation of [CosineMath's BoatApp](https://github.com/AOF-Dev/BoatApp).
Stars: ✭ 743 (+4270.59%)
Mutual labels:  minecraft
Spigot Js
Play with Nashorn and Spigot at the same time.
Stars: ✭ 6 (-64.71%)
Mutual labels:  minecraft
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+3694.12%)
Mutual labels:  minecraft
Minet
A (not so) basic Minecraft Pocket Edition server written in C#
Stars: ✭ 706 (+4052.94%)
Mutual labels:  minecraft
Zeps Gui
L'interface d'un outil de calcul d'itinéraires, principalement utilisé pour se repérer dans le Netherrail de Zcraft. Nécessite https://github.com/zDevelopers/ZePS-Core .
Stars: ✭ 5 (-70.59%)
Mutual labels:  minecraft
Nova Renderer
Nova Renderer, a custom cross platform render engine written in C++
Stars: ✭ 619 (+3541.18%)
Mutual labels:  minecraft
Mcsmanager
轻量级,开箱即用,多实例和支持 Docker 的 Minecraft 服务端管理面板
Stars: ✭ 829 (+4776.47%)
Mutual labels:  minecraft
Pufferpanel
PufferPanel is an open source game server management panel, designed for both small networks and game server providers.
Stars: ✭ 609 (+3482.35%)
Mutual labels:  minecraft
Nukkit
Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
Stars: ✭ 776 (+4464.71%)
Mutual labels:  minecraft
Magistics
Logistical magic!
Stars: ✭ 16 (-5.88%)
Mutual labels:  minecraft
Ships 2ndgen
Ships 5+ source code
Stars: ✭ 6 (-64.71%)
Mutual labels:  minecraft
Applied Energistics 2
A Minecraft Mod about Matter, Energy and using them to conquer the world..
Stars: ✭ 827 (+4764.71%)
Mutual labels:  minecraft

Vehicles

[WIP] A PocketMine-MP plugin that brings vehicles to your server, made by JaxkDev

Default Vehicles:

  • Basic-Car

NOTICE !

This is a experimental plugin and is not for performance and 100% not the best way to do such plugin but this is great experience for myself.

For Developers

Feel free to add custom vehicle classes in another plugin to customise it even more (only so much you can do in a config) or implement your own system on top of the current logic.

Vehicle NBT Structure (not including base entity data):

CompoundTag EntityNBT
 - vehicle(int) (Vehicle Version)
 - VehicleData(CompundTag)
   - type(int)
   - name(string)
   - design(string)
   - gravity(float)
   - scale(float)
   - baseOffset(float)
   - forwardSpeeed(float)
   - backwardSpeed(float)
   - leftSpeed(float)
   - rightSpeed(float)
   - bbox(ListTag)
     - x(float)
     - y(float)
     - z(float)
     - x2(float)
     - y2(float)
     - z2(float)
   - driverSeat(ListTag)
     - x(float)
     - y(float)
     - z(float)
   - passengerSeats(ListTag)
     - (ListTag) x How many seats there are
       - x(float)
       - y(float)
       - z(float)

Events will be added in the near future.

License:

Code provided is licensed under the Open Software License ("OSL") v. 3.0 The default resource's license can be found in the resources folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].