MobDisguised
UPDATED 1.2.4!

MobDisguise v1.81 - Featured on BashCraft: Legend of Hobo!
MobDisguise v1.81 - Featured on BashCraft: Legend of Hobo!
Description:
MobDisguise is a plugin allowing you to transform into any mob you want, with no client mods! Just simple type /md disguise pig, and boom, everybody now sees and thinks your a pig! Can't quite take out the enemy pvp team? Transform into chickens, and sneak behind enemy lines! It even includes an API for other plugins to hook into, and can change players into mobs too!
Features:
- Disguise as any mob and be seen as such by all other players
- Enable or disable per-mob permissions, or give the .* permission for all of them
- Blacklist certain mobs you don't want
- Enable "RealDrops" and on death, a disguised player drops the correct item for his mob disguise, not his normal inventory
- A simple API that plugins can hook into to disguise/undisguise players
Commands:
All commands begin with /md, short for MobDisguise, to provide a simple command system
- /md baby ; toggle being a baby animal!
- /md stats ; Tells you what you're disguised or if you are disguised
- /md ; Turns you back into human form if disguised
- /md types ; Will give you a list of all valid mob types
- /md p [nameofplayer] ; Lets you disguise as that player!
- /md [mobtype] ; Will disguise you as the given mobtype
Permissions (PermissionsBukkit, bPermissions, PEX, but NOT! Permissions 3.1.6:
- mobdisguise.* ;Gives a player the ability to transform into all mobs
- mobdisguise.mob.[mobtype] ; Replace [mobtype] with the mobtype players can turn into
- mobdisguise.player ; Lets a player turn into othe players
Frequently Asked Questions:
- Q.Will you support Permissions 3.1.6?
- A. No.
- Q. I want to be able to have abilities when disguised, i.e creepers explode.
- A. Not going to do it.
- Q. Why doesn't it work?
- A. You're doing something wrong.
How to Install:
- Before installing, read the FAQ and see the page for common errors and how to fix .
- Download MobDisguise, here!
- Place .jar in your plugins folder.
- Done!
How to report errors:
- Make a ticket with as much detailed information as possible
- If you want to, do the same on my github (github.com/desmin88)
-
View User Profile
-
Send Message
Posted Jan 18, 2012@andrewzhang
That gives a whole new view of "@$$face" huh?? lol I have the same problem.
-
View User Profile
-
Send Message
Posted Jan 18, 2012hey help when i type "/md pig" it says "an internal error occurred while attempting to perform this command" so what i need to do help realy
-
View User Profile
-
Send Message
Posted Jan 17, 2012When I use this and disguise as a enderdragon, I'm flying backwards. Is that a bug?
-
View User Profile
-
Send Message
Posted Jan 17, 2012@desmin88 I've written some code you may be interested in, i can turn people into Minecarts. You push an EntityTeleport packet (Packet34EntityTeleport) to each player with the disguised players pitch,yaw, and location along with a destroy entity packet to make the player 'invisible', it doesn't preform well with the current thread, but it seems to do great with a faster one. PM me if you want some examples of the code i've written :)
-
View User Profile
-
Send Message
Posted Jan 17, 2012@SomeuserBms
Its working cool ty
-
View User Profile
-
Send Message
Posted Jan 17, 2012where it says Download MobDisguise, here! here! is just text why is that? HAALLLPPP MEHHHHH
-
View User Profile
-
Send Message
Posted Jan 17, 2012@SomeuserBms
thanks im downloading it now!!!
-
View User Profile
-
Send Message
Posted Jan 17, 2012Hmm, looks like a pretty cool plugin.
But why have a logo/header banner which says "sssSSSSSSsss? Because Creepers weren't scary enough already." and then say "Q. I want to be able to have abilities when disguised, i.e creepers explode. A. Not going to do it. "
Seems a bit misleading to me is all.
Anyway, cool idea! Thanks for the hard work =)
-
View User Profile
-
Send Message
Posted Jan 17, 2012@SomeuserBms thank you it works!
-
View User Profile
-
Send Message
Posted Jan 17, 2012@ouzokiller
Update your MD to 1.1. I can post a download link: Link Removed: http://www.mediafire.com/?0962wg4w1c622vn Credits - FinalFred
-
View User Profile
-
Send Message
Posted Jan 17, 2012"An international error occurred while attempting to perform this command" why? what i have to do?
-
View User Profile
-
Send Message
Posted Jan 16, 2012@DagumBoss
Im using the 1.1 updated. I removed the download link to it.
-
View User Profile
-
Send Message
Posted Jan 16, 2012When I use this and disguise as a enderdragon, I'm flying backwards. Is that a bug?
-
View User Profile
-
Send Message
Posted Jan 16, 2012Please release a dev version working with 1.1 Having same issues as the ppl down here.
-
View User Profile
-
Send Message
Posted Jan 16, 2012yeah we run the dev builds, like most other competitive servers
-
View User Profile
-
Send Message
Posted Jan 16, 2012Doesn't work for us either. Running CB #1771
Caused by: java.lang.NoSuchFieldError: b at me.desmin88.mobdisguise.utils.PacketUtils.packetMaker(PacketUtils.java:132) at me.desmin88.mobdisguise.utils.PacketUtils.disguiseToAll(PacketUtils.java:59) at me.desmin88.mobdisguise.commands.MDCommand.onCommand(MDCommand.java:176) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) ... 12 more
-
View User Profile
-
Send Message
Posted Jan 16, 2012@SomeuserBms
Which CB build are you using?
-
View User Profile
-
Send Message
Posted Jan 16, 2012@Odiumxxx
Did work fine for me?
-
View User Profile
-
Send Message
Posted Jan 16, 2012Doesn't yet work for 1.1 ?
[SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'md' in plugin MobDisguise v1.65 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:382) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:768) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:728) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:721) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:96) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:535) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:433) at net.minecraft.server.ThreadServerApplication.run(SourceFile:465) Caused by: java.lang.NoSuchFieldError: b at me.desmin88.mobdisguise.utils.PacketUtils.packetMaker(PacketUtils.java:132) at me.desmin88.mobdisguise.utils.PacketUtils.disguiseToAll(PacketUtils.java:59) at me.desmin88.mobdisguise.commands.MDCommand.onCommand(MDCommand.java:176) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) ... 12 more
-
View User Profile
-
Send Message
Posted Jan 16, 2012@shyally
Hum? O.o I did copy the sheeps, yes, but i updated it to 1.1 and coded the slime by myself.
And yeah, thanks for the sheeps. Im noob in java, coded java about one month now..