iDisguise Wolf

To disguise as a wolf, run the following command: /disguise wolf

Associated permission node: iDisguise.mob.wolf

Subtypes

By default the wolf is an adult. You can change this however:

  • Adult wolf:
    /disguise adult
  • Baby wolf:
    /disguise baby
    Associated permission node: iDisguise.mob.baby
  • Wolf of a different kind:
    /disguise normal
    /disguise tamed
    Associated permission node: iDisguise.mob.wolf.tamed
    /disguise angry
    Associated permission node: iDisguise.mob.wolf.angry
  • Wolf with a colored collar (only visible if the wolf is tamed):
    /disguise collar=<color>
    Available colors: blackbluebrowncyangraygreenlight-bluelimemagentaorangepinkpurpleredlight-graywhiteyellow
    Associated permission node: iDisguise.mob.wolf.collar.<color-goes-here>
  • Sitting wolf:
    /disguise sitting
    /disguise not-sitting

Custom name

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

You can include spaces in the custom name by using the symbol "\s" (e.g. custom-name=Hello\sWorld)

Associated permission node: iDisguise.mob.custom-name

Visibility

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

  • 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