Bukkit Mob Disguise



Mob

iDisguise‌‌ Bukkit Plugins 1.13/1.12/1.11 is designed to be a new plugin for Bukkit in which you are allowed to disguise in-game. Now you are able to follow the article below if you are excited about this plugin and want more exploration about how it works.

Have you ever wanted to disguise as another shape in-game? A mob you like? Or you think the ability to camouflage is the ability unique to insects in real life? With this plugin, you will be able to do the same.

As mentioned above, the main function of this plugin is to allow the player to disguise as every mob or another player in-game. In addition, this plugin also lets the players disguise as several non-living mobs such as falling blocks. That sounds incredible!

Basic Usage

  • /d baby mobname – Disguise as a baby mob (If no mob is given, the current disguise is used) /d sheep/wolf – Disguise as a colored sheep or a wolf with a colored collar /d charged creeper – Disguise as a charged creeper.
  • Released to Bukkit.org on Feb 28, 2012, it still is being constantly updated to new versions of the game. Disguise as a mob or falling block of a given material.
  • The group cannot disguise as anything baby. They can disguise as mobs. They also cannot disguise as ghosts. If I give them idisguise.: true, then they CAN disguise as ghosts, and all mobs, but then this also lets them disguise as other players (I do NOT want them to be able to do that) and it lets them undisguise other people.
  • In order to disguise as a mob, you just need to type /d and then append the mob type such as zombie
  • In order to disguise as a player, you just need to type /d player and then append a name of this player name
  • Notice one thing: you are only able to see other players’ disguise, not your own. Do not expect to see your own disguise.

IDisguise - Allows you to disguise as a mob or another player - similar to LibsDisguises, but free. Quests - Create challenges for players, such as defeating 100 skeletons on Halloween, or reaching a certain area on the map. NametagEdit - Nametag Edit lets users change the name tags above their head, and their names in the tab list.

Bukkit Mob Disguise Games

Now you can download iDisguise‌‌ Bukkit Plugins 1.13/1.12/1.11 for free here and start to disguise yourself as any mob or another player as you want.

Mod

Screenshots

Bukkit Disguise Plugin

Developer:
robingrether98

To disguise as a area effect cloud, run the following command: /disguise area_effect_cloud

Associated permission node: iDisguise.object.area_effect_cloud

Subtypes

By default the area effect cloud is made out of gray spell_mob particles and has a radius of 0.5. You can change this however:

  • Different radius:
    /disguise radius=<radius-goes-here>
    Tip: Only positive values are valid. The maximum radius is 20.
  • Different particle:
    /disguise particle=<particle-goes-here>
    Particle types: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  • Some particle require an additional parameter:
    • Color parameter (for spell-mob and redstone (1.13+) particles):
      /disguise parameter=<color>
      Available colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, orange, purple, red, silver, teal, white, yellow
      /disguise parameter=<color-rgb>
      Example: /disguise parameter=ffff00
    • Material parameter (for item-crack, block-crack, block-dust, falling-dust):
      /disguise parameter=<material-type>
      Material types: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    • Material parameter (1.13+, for block-crack, block-dust, falling-dust):
      /disguise parameter=<material-type>[<state>]
      Example: /disguise parameter=daylight_detector[inverted=true]

Custom name

To apply a custom name, run the following command: /disguise custom-name=<insert-name-here>

Bukkit mob disguise minecraft

You can include spaces in the custom name by using the symbol 's'(e.g. custom-name=HellosWorld)

Associated permission node: iDisguise.object.custom-name

Visibility

Bukkit mob disguise game

By default your disguise is visible to everyone. You can change this however:

Bukkit mob disguise games

Bukkit Mob Disguise Mod

  • Visible to everyone:
    /disguise visibility=everyone
  • Visible to certain players:
    /disguise visibility=only-list visibility-param=<player1>,<player2>,<player3>,...
    Associated permission node: iDisguise.visibility.list
  • Visible to everyone but certain players:
    /disguise visibility=not-list visibility-param=<player1>,<player2>,<player3>,...
    Associated permission node: iDisguise.visibility.list
  • Visible to players with a certain permission:
    /disguise visibility=only-permission visibility-param=<permission-node>
    Associated permission node: iDisguise.visibility.permission
  • Visible to player without a certain permission:
    /disguise visibility=not-permission visibility-param=<permission-node>
    Associated permission node: iDisguise.visibility.permission