HomeJavaModsPetWands
PetWands
ModsJava

PetWands

a try to make best Inventory pet plugin

⬇ Download on HangarOpen in MCModsHubGet it on Google Play →
Its a try to make the best Inventory pet plugin info:- I will only continue this plugin if it gets enough attention & is useful (in case there is another good plugin came) # ***Features*** * No lag * easy to use * good for survival, mini-games * 9 types of pets adding more on the way * configurable every single part # ***Commands*** /PetWands (opens GUI to see recipes) ***Pets List*** - xppet - sheeppet - batpet - golempet - tntpet - fishpet - rabbitpet - blazepet - technopet you can suggest if needed # ***Installation*** - download the plugin from the spigot page - then put it in the plugins folder - restart - enjoy # ***Donators*** - MCbasement - $50 # ***Disclaimer*** you are welcome to suggest any changes more features are on the way Please leave a good review have any problems please come to the discussion section of the plugin no problem will be solved in review. also if you like my work consider donating default config default config ```yaml xppet: name: '&6XpPet' lore: - 'Right click to get Xp' - 'like to eat diamonds block' - 'feeding cost is 10' a: 'OAK_LOG' b: 'GLASS' c: 'EXPERIENCE_BOTTLE' recipe: - aaa - bcb - bbb food: 'DIAMOND_BLOCK' foodamount: 1 xp: 10 eco: 10 message: '&cyou xp pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 sheeppet: name: '&6sheeppet' lore: - 'Right click to get feather falling' - 'like to eat iron block' - 'feeding cost is 10' a: 'IRON_BLOCK' b: 'BLACK_WOOL' c: 'FEATHER' recipe: - aaa - bca - aaa food: 'IRON_BLOCK' foodamount: 2 effect: 'SLOW_FALLING' duration: 3600 amplifier: 2 eco: 10 message: '&cyou sheep pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 batpet: name: '&6batpet' lore: - 'Right click to get Night Vision' - 'like to eat Coal block' - 'feeding cost is 10' a: 'COAL_BLOCK' b: 'PINK_WOOL' c: 'LAPIS_BLOCK' recipe: - aca - aaa - zbz food: 'COAL_BLOCK' foodamount: 2 effect: 'NIGHT_VISION' duration: 3600 amplifier: 2 eco: 10 message: '&cyou bat pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 golempet: name: '&6golempet' lore: - 'Right click to get hearts' - 'like to eat Coal block' - 'feeding cost is 10' a: 'CARVED_PUMPKIN' b: 'REDSTONE_BLOCK' c: 'IRON_BLOCK' recipe: - zaz - cbc - cbc food: 'COAL_BLOCK' foodamount: 2 heartnum: 30 heartbackcooldown: 200 #10 sec heartback: 20 #normal player health eco: 10 message: '&cyou golem pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 tntpet: name: '&6tntpet' lore: - 'Right click to get tnt' - 'like to eat tnt' - 'feeding cost is 10' a: 'TNT' b: 'GLASS' c: 'GUNPOWDER' recipe: - bcb - cac - bcb food: 'TNT' foodamount: 2 power: 5 effect: 'DAMAGE_RESISTANCE' duration: 50 amplifier: 7 eco: 10 message: '&cyou tnt pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 fishpet: name: '&6fishpet' lore: - 'Right click to get water breathing' - 'like to eat cod fish' - 'feeding cost is 10' a: 'COD' b: 'SALMON' c: 'PUFFERFISH' recipe: - aaa - aca - bbb food: 'COD' foodamount: 2 eco: 10 effect: 'WATER_BREATHING' duration: 200 amplifier: 2 message: '&cyou fish pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 rabbitpet: name: '&6rabbitpet' lore: - 'Right click to get jump boost' - 'like to eat obsidian' - 'feeding cost is 10' a: 'RABBIT_FOOT' b: 'RABBIT_STEW' c: 'OBSIDIAN' recipe: - ccc - cbc - cac food: 'OBSIDIAN' foodamount: 2 effect: 'JUMP' duration: 200 amplifier: 2 eco: 10 message: '&cyou rabbit pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 enderpet: name: '&6enderpet' lore: - 'Right click to open enderchest' - 'like to eat OBSIDIAN' - 'feeding cost is 10' c: 'OBSIDIAN' b: 'END_CRYSTAL' a: 'OAK_BUTTON' recipe: - ccc - cbc - cac food: 'OBSIDIAN' foodamount: 1 eco: 10 message: '&cyou craft pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 blazepet: name: '&6blazepet' lore: - 'Right click to get raid of fire' - 'like to eat MAGMA_CREAM' - 'feeding cost is 10' a: 'BLAZE_ROD' b: 'MAGMA_CREAM' c: 'BLACK_WOOL' recipe: - ccc - cbc - cac food: 'MAGMA_CREAM' foodamount: 2 effect: 'FIRE_RESISTANCE' duration: 200 amplifier: 2 eco: 10 message: '&cyou blaze pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 technopet: name: '&6technopet' lore: - 'Right click to get Strength' - 'like to eat emerald_block' - 'feeding cost is 10' a: 'AIR' b: 'EMERALD_BLOCK' c: 'GOLD_BLOCK' recipe: - cac - bcb - ccc food: 'EMERALD_BLOCK' foodamount: 2 effect: 'INCREASE_DAMAGE' duration: 200 amplifier: 2 eco: 10 message: '&cyou techno pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 ghastpet: name: '&6ghastpet' lore: - 'Right click to shoot fireball' - 'like to eat blaze rod' - 'feeding cost is 10' a: 'AIR' b: 'REDSTONE_BLOCK' c: 'WHITE_WOOL' recipe: - cac - bcb - ccc food: 'BLAZE_ROD' foodamount: 2 eco: 10 message: '&cyou ghast pet is tired try in 10 sec' #10sec in ticks is 200 time: 200 ``` ![https://user-images.githubusercontent.com/74851280/178142512-4d86ffb3-38bb-45a1-a202-96bda58b22f2.png](https://user-images.githubusercontent.com/74851280/178142512-4d86ffb3-38bb-45a1-a202-96bda58b22f2.png) Thank You For 100 Downloads ✅

PetWands is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.13.1, 1.13.2, 1.14 and newer. Downloaded 29 times (via Hangar). Download it and open it directly in the game.

Explore more