Vehicles

所属分类:自动驾驶
开发工具:PHP
文件大小:0KB
下载次数:0
上传日期:2023-06-08 19:12:13
上 传 者sh-1993
说明:  [WIP|Pre-Release]一个PocketMine MP插件,可将车辆带到您的服务器!,
([WIP | Pre-Release] A PocketMine-MP plugin that brings vehicles to your server !,)

文件列表:
.poggit.yml (85, 2021-10-24)
CODE_OF_CONDUCT.md (3349, 2021-10-24)
LICENSE (10297, 2021-10-24)
composer.json (111, 2021-10-24)
composer.lock (24108, 2021-10-24)
icon.png (12294, 2021-10-24)
phpstan.neon (181, 2021-10-24)
plugin.yml (1286, 2021-10-24)
resources/ (0, 2021-10-24)
resources/Designs/ (0, 2021-10-24)
resources/Designs/BasicCar.json (129427, 2021-10-24)
resources/Designs/BasicCar_Geometry.json (9553, 2021-10-24)
resources/Designs/Design_Manifest.json (86, 2021-10-24)
resources/Vehicles/ (0, 2021-10-24)
resources/Vehicles/BasicCar.json (389, 2021-10-24)
resources/skeleton.json (356, 2021-10-24)
src/ (0, 2021-10-24)
src/JaxkDev/ (0, 2021-10-24)
src/JaxkDev/Vehicles/ (0, 2021-10-24)
src/JaxkDev/Vehicles/Exceptions/ (0, 2021-10-24)
src/JaxkDev/Vehicles/Exceptions/DesignException.php (134, 2021-10-24)
src/JaxkDev/Vehicles/Exceptions/VehicleException.php (135, 2021-10-24)
src/JaxkDev/Vehicles/Factory.php (13859, 2021-10-24)
src/JaxkDev/Vehicles/Handlers/ (0, 2021-10-24)
src/JaxkDev/Vehicles/Handlers/CommandHandler.php (4114, 2021-10-24)
src/JaxkDev/Vehicles/Handlers/EventHandler.php (7593, 2021-10-24)
src/JaxkDev/Vehicles/Main.php (2883, 2021-10-24)
src/JaxkDev/Vehicles/Vehicle.php (6552, 2021-10-24)
src/JaxkDev/Vehicles/VehicleBase.php (8695, 2021-10-24)

# Vehicles [WIP] A [PocketMine-MP](https://github.com/pmmp/PocketMine-MP) plugin that brings vehicles to your server, made by [JaxkDev](https://github.com/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.

近期下载者

相关文件


收藏者