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 8, 2014Hello Guys!
I need HELP!
I downloaded and installed iDisguise on my server. Then I restartet the server and wrote in the config file the worlds where i wanted to allow disguising. Then i've gone in one of THESE worlds and typed in "/d wolf" But everytime the server says "An internal error occurred while attempting to perform this command"
What the hack does that mean??? And how could i fix it???
HELP PLEASE!!!! Thanks and LG, LittleWolf08
-
View User Profile
-
Send Message
Posted Apr 7, 2014@mattdiction
Update to the newest version.
-
View User Profile
-
Send Message
Posted Apr 6, 2014Hello, Whenever i type "/disguise villager" it says An "internal error occurred while attempting to perform this command" Please help me with this. i wanna disguise as as stuff :(
-
View User Profile
-
Send Message
Posted Apr 5, 2014Whenever I join my server I get this message: An update for iDisguise is available: null I am not sure if other players see this message, or if there is a way I can disable? Thanks :)
-
View User Profile
-
Send Message
Posted Apr 4, 2014@tobster78
Read the Changelog in the Download. You need to update your CraftBukkit to 1.7.5.
-
View User Profile
-
Send Message
Posted Apr 4, 2014I got this, please help! 04.04 02:48:43 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at de.robingrether.idisguise.iDisguise.onCommand(iDisguise.java:176) [?:?] 04.04 02:48:43 [Server] INFO at de.robingrether.idisguise.iDisguise.executeDisguise(iDisguise.java:559) [?:?] 04.04 02:48:43 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_51] 04.04 02:48:43 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_51] 04.04 02:48:43 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R2.Packet 04.04 02:48:43 [Server] INFO ... 13 more 04.04 02:48:43 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at de.robingrether.idisguise.iDisguise.onCommand(iDisguise.java:176) [?:?] 04.04 02:48:43 [Server] INFO at de.robingrether.idisguise.iDisguise.executeDisguise(iDisguise.java:559) [?:?] 04.04 02:48:43 [Server] INFO Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R2/Packet 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:952) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [craftbukkit_beta.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 04.04 02:48:43 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'd' in plugin iDisguise v3.0.4
-
View User Profile
-
Send Message
Posted Apr 3, 2014can you remove the disguise as a ghost when u do /vanish or drinking an invisibility potion and thanks
-
View User Profile
-
Send Message
Posted Mar 31, 2014@ManBeastPigDev
yes same issue here
-
View User Profile
-
Send Message
Posted Mar 30, 2014great job on the mod
keep it up :)
-
View User Profile
-
Send Message
Posted Mar 29, 2014Hey, just wanted to say, love your plugin. My server is having trouble with /d ghost. Whenever a player tries /d ghost, it gives the errors in the attached log: http://pastie.org/8979423 .
We use Spigot build #1355 which is 1.7.5
Any other question, feel free to respond, message me, or come see me on the server play.w00tcraft.com. I am not the owner, but i fix the plugins.
-
View User Profile
-
Send Message
Posted Mar 29, 2014Where can I get the newly updated iDisguise? Thanks!
-
View User Profile
-
Send Message
Posted Mar 29, 2014Can't get /d player to work anymore with todays version.
rolling back.
14:30:19
CONSOLE:
[INFO] ManBeastPig issued server command: /d player LiloDay
14:30:19
CONSOLE:
ERROR]: null
14:30:19
CONSOLE:
exception executing command 'd' in plugin iDisguise v3.0.4
14:30:19
CONSOLE:
java.lang.NoClassDefFoundError net/minecraft/server/v1_7_R2/Packet
14:30:19
CONSOLE:
java.lang.ClassNotFoundException net.minecraft.server.v1_7_R2.Packet
14:30:20
-
View User Profile
-
Send Message
Posted Mar 28, 2014@libraryaddict
Well, I tested it, the client wouldn't instantly crash, but many mechanics wouldn't work anymore. And I'd like iDisguise not to require any other plugins.
-
View User Profile
-
Send Message
Posted Mar 28, 2014@StickPvP
I just uploaded it, there were no changes, it's just updated to MC1.7.5.
-
View User Profile
-
Send Message
Posted Mar 28, 2014When is the Next update please??!! I need it badly my donators asking for it!!
-
View User Profile
-
Send Message
Posted Mar 27, 2014@Peter234
I'm sorry, but I won't have the time till tomorrow.
-
View User Profile
-
Send Message
Posted Mar 25, 2014We NEED an update the plugin no longer works on it's latest version.
-
View User Profile
-
Send Message
Posted Mar 24, 2014@Robingrether
Old video with viewing the disguise in f5
http://www.youtube.com/watch?v=Docj2u1_CcM
Problem is, to do self disguises in Lib's Disguises.
I'm adding them to their own entity tracker so they can see the disguise even when alone.
Whereas you couldn't do that as the players would instantly crash from bad packets as I use ProtocolLib to catch and edit packets.
-
View User Profile
-
Send Message
Posted Mar 24, 2014did ya change the vanish command code too? could ya add a way to disable that? O_o
-
View User Profile
-
Send Message
Posted Mar 22, 2014@Robingrether
Disguisecraft made it so you could disguise as blocks using the api for falling blocks in minecraft (like sand, gravel) and I believe that's what @brangeng meant.
Is this what you gathered, or were you thinking something different? Cheers thanks for the plugin!