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 Jun 30, 2013@Robingrether
I am updated to v2.0pre and the server starts up fine.however when I try to do /d chicken or another mob, it says "An internal error occurred while attempting to preform this command" and I don't get disguised
-
View User Profile
-
Send Message
Posted Jun 29, 2013@Hene02
I'm sorry, but you have to tell me what doesn't work if you expect help.
-
View User Profile
-
Send Message
Posted Jun 29, 2013@ryrybell
It seems you are using v1.6.5 with CB1.5.2. You have to update to v2.0pre2.
-
View User Profile
-
Send Message
Posted Jun 29, 2013Doesn´t work. :-0
-
View User Profile
-
Send Message
Posted Jun 28, 2013when i try to disguise it gives me this:
17:52:13 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'd' in plugin iDisguise v1.6.5 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523) at net.minecraft.server.v1_5_R3.PlayerConnection.handleCommand(PlayerConnection.java:971) at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:889) at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846) at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292) at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:115) at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581) at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226) at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/EntityLiving at de.robingrether.idisguise.iDisguise.onCommand(iDisguise.java:150) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 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(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ... 17 more
-
View User Profile
-
Send Message
Posted Jun 27, 2013@Robingrether
Could you maybe PM me how to use it? Im currently running a DvZ server and disguisecraft cant handle all the people, and it looks like this plugin would be better for what I need.
-
View User Profile
-
Send Message
Posted Jun 27, 2013Nvm, its on the right xD
-
View User Profile
-
Send Message
Posted Jun 27, 2013Where is the download link for iDisguise v2.Opre2
-
View User Profile
-
Send Message
Posted Jun 27, 2013I cant seem to find the link mentioned in chat, for Craftbukkit 1.5.2 :/
-
View User Profile
-
Send Message
Posted Jun 26, 2013@tempszz
Oh thanks! xD
-
View User Profile
-
Send Message
Posted Jun 26, 2013@Demotchk
Download the iDisguise v2.0pre2 you are using iDisguise v1.6.6 which is for 1.5.1
-
View User Profile
-
Send Message
Posted Jun 26, 2013Cant use the plugin. :/
When i run the server appear this:
10:54:14 [SEVERE] Exception in thread "pool-1-thread-1" 10:54:14 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin iDisguise v1.6.6 generated an exception while executing task 2 at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/Packet at de.robingrether.idisguise.iDisguise$1.getValue(iDisguise.java:43) at de.robingrether.idisguise.io.Metrics.postPlugin(Metrics.java:411) at de.robingrether.idisguise.io.Metrics.access$4(Metrics.java:350) at de.robingrether.idisguise.io.Metrics$1.run(Metrics.java:245) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:53) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R2.Packet 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) ... 9 more
And cant use /d wolf and others. Sorry my english!
-Server in version 1.5.2 mine too.
-
View User Profile
-
Send Message
Posted Jun 26, 2013@GameAnarchy
Are you using v2.0pre2?
If yes, this should be fixed, I tested it many times(100).
-
View User Profile
-
Send Message
Posted Jun 26, 2013@funkiben
I'm sorry, but there were many changes, and nobody has been interested in creating a plugin for iDisguise or something like ...
So I decided to remove the API, but I haven't removed it really, I only didn't update the documentation.
-
View User Profile
-
Send Message
Posted Jun 26, 2013When will there be an API?
-
View User Profile
-
Send Message
Posted Jun 25, 2013@Robingrether
Internal error with /d unall
-
View User Profile
-
Send Message
Posted Jun 18, 2013@WsupPanda
I'm sorry, but it seems you are not using v2.0pre2. It has been fixed, maybe you read the wrong version?
-
View User Profile
-
Send Message
Posted Jun 18, 2013/d unall still doesn't work in v2.0pre2. It has never worked, hopefully it can get fixed soon. When I type the command, it returns "Internal error...."
http://pastie.org/8054786
-
View User Profile
-
Send Message
Posted Jun 16, 2013@sgavster
Thanks for posting this, I like reading such comments, but, well, this plugin is not really better than DisguiseCraft, but it is much more leightweight than it.
-
View User Profile
-
Send Message
Posted Jun 16, 2013Love the plugin, much better than DisguiseCraft in my opinion. thanks for the plugin!