Create Pet
# Create Pet
All pet configurations are in the pets folder, you can create multiple yml files
# Pet Configuration
# Pet configuration file
# Pet key, must be unique
pet1:
# Pet display name
name: "&aPet 1"
# Pet type, supports: PLAYER_HEAD, PLAYER_BODY, ARMOR_STAND
type: PLAYER_HEAD
# Pet model, supports: PLAYER_HEAD, PLAYER_BODY, ARMOR_STAND
model: PLAYER_HEAD
# Pet texture, supports: base64, url, player name
texture: "base64"
# Pet size, supports: 0.1-10.0
size: 1.0
# Pet position, supports: HEAD, SHOULDER_LEFT, SHOULDER_RIGHT, HAND_LEFT, HAND_RIGHT, FEET_LEFT, FEET_RIGHT
position: SHOULDER_LEFT
# Pet rotation, supports: 0-360
rotation: 0
# Pet offset, supports: x, y, z
offset:
x: 0
y: 0
z: 0
# Pet ability, supports: ability1, ability2, ability3
ability: ability1
# Pet attribute, supports: attribute1, attribute2, attribute3
attribute: attribute1
# Pet held item, supports: weapon1, weapon2, weapon3
weapon: weapon1
# Pet equipment, supports: equipment1, equipment2, equipment3
equipment: equipment1
# Pet price, supports: 0-999999
price: 100
# Pet currency, supports: coin, point, money
currency: coin
# Pet level, supports: 1-100
level: 1
# Pet max level, supports: 1-100
maxLevel: 100
# Pet upgrade price, supports: 0-999999
upPrice: 100
# Pet upgrade currency, supports: coin, point, money
upCurrency: coin
# Pet upgrade type, supports: level, ability, attribute, weapon, equipment
upType: level
# Pet upgrade value, supports: 1-100
upValue: 1
# Pet upgrade max, supports: 1-100
upMax: 100
# Pet upgrade min, supports: 1-100
upMin: 1
# Pet upgrade step, supports: 1-100
upStep: 1
# Pet upgrade formula, supports: linear, exponential, logarithmic
upFormula: linear
# Pet upgrade cost, supports: 0-999999
upCost: 100
# Pet upgrade currency, supports: coin, point, money
upCurrency: coin
# Pet Types
| Type | Description |
|---|---|
| PLAYER_HEAD | Player head model |
| PLAYER_BODY | Player body model |
| ARMOR_STAND | Armor stand model |
# Pet Positions
| Position | Description |
|---|---|
| HEAD | Above player's head |
| SHOULDER_LEFT | Left shoulder |
| SHOULDER_RIGHT | Right shoulder |
| HAND_LEFT | Left hand |
| HAND_RIGHT | Right hand |
| FEET_LEFT | Left foot |
| FEET_RIGHT | Right foot |