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 Dec 5, 2013Receiving this error with 1.7.2 bukkit dev:
http://pastebin.com/cTN2RChk
-
View User Profile
-
Send Message
Posted Dec 4, 2013getting this error! I am running the most current recomended 1.6.4 according to my host and i belive it is causing my server to crash! Thanks in advance for your help!
[10:22:31] [Server thread/ERROR]: Error occurred while enabling iDisguise v2.2.3 (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet at de.robingrether.idisguise.iDisguise.loadData(iDisguise.java:347) [?:?] at de.robingrether.idisguise.iDisguise.onEnable(iDisguise.java:73) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:338) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:315) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:420) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Packet at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) [Bukkit_Dev.jar:git-Bukkit-1.6.4-R2.0-21-gcf51e92-b2938jnks] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_45] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_45] ... 13 more
-
View User Profile
-
Send Message
Posted Dec 1, 2013Hi,
First I would like to thank you for the awesome plugin. Also do you have an eta on your first 1.7.2 build, I got this server since I updated http://snapcr.net/c/ca67.png this is the error http://snapcr.net/c/6013.png
Kind Regards. Maarten Fironus Hosting CEO, Snapcraft Network CEO www.fironus.com , www.snapcraft.net
-
View User Profile
-
Send Message
Posted Nov 20, 2013@martin11619
iDisguise v2.1.3 - CB1.6.2
-
View User Profile
-
Send Message
Posted Nov 20, 2013Download link for 1.6.2 ????
-
View User Profile
-
Send Message
Posted Nov 12, 2013All I can honestly say is thank you.
This plugin is just amazing, and, thank you for adding the API!
-
View User Profile
-
Send Message
Posted Nov 3, 2013@relworPstar
I already fixed this, v2.2.3 will be available soon.
-
View User Profile
-
Send Message
Posted Nov 3, 2013Hi, I installed your plugin iDisguise. My Problem:
When I enter for example: "/ disguise zombie baby" then get the following error message: "An internal error occurred while attempting to perform this command"
What can i doing now? Pleace help me!
my E-Mail: nico.ruge@gmx.de
Thank you so mutch!
-
View User Profile
-
Send Message
Posted Nov 2, 2013keeps telling me theres an update v2.2.2 when i join, but I have the latest version... i even deleted the folder and jar, restarted the server, stopped it and put the v2.2.2 on and restarted. it still didnt work!
-
View User Profile
-
Send Message
Posted Oct 30, 2013@ThunderRaikou
-
View User Profile
-
Send Message
Posted Oct 30, 2013commands?
-
View User Profile
-
Send Message
Posted Oct 28, 2013@Aqelius
It hasn't got approved by the Bukkit Team yet.
-
View User Profile
-
Send Message
Posted Oct 28, 2013А где последняя версия?
-
View User Profile
-
Send Message
Posted Oct 28, 2013@jmask
Maybe I'll add this.
-
View User Profile
-
Send Message
Posted Oct 27, 2013@robingrether Could you make it so a certain permission can see who is the disguised person like they have a ghost of themself and are walking around with the mob in them. I am running a jail server and would like my guards to see if a disguised person is carrying a sword or not. If you can do this I would gladly donate to help you.
-
View User Profile
-
Send Message
Posted Oct 27, 2013@JohanCrafter
Does your server use Windows, Mac OS, or Linux?
-
View User Profile
-
Send Message
Posted Oct 26, 2013@JohanCrafter
Maybe your server hasn't got the permission to create a new folder.
-
View User Profile
-
Send Message
Posted Oct 24, 2013when i put it in the plugins folder no folder pops up its weird and i have RB and 1.6.4?
-
View User Profile
-
Send Message
Posted Oct 21, 2013Video if you want:
https://www.youtube.com/watch?v=HPk52oDNvNU
-
View User Profile
-
Send Message
Posted Oct 21, 2013@tracksters3d
This plugin does NOT require any other plugins.