Join the discord for help and to stay up to date!
Introduction: This plugin is based on the Minecraft Forge Mod Morph created by IChun, You can transform into almost everything you kill and use the abilities that they have.
Abilities: - Bats, Ghast and Blazes can fly
- Creepers explode when the die, or when triggered
- Dolphins, drowned, fish, phantoms and turtles can swim underwater
- Enderdragon throws fireballs
- Endermen can teleport
- Evokers use their trap ability
- Ghasts and blazes can shoot fireballs
- Giants throw players
- Horses and Ocelots have speed
- Iron golems have strength
- Llamas can spit
- Pigmen have speed
- Pufferfish can poison players and mobs in a 7 block radius
- Rabbits have jump boost
- Slimes have jump boost
- Snowmen can throw snowballs
- Snowmen place snow wherever they walk
- Spiders can climb walls
- Spiders can throw webs
- Squids and Guardians have water breathing
- Zombies can eat their own flesh without getting poisoned
- And much more!
Most abilities are used by Shift+Clicking. These abilities can be disabled in the config if needed, or if the player desires they can use "/morph toggle" to enable/disable shift clicking abilities.
There is a settings section in the GUI that allows players to disable their own sounds, abilities, and choose if they want to see their own morph. All abilities that are manually triggered can be used by sneaking and pressing left click. To make your morph make a sound you can hold sneak for 2 seconds.
Videos
Installation/How to use: This plugin requires LibsDisguises and ProtocolLib. After you have all the required plugins and put the Morph plugin in your plugin folder all you need to do is kill any mob and type /morph (mob) to morph into it.
Configuration:
Code (YAML):
#Do you want a sound/particle effect to be played when a player morphs morph-sound: true
morph-particle: true
#Do you want a sound/particle effect to be played when a player unmorphs unmorph-sound: true
unmorph-particle: true
#Allow morphing into players? (Possibly buggy) enable-players: false
#Should players be able to see their own disguise? viewSelfDisguise: true
#Should players be able to change if they view their disguises? canChangeView: true
#When morphed as a mob do any other mobs ignore you ignoreMobsWhenMorphed: true
#What worlds do you want this plugin enabled in? #use <all> to enable in all worlds enabled-worlds: -
"<all>" -
"world" -
"world_nether" -
"world_the_end"
#Reset all of the players morphs when they die death-reset-all: false
#Reset only the morph they died as death-reset-current: true
#When a player kills a morphed player, should they get the morph? steal-morphs: true
#Enable morph power for flying morph-power: true
#How fast morph power is used per second of flying morphPower-use: 1
#How fast morph power is regained per second of not flying morphPower-regain: 1
#The radius /morph near looks at near-radius: 10
#Hand swap menu status swapMenu: true
#Only open the menu when there is nothing in the players main hand? onlyIfEmptyHand: false
#Disable the /morph GUI? Not usually needed disableGUI: false
#Changing death messages if the killer is morphed #Available placeholders are: #{victim} {killer} {killerMob} {world} overrideDeathMessage: true
randomMessage: false
creeperDeathMessage: false
deathMessages: -
"{killer} killed {victim} while morphed as a {killerMob}" -
"{victim} was killed by a {killerMob}" morphItem:
type: BLAZE_ROD
data: 0
name: "&aMorph Menu" lore: -
"&5Click to open the morph menu" dropItem: false
giveOnJoin: false
slot: 0
disableHealthSystem: false
checkForUpdates: true
debug: false
stats: true
Code (YAML):
#Abilities Configuration # #enabled can be used to enable or disable a mob #health is how much health the mob will have while morphed - This ONLY works if disableHealthSystem is false in config.yml #requiredKills is how many times players need to kill a mob to get the morph #morph-time is how long you can stay morphed as a certain mob - set to 0 to disable #morph-cooldown is how often you can morph back into the mob after unmorphing from that particular mob - set to 0 to disable #ability-cooldown is the cooldown on the given ability of the mob - set to 0 to disable
Commands and Permissions: /morph help: Displays this help screen - morph.morph /morph info <mob>: Shows the abilities that a particular morph has /morph <mob>: Morphs you into the given mob - morph.morph
/morph toggle: Enabled/Disables the players abilities - morph.toggle
/morph view [true/false]: Sets if the player can see their own disguise (Must be enabled in the config) - morph.view
/unmorph <all: player>: Morph back to yourself - morph.morph
/morph status: Displays what you are morphed as - morph.morph
/morph near: Shows if there is a player nearby morphed - morph.morph
/addmorph <player> <mob>: Add a morph to the given player - morph.morph.modify
/delmorph <player> <mob>: Remove a morph from the given player - morph.morph.modify
- morph.morph - Allows players to use the /morph command
- morph.* - For all commands
- morph.changeview - Allows the player to use /morph view
- morph.toggle - Allows players to use /morph toggle
- morph.view - Allows players to use /morph view
- morph.into.* - Gives players ability to morph into all players.
- morph.into.mob - E.g morph.into.horse allows the rank to morping to a horse. morph.into.* overrides this.
- morph.bypasstime.* - Allows players to bypass the time limits on morphing (morph.bypasstime.<mob> for particular mobs)
- morph.bypasskill.mob - e.g morph.bypasskill.horse allows the rank to morph into a horse without having to kill it first. morph.bypasskill.* for all mobs