iDisguise
This plugin enables you to disguise as a mob or as another player.
Links
Download latest version (for CraftBukkit/Spigot 1.8–26.1 and Paper/Purpur 1.18–26.1)
Basic Usage (6.0.1+)
Disguise yourself:
- Disguise as a mob: /disguise <entity-type>
Example: /disguise zombie
Use [TAB] to get a list of all entity types.
After disguising, you will be able to see your own disguise for five seconds. - Disguise as a player: /disguise player <name>
Example: /disguise player Notch
You can always see your own player disguise. - Check your disguise: /disguise
You will be able to see your own disguise for another five seconds. - Undisguise: /undisguise
- Alter your disguise: /disguise <entity-type> <statement> ...
Example: /disguise horse setColor(WHITE) setStyle(BLACK_DOTS) setBaby()
Use [TAB] after entering the entity type to get a list of all possible statements. - In-game help: /disguise ? [page]
- By default, only server operators can use the commands. If you enable commands.use-permission-nodes in the config.yml, disguising requires the permission node iDisguise.disguise.<entity-type> (e.g., iDisguise.disguise.SNOW_GOLEM for the snow golem) or the wildcard iDisguise.disguise.*
Disguise others:
- Disguise another player: /odisguise <player> <entity-type>
- Undisguise another player: /undisguise <player>
- Player disguise and statements work as well.
- In-game help: /odisguise ? [page]
- By default, only server operators can use these commands. If you enable commands.use-permission-nodes in the config.yml, these commands require the permission node iDisguise.others AND the respective disguise-specific permission node (see above).
Permissions (6.0.1+)
By default, all commands are available to server operators only. If you enable commands.use-permission-nodes in the config.yml, the following permission nodes apply instead:
- iDisguise.* – Gives you permission for everything.
- iDisguise.admin – Trigger an update-check when you login. Display administrative information in the in-game help.
- iDisguise.disguise.* – Permission for all disguise types.
- iDisguise.disguise.<entity-type> – Permission for one single disguise type (e.g., iDisguise.disguise.SNOW_GOLEM).
- iDisguise.others – Disguise/undisguise other players.
Special Features
By default, iDisguise checks for updates when you start your server. This can be disabled by changing updates.check to false in the config.yml.
This plugin also includes an auto-update function, which is disabled by default and can be enabled by changing updates.download to true in the config.yml. (Updates are downloaded from bukkit.org)
This plugin uses bStats to collect some statistics: https://bstats.org/plugin/bukkit/iDisguise/398
To disable bStats (globally), change enabled to false in the /plugins/bStats/config.yml.
License (6.0.1+)
This plugin is published under a custom license. The license text can be found here: https://github.com/luisagrether/iDisguise/blob/master/LICENSE.md
-
View User Profile
-
Send Message
Posted Apr 5, 2013@Solblade45
I'm already trying to make it compatible with MoCreatures. I don't think I can do this, too.
-
View User Profile
-
Send Message
Posted Apr 5, 2013any word on being able to disguise as pokemon? heres the link to the mod
http://pixelmonmod.com/forum/index.php
-
View User Profile
-
Send Message
Posted Apr 4, 2013@joshwenke
If you would like him answer you don`t ask like that -_-
-
View User Profile
-
Send Message
Posted Apr 4, 2013@Robingrether
I think It would be easier if There Is the Mocreatures mod installed on client and server
I dont have idea of any of java coding,but i think its posible
-
View User Profile
-
Send Message
Posted Apr 4, 2013@Robingrether
Here you go: http://bit.ly/Zdy9iW
-
View User Profile
-
Send Message
Posted Apr 4, 2013@DanielMullaly
what is spigot?
-
View User Profile
-
Send Message
Posted Apr 4, 2013Do you know if this plays will with spigot?
-
View User Profile
-
Send Message
Posted Apr 4, 2013@supermegacraft14
This is because minecraft account names can't be about 16 chars.
-
View User Profile
-
Send Message
Posted Apr 3, 2013when people type a name over 19 characters it kicks everyone but the person who did the command.
-
View User Profile
-
Send Message
Posted Apr 3, 2013@SternProGamer
Very true they just look at the wrong versions :P
-
View User Profile
-
Send Message
Posted Apr 3, 2013I dont know why some people dont check, that they have to download the right Version of the Plugin. It's very easy but some people can't read Server-Errors.
-
View User Profile
-
Send Message
Posted Apr 3, 2013@jordiiscool
Please look at the versions: Don't use iDisguise v1.6.3 on a CB1.5.0 Server!
-
View User Profile
-
Send Message
Posted Apr 2, 2013Every time i try to disguise to ANYTHING it comes up with this error. Please help:
23:36:42 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'disg uise' in plugin iDisguise v1.6.3 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:18 6) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.dispatchCommand(CraftServe r.java:514) at net.minecraft.server.v1_5_R1.PlayerConnection.handleCommand(PlayerCon nection.java:967) at net.minecraft.server.v1_5_R1.PlayerConnection.chat(PlayerConnection.j ava:885) at net.minecraft.server.v1_5_R1.PlayerConnection.a(PlayerConnection.java :840) at net.minecraft.server.v1_5_R1.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_5_R1.NetworkManager.b(NetworkManager.java:292 ) at net.minecraft.server.v1_5_R1.PlayerConnection.d(PlayerConnection.java :113) at net.minecraft.server.v1_5_R1.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R1.DedicatedServerConnection.b(SourceFile:3 0) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:5 80) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:4 76) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java :409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/EntityLi ving at de.robingrether.idisguise.iDisguise.onCommand(iDisguise.java:74) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R2.Entity Living 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) ... 17 more
-
View User Profile
-
Send Message
Posted Apr 2, 2013Come on people get this plugin it is amazing well done Robingrether for this amazing plugin.
can we get 50.00 Downloads ?
-
View User Profile
-
Send Message
Posted Apr 2, 2013@Mr_x_socks
I try to do this, but it's really difficult.
-
View User Profile
-
Send Message
Posted Apr 2, 2013If you guys make the plugin can make Disguises from Mo creatures I will really love you all e_e
-
View User Profile
-
Send Message
Posted Apr 2, 2013@MinecraftMan001
Did you get this error always or only sometimes or only one time?
-
View User Profile
-
Send Message
Posted Apr 2, 2013@Robingrether
Just: Chicken Coreloader Minecraft forge Not enough items Optifine
-
View User Profile
-
Send Message
Posted Apr 2, 2013@MinecraftMan001
Do you use any Client Mods?
-
View User Profile
-
Send Message
Posted Apr 1, 2013I have a crash running the latest version, When another player disguises as an ender dragon my client blackscreens and eventually gives me this error:
Here's the client error: http://pastebin.com/6DHQjJbB