ModsJava
MyPetEquipment
Description & About MyPetEquipment is the addon for mypet , give mypet a equipment gui. (Non-offically) Features Work with mypet equipment Custom remove…
⬇ Download on SpigotDescription & About
MyPetEquipment is the addon for mypet , give mypet a equipment gui. (Non-offically)
Features
- Work with mypet equipment
- Custom remove equipment tools
- Custom Equipment GUI design
- Custom Item Setting for Pets
- Lore Effects on Mypet Equipment (Current Damage and Armor)
- Custom Permission
Commands
- /peteq - Enter / Quit equipment mode
- /peteq gui - Open mypet Equipment GUI
- /peteq remover - Get Remover Tools
- Damage and Armor (format can be set in config)
Spoiler: config.yml
config:
# Visual Equip (Only can be true for now)
override_mypet_equip: true
# the regex will be (format|\\s|[+])
lore:
damage:
format: 'Pet Damage'
armor:
format: 'Pet Armor'
# for removing all item from pets
tools:
remove_eq_tools:
id: 359
name: '&ePetItem Remover'
lore:
- '&eLore'
durability: 0
# Permission
permission:
peteq-remover: 'mypeteq.command.remover'
peteq: 'mypeteq.command.peteq'
peteqgui: 'mypeteq.command.peteqgui'
# gui design for /peteq gui
# type = useless , weapon , offhand , helmet , chestplate , leggings, shoes, petinfo
# if weapon doesn't exists he will display the default u set at bottom.
gui:
row: 1
0:
id: 1
lore:
- '&aName - &f%name'
- '&aOwner - &f%owner'
- '&aHP - &f%hp &b/ %maxhp'
- '&aDamage - &f%dmg &b/ &f%rangedmg'
- '&aLevel - &f%level'
- '&aExp - &f%exp &b/ &f%reqexp'
- '&aHunger - &f%hunger'
- '&aSkillTree - &f%skilltree'
durability: 0
type: 'petinfo'
1,8:
id: 1
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'useless'
2:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'weapon'
3:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'offhand'
4:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'helmet'
5:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'chestplate'
6:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'leggings'
7:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'shoes'
# item that can be use as pet item (just use the IDs)
items:
weapon:
- 267
- 268
- 272
- 276
- 283
- 261
offhand:
- 267
- 268
- 272
- 276
- 283
- 261
helmet:
- 298
- 302
- 306
- 310
- 314
chestplate:
- 299
- 303
- 307
- 311
- 315
leggings:
- 300
- 304
- 308
- 312
- 316
shoes:
- 301
- 305
- 309
- 313
- 317
ScreenShot
Code (Text):
config:
# Visual Equip (Only can be true for now)
override_mypet_equip: true
# the regex will be (format|\\s|[+])
lore:
damage:
format: 'Pet Damage'
armor:
format: 'Pet Armor'
# for removing all item from pets
tools:
remove_eq_tools:
id: 359
name: '&ePetItem Remover'
lore:
- '&eLore'
durability: 0
# Permission
permission:
peteq-remover: 'mypeteq.command.remover'
peteq: 'mypeteq.command.peteq'
peteqgui: 'mypeteq.command.peteqgui'
# gui design for /peteq gui
# type = useless , weapon , offhand , helmet , chestplate , leggings, shoes, petinfo
# if weapon doesn't exists he will display the default u set at bottom.
gui:
row: 1
0:
id: 1
lore:
- '&aName - &f%name'
- '&aOwner - &f%owner'
- '&aHP - &f%hp &b/ %maxhp'
- '&aDamage - &f%dmg &b/ &f%rangedmg'
- '&aLevel - &f%level'
- '&aExp - &f%exp &b/ &f%reqexp'
- '&aHunger - &f%hunger'
- '&aSkillTree - &f%skilltree'
durability: 0
type: 'petinfo'
1,8:
id: 1
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'useless'
2:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'weapon'
3:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'offhand'
4:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'helmet'
5:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'chestplate'
6:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'leggings'
7:
id: 276
name: 'GLASS'
lore:
- 'GLASS'
durability: 0
type: 'shoes'
# item that can be use as pet item (just use the IDs)
items:
weapon:
- 267
- 268
- 272
- 276
- 283
- 261
offhand:
- 267
- 268
- 272
- 276
- 283
- 261
helmet:
- 298
- 302
- 306
- 310
- 314
chestplate:
- 299
- 303
- 307
- 311
- 315
leggings:
- 300
- 304
- 308
- 312
- 316
shoes:
- 301
- 305
- 309
- 313
- 317
API
https://github.com/Oskang09/MyPetEquipment/wiki
To-Do
- Lore Check System when equip and unequip not in MypetDamageEvent.
- PM
- Discussion
- Discord - Oskang09#4170
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.11
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
MyPetEquipment is a free Minecraft Java mod. Compatible with Minecraft 1.11. Downloaded 843 times (via Spigot). Download it and open it directly in the game.