SBDevelopment
Search…
English
Homepage
ThemePark(Plus)
Setup
Setup of the Panels
Usage
Permissions
FAQ
Upgrading the Panels
ParkPlusMC
ParkPlusMC Wiki
VehiclesPlus
VehiclePlus
Setup
Configuration
Commands
Permissions
FAQ
VehiclesPlus (Customizing)
Adding new vehicles
Adding new rims
Adding new fuel
Spawning vehicle parts
ActionFoto
Setup
Usage
Permissions
FAQ
ThemePark Ridecount Add-on
Setup
Usage
Permissions
FAQ
For developers
Maven repo
Javadocs
Examples
Powered By
GitBook
Adding new rims
A tutorial on how to create new rims.
1.
Go into the rims folder and copy the Default.yml
2.
Rename the newly copied file to the new rim you want to make
3.
Open the newly created file, it should look something like this:
1
className
:
me.legofreak107.vehiclesplus.vehicles.objects.rims.RimDesign
2
skin
:
3
==
:
org.bukkit.inventory.ItemStack
4
type
:
LEATHER_CHESTPLATE
5
damage
:
2
6
meta
:
7
==
:
ItemMeta
8
meta-type
:
LEATHER_ARMOR
9
Unbreakable
:
true
10
price
:
1000.0
11
name
:
default
Copied!
4. Edit the values in this file to match your desired rim design. 5. Reload the plugin using
/v reload
VehiclesPlus (Customizing) - Previous
Adding new vehicles
Next - VehiclesPlus (Customizing)
Adding new fuel
Last modified
10mo ago
Copy link
Edit on GitHub