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 Mar 31, 2013@Devil_Boy
This would be great. Thanks.
-
View User Profile
-
Send Message
Posted Mar 31, 2013Devil_Boy
come to the chat and if you know alot about the plugin i will put you staff :D
-
View User Profile
-
Send Message
Posted Mar 30, 2013Nice logo :D
I noticed that your IRC channel is empty though :x
I can idle in there and help you guys provide support if you want me to. I'm always on the Mibbit server anyways.
-
View User Profile
-
Send Message
Posted Mar 29, 2013Please download the latest Build thanks
-
View User Profile
-
Send Message
Posted Mar 29, 2013Please use live support thank you
-
View User Profile
-
Send Message
Posted Mar 28, 2013Hey guys the page as been updated hope you all enjoy
-
View User Profile
-
Send Message
Posted Mar 28, 2013Thanks
-
View User Profile
-
Send Message
Posted Mar 28, 2013@SIONGINGER00
Don't use iDisguise v1.6.2 with CB1.5.0 or 1.4, only with CB1.5.1.
-
View User Profile
-
Send Message
Posted Mar 28, 2013Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R2.EntityLiving 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(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 17 more
-
View User Profile
-
Send Message
Posted Mar 28, 2013@SIONGINGER00
Could you please PM me the error code that is printed into console?
-
View User Profile
-
Send Message
Posted Mar 28, 2013@SIONGINGER00
this is a error with your config or the plugin may need to update have you go the latest update ?
-
View User Profile
-
Send Message
Posted Mar 28, 2013I have it on a server but if I do /d pig it says:An internal error occured while attempting to perform this command. any help???
-
View User Profile
-
Send Message
Posted Mar 28, 2013@kunarkrules
Yes, this is right. There's no way to see yourself disguised. I'm sorry.
-
View User Profile
-
Send Message
Posted Mar 28, 2013@thenetherman
You're using iDisguise v1.6.2 with CB1.5.0. Please don't do so.
-
View User Profile
-
Send Message
Posted Mar 27, 2013Um This plugin looks cool but i downloaded it alot of times and it didn't work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
View User Profile
-
Send Message
Posted Mar 27, 2013Does not work on my server:
2013-03-27 19:26:07 [SEVERE] Could not pass event PlayerQuitEvent to iDisguise v1.6.2 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at net.minecraft.server.v1_5_R1.PlayerList.disconnect(PlayerList.java:254) at net.minecraft.server.v1_5_R1.PlayerConnection.a(PlayerConnection.java:695) at net.minecraft.server.v1_5_R1.NetworkManager.b(NetworkManager.java:297) 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:30) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:580) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:225) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:476) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java:409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/EntityLiving at de.robingrether.idisguise.iDisguisePlayerListener.onPlayerQuit(iDisguisePlayerListener.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 14 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R2.EntityLiving 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 27, 2013@kunarkrules
it is the same with all other plugins that is supposed to happen :D
-
View User Profile
-
Send Message
Posted Mar 27, 2013i cant see myself disguised but others can
-
View User Profile
-
Send Message
Posted Mar 27, 2013@Thenicholas045
Much agreed. I had several bugs using DisguiseCraft, one of the most annoying being that users (including myself) would have the mob disguise, but the original player would also be visible as well as the mob.
-
View User Profile
-
Send Message
Posted Mar 27, 2013i would like the option to because think about Paintball / huner game / templerun / mob arena