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 Feb 15, 2014@ActionPedo
After you created the folder, a config file should be created.
I just uploaded the new version, the problem is fixed there.
-
View User Profile
-
Send Message
Posted Feb 14, 2014@Robingrether
Only a Folder an then
- world
?
-
View User Profile
-
Send Message
Posted Feb 14, 2014@ActionPedo
This is caused by a bad implementation of java.
I'll fix this, it should work if you create a folder called iDisguise.
-
View User Profile
-
Send Message
Posted Feb 13, 2014@Robingrether
I Use Windows 7
-
View User Profile
-
Send Message
Posted Feb 12, 2014@Robingrether
We don't have a config either.
-
View User Profile
-
Send Message
Posted Feb 12, 2014@ActionPedo
Are you using MacOS, Linux or Windows?
-
View User Profile
-
Send Message
Posted Feb 12, 2014@Robingrether
Yeah but there is nothing no Config no .txt
-
View User Profile
-
Send Message
Posted Feb 12, 2014@ActionPedo
The config is located at plugins/iDisguise/config.txt.
-
View User Profile
-
Send Message
Posted Feb 12, 2014@Robingrether
Can you give me maybe a example?
PS: i dont have a Config ._.
-
View User Profile
-
Send Message
Posted Feb 12, 2014@ActionPedo
You have to add the worlds where you want to disguise to the config. (permitted-worlds)
-
View User Profile
-
Send Message
Posted Feb 12, 2014I have a Little Problem xD if i try to Disguise with (No OP) (No Owner) it says: You cant disguise in this world or what ever
Yes the Permissions are ok^^
-
View User Profile
-
Send Message
Posted Feb 12, 2014@Robingrether
Thanks!
-
View User Profile
-
Send Message
Posted Feb 9, 2014@KevinEssence
I just uploaded iDisguise v3.0.2, a few errors have been fixed, it should get approved while the next hours.
-
View User Profile
-
Send Message
Posted Feb 9, 2014Thanks for the update, going to love the new undisguise on other player hit.
-
View User Profile
-
Send Message
Posted Feb 9, 2014Thanks for an excellent plugin.
-
View User Profile
-
Send Message
Posted Feb 8, 2014@Bimmr
You needn't change anything, just look into the documentation:
So every instance of MobDisguise is also a Disguise.
-
View User Profile
-
Send Message
Posted Feb 8, 2014Just wondering instead of disguising players via
How would I go about changing that to a Disguise instead of a MobDisguise
-
View User Profile
-
Send Message
Posted Feb 8, 2014@szebi1999
This error is caused by the server (api.curseforge.com) that is used for the update check, it won't be printed into console anymore in the next version.
@Sitmobedaf
I'll upload it today.
-
View User Profile
-
Send Message
Posted Feb 8, 2014[20:20:08] [Server thread/WARN]: [iDisguise] An error occured while checking for update. [20:20:08] [Server thread/WARN]: java.io.IOException: Server returned HTTP response code: 504 for URL: https://api.curseforge.com/servermods/files?projectIds=46941 [20:20:08] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [20:20:08] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [20:20:08] [Server thread/WARN]: at de.robingrether.idisguise.io.UpdateCheck.checkForUpdate(UpdateCheck.java:53) [20:20:08] [Server thread/WARN]: at de.robingrether.idisguise.io.UpdateCheck.run(UpdateCheck.java:37) [20:20:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:53) [20:20:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [20:20:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:587) [20:20:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [20:20:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [20:20:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [20:20:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
? :O
-
View User Profile
-
Send Message
Posted Feb 8, 2014When will the new version? I've been waiting for.