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 17, 2013Thank you for updating the plugin :).
-
View User Profile
-
Send Message
Posted Mar 16, 2013As soon as youi can update for 1.5 cause it doesnt work anymore no errors its just i doesnt let me use the commands.
-
View User Profile
-
Send Message
Posted Mar 15, 2013Broken: http://pastebin.com/BUH4Wx73
Please make compatible for spigot: http://ci.md-5.net/job/Spigot/642/
-
View User Profile
-
Send Message
Posted Mar 14, 2013@castlekeep
If its possible to add the mo creatures side could it also be possible to add the pixelmon models? i think itd be super awesome and im not sure how the disguising is handled but it looks simple enough to add a couple more models in there please let me know im willing to donate 10% of the donations i get on my server if you can make this happen =)
-
View User Profile
-
Send Message
Posted Mar 13, 2013hi im running 1.4.7 server and this plugin works great for basic mobs and i would like to request a "mo creatures" varrent for people that use this mod or be able to add a custom mob disguise.
ty -castlekeep
-
View User Profile
-
Send Message
Posted Mar 12, 2013If i had a player called MrAdmin could i stop players from becoming that person
by adding this node - -iDisguise.player.MrAdmin
with the double -
But still allow them iDisguise.player
UPDATE
I tried and you can't.
Shame, i need to block admin from being impersonated.
-
View User Profile
-
Send Message
Posted Mar 11, 2013Would you consider adding the ability to disguise as a wither skeleton?
-
View User Profile
-
Send Message
Posted Mar 8, 2013I Found a gltich that if you trie to diguise as a baby of something that doesnt exist you dissapear. just thought youd like to know.
-
View User Profile
-
Send Message
Posted Mar 6, 2013@ManBeastPigDev
Disguise unall never worked for me either....
Along with that, I'd suggest a feature for admin/mods to find out who the player that's disguised is.
-
View User Profile
-
Send Message
Posted Mar 5, 2013@Robingrether
yes it changes the name above your head but if a person does /list or hits the tab button they can see that that people isn't really online.
-
View User Profile
-
Send Message
Posted Mar 5, 2013@irdoom1337
Doesn't /d player <playername> change your display name?
-
View User Profile
-
Send Message
Posted Mar 4, 2013Would it be possible to make it does when you /d player <playername> it also changes your name in chat and in the list when you hit tab?
-
View User Profile
-
Send Message
Posted Mar 4, 2013/Disguise unall has never worked for me.
Always internal error occurred.
Running 1.4.7 r1.
Error below....
===================
04.03 14:53:37 [Server] INFO /67.43.7.19:37062 lost connection
04.03 14:53:32 [Server] INFO ... 15 more
04.03 14:53:32 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
04.03 14:53:32 [Server] INFO at de.robingrether.idisguise.iDisguise.onCommand(iDisguise.java:474)
04.03 14:53:32 [Server] INFO at java.util.HashMap$KeyIterator.next(HashMap.java:841)
04.03 14:53:32 [Server] INFO at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806)
04.03 14:53:32 [Server] INFO Caused by: java.util.ConcurrentModificationException
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:113)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.Packet3Chat.handle(Packet3Chat.java:44)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:853)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.chat(PlayerConnection.java:898)
04.03 14:53:32 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.handleCommand(PlayerConnection.java:980)
04.03 14:53:32 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServer.java:514)
04.03 14:53:32 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
04.03 14:53:32 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
04.03 14:53:32 [Server] INFO org.bukkit.command.CommandException Unhandled exception executing command 'disguise' in plugin iDisguise v1.5.5
04.03 14:53:32 [Server] SEVERE null
-
View User Profile
-
Send Message
Posted Mar 3, 2013@midnightfang22
This plugin is not a rivale of DisguiseCraft, Devil_Boy and I tried to make a common api for both plugins, but it didn't work. So we are something like friends now.
-
View User Profile
-
Send Message
Posted Mar 2, 2013@AwesomeDude1677
In the config you can turn on being able to be damaged while disguised.
@Yoyuyi999
Some people can't use this because of plugin conflicts with other stuff, or it might be too heavy for other servers to use. Its not as if you can only use DisguiseCraft for disguising...didn't know it was a monopoly.
-
View User Profile
-
Send Message
Posted Mar 1, 2013Hi i'm new to this but i like this plugin it's really useful if you want too troll people and yeh Well Done Mod Maker!!
Oh yeh just wondering weather you wanna join my server
89.240.191.124:25565 or 89.240.191.124
-
View User Profile
-
Send Message
Posted Feb 28, 2013@Robingrether
Ahh yes, thank you. I was still on a very old spigot build.
-
View User Profile
-
Send Message
Posted Feb 27, 2013It would be nice if the disguises weren't invincible...
-
View User Profile
-
Send Message
Posted Feb 26, 2013@MasterGabeMOD
Don't use v1.5.5 with CB1.4.6!
-
View User Profile
-
Send Message
Posted Feb 22, 2013-.-. Check this out. Turn into almost anything. Blocks, mobs, players, etc. Disguisecraft: http://dev.bukkit.org/server-mods/disguisecraft/