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 Oct 21, 2013@Rachel_Lyn98 If I remeber correctly from trying this plugin myself a while back, I believe it may require another plugin, but don't quote me on that. I had some compatibility issues as well; just try removeing some plugins.
-
View User Profile
-
Send Message
Posted Oct 16, 2013Hello,
I'm getting a huge java error on 2.2.1:
http://pastebin.com/ynnL3Gxu
-
View User Profile
-
Send Message
Posted Oct 8, 2013@Rachel_Lyn98 @derbyblaster
-
View User Profile
-
Send Message
Posted Oct 6, 2013I had this plugin downloaded awhile ago by the owner of the server I am a mod for. And its loaded it just does not work. Please inform me of why it is not working properly.
-
View User Profile
-
Send Message
Posted Oct 5, 2013@Robingrether
Mac os
-
View User Profile
-
Send Message
Posted Oct 5, 2013Because not work in my server?
I have bukkit, but my player not converted into a creeper, for expample, but the message of disguise succefully yes appear.
What is my problem?? Thnakss
-
View User Profile
-
Send Message
Posted Oct 4, 2013@awesomepro2
Does your server use windows, mac os or linux?
-
View User Profile
-
Send Message
Posted Oct 4, 2013@Robingrether
What Do U Mean?
-
View User Profile
-
Send Message
Posted Oct 4, 2013@awesomepro2
Maybe try to run the server (bat/jar file) "as administrator".
-
View User Profile
-
Send Message
Posted Oct 3, 2013When I put It In The Plugins Folder It Doesn't Create a Folder For the plugin Why Doesn't it Work?
-
View User Profile
-
Send Message
Posted Sep 30, 2013@koca2000
Are you using Java 6? If yes I recommend you to update to Java 7.
-
View User Profile
-
Send Message
Posted Sep 30, 2013What is my problem? I have craftbukkit build #2889.
[SEVERE] Could not load 'plugins\iDisguise_v2.2.1.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: de/robingrether/idisguise/iDisguise : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_6_R3.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:107) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583) Caused by: java.lang.UnsupportedClassVersionError: de/robingrether/idisguise/iDisguise : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$000(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more
-
View User Profile
-
Send Message
Posted Sep 29, 2013when I put /dis un I lose my armor.
-
View User Profile
-
Send Message
Posted Sep 26, 2013@zekigames
I'm sorry, there were many changes. You'll be able to download the new version soon.
-
View User Profile
-
Send Message
Posted Sep 26, 2013We recently had a 'legitimate' plugins pulling force ops from third party update servers so i agree with bukkit dev.
-
View User Profile
-
Send Message
Posted Sep 25, 20131.6.4 ??
-
View User Profile
-
Send Message
Posted Sep 24, 2013The plugin will continue to be updated the same?
-
View User Profile
-
Send Message
Posted Sep 24, 2013@Bimmr
Update checking must now be done solely from dev.bukkit.org and iDisguise uses my own server for update checking.
-
View User Profile
-
Send Message
Posted Sep 24, 2013@Robingrether
Just wondering what was the new policy that made them reject it?
-
View User Profile
-
Send Message
Posted Sep 24, 2013@xXGiusXx
I'm sorry, but the BukkitDev team has rejected the new version. I don't think I'll upload any more versions on Bukkit soon, because they have a new policy. But you can download it from my website: -removed link-
You will be able to download the new version from here(BukkitDev) soon.