BeTheMob
Quote from lenis0012:Got disconnect.spam issues? update to v1.13
Be The Mob
BeTheMob is a plugin that allows you to disguise as mobs and players. It also contains flags to fully control how you are going to look like.
Features
- Disguise as any mob/player!
- Compatible with Zombies/PigZombies!
- Baby mobs!
- Colored sheeps!
- Low recources!
- Custom block in hand for Enderman!
- Showing arm swining and block breaking!
- Extremely easy to use!
- ProtocolLib support.
Why BeTheMob?
The reason you should choose BeTheMob is because of its many features.
BeTheMob is Low recource, and it will gain alot more functions in later builds.
FAQ
Q: Does this plugin use any code from DisugiseCraft or Mobdisguise?
A: No
Q: Will this plugin break with new minecraft builds?
A: No, i am using a dynamic class version detector and reflection to keep BeTheMob working
Q: Does this plugin use packets?
A: Yes, it uses packets to spawn, move, rotate and handle animations for entities.
Q: Does this plugin use tasks?
A: Yes, we are using 1 task to check the distance between a disguised player and a normal player
Developpers
- Api - Hook with BeTheMob to disguise players as mobs or players
- Source code (GitHub)
Commands
- /btm mob <mob name> - Disguise as a mob
- /btm player <player name> - Disguise as a player
- /btm off - Undisguise
Permissions
- btm.disguise.mob.<mob name> - Allows to disguise as a mob
- btm.disguise.mob.* - Allows to disguise as any mob
- btm.disguise.player.<player name> - Allows to disguise as a player
- btm.disguise.player.* - Allows to disguise as any player
- btm.flag.<flag name> - Allows a flag to be used.
- btm.flag.*- Allows all flags
Flags
The way you use a flag is by typing normal command and addding: -<flag name>
Example: /btm mob pig -baby, or: /btm mob sheep -baby -red -tag:SuperPig
Available flags:
- -tag:<name> - Set the extra tag above a mob for as well mobs as player disguises (v1.08+)
- -baby - Baby animals
- -charged - Make creeper charged
- -sitting - Make wolf sit
- -angry - Make wolf angry
- -tamed - Make wolf tamed
- -saddled - Make pig saddled
- -item:[item id] - Block in hand of enderman
- -[sheep color] - Sheep color
- -health:[0-200] - Amount of health in healthbar for Ender_Dragon
Download
- v1.1.4 - Download (1.5.2-R0.1)
-
View User Profile
-
Send Message
Posted Mar 24, 2013@RawTech
1.5.1 brought some bugs.
Working on it asap
-
View User Profile
-
Send Message
Posted Mar 27, 2013u see ur self as u but others see u as a mob or another player all mob disguise's are like this
-
View User Profile
-
Send Message
Posted Mar 23, 2013@lenis0012
With your 1.5.1 build on GitHub: When a normal player attacks a disguised player an error occurs: http://pastebin.com/q2zuMmes
Disguised players can attack other players normally. I am using all of the latest dev builds of plugins and am invoking the disguise using the given api.
None of the parameters are null.
Any ideas?
Thanks /RawTech
-
View User Profile
-
Send Message
Posted Mar 22, 2013@Pocketkid2
Uploaded v1.11 for MC 1.5 and 1.5.1
-
View User Profile
-
Send Message
Posted Mar 22, 2013@MaxLui
I had the exact same error, and I am using CB 1.5.1_0.1
-
View User Profile
-
Send Message
Posted Mar 22, 2013@Kzkas
Any news on this bug?
-
View User Profile
-
Send Message
Posted Mar 21, 2013@MaxLui
1 thing i want to mention
a) BeTheMob v1.1, what version of craftbukkti do you use?
The latest version is v1.10 for MC 1.5
-
View User Profile
-
Send Message
Posted Mar 21, 2013An internal error occur while appending to perform this command How to solve this?
/mtb mob zombie
2013-03-21 16:13:56 [INFO] Max issued server command: /btm mob zpmboe 2013-03-21 16:14:01 [INFO] Max issued server command: /btm mob zombie 2013-03-21 16:14:01 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'btm' in plugin BeTheMob v1.1 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186) at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServer.java:514) at net.minecraft.server.v1_4_R1.PlayerConnection.handleCommand(PlayerConnection.java:980) at net.minecraft.server.v1_4_R1.PlayerConnection.chat(PlayerConnection.java:898) at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:853) at net.minecraft.server.v1_4_R1.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290) at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:113) at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39) at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598) at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224) at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494) at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R1/MathHelper at com.lenis0012.bukkit.btm.api.Movement.<init>(Movement.java:17) at com.lenis0012.bukkit.btm.api.Disguise.<init>(Disguise.java:54) at com.lenis0012.bukkit.btm.api.Api.createDisguise(Api.java:37) at com.lenis0012.bukkit.btm.BTMCommand.onCommand(BTMCommand.java:49) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R1.MathHelper at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 20 more
-
View User Profile
-
Send Message
Posted Mar 20, 2013@Kzkas
Looking into the problem now
-
View User Profile
-
Send Message
Posted Mar 20, 2013@triarry
It has the smae problem in 1.10 plus now after death you get kicked out of the server with End of Stream message and cannot login back until u restart server. Atleast, that's how I have it in my default bukkit server.
-
View User Profile
-
Send Message
Posted Mar 20, 2013@Kzkas
I as well still have the same problem in 1.10.
-
View User Profile
-
Send Message
Posted Mar 19, 2013@Kzkas
Works for me
-
View User Profile
-
Send Message
Posted Mar 19, 2013@Hta2k88
Its not possible for us to make you look like a monster on your screen. To others you will look like a mob but for you it will be just your regular skin.
-
View User Profile
-
Send Message
Posted Mar 19, 2013So I see myself as my skin but other people will see me as a spider but I won't right ?
-
View User Profile
-
Send Message
Posted Mar 19, 2013@Kzkas
Still same problem even in 1.10
-
View User Profile
-
Send Message
Posted Mar 18, 2013@Kzkas
I am not allowe dot ost links to unapproved files.
You will have to wait :3
-
View User Profile
-
Send Message
Posted Mar 18, 2013@lenis0012
Where can I download v1.10/
-
View User Profile
-
Send Message
Posted Mar 18, 2013@Kzkas
@triarry
bowser should have fixed it in a recent commit.
try v1.10
@Nyanjules
Make sure you run the correct version of CraftBukkit witht he right build or BTM
-
View User Profile
-
Send Message
Posted Mar 18, 2013This plugin has a same bug as DisguiseCraft, player after death or being killed cannot see disguised players.
-
View User Profile
-
Send Message
Posted Mar 17, 2013Its not working? I don't look like one or act like one. ?...