Skip to content

Getting Started Gameplay

MATRIX-feather edited this page Oct 24, 2024 · 1 revision

Getting Started (Gameplay)

Disguise

To unlock a disguise, you need to kill a mob or someone.

Additionally, you can unlock someone's disguise by sending an exchange request to them using the /request send <who> command.

Once unlocked, you will see it in your disguise list, you can check it by either using the command or opening the disguise selection GUI.

Assuming you are using the default controls, to open the disguise selection GUI, Sneak + RMB your Disguise Tool, or press N if you are using the client mod.

Disguise tool

Also called Skill Item in some cases.

By default, the disguise tool can be crafted using feather and redstone. The recipe can be configured through the config recipes.yml

Additionally, you can make an item a disguise tool by executing /fm make_disguise_tool command while holding it on your main hand.

Assuming you are using the default controls, the disguise tool can be used to activate these functions:

Method Function
Sneak + Right Click Open disguise selection / Quick disguise
Sneak + Left Click Undisguise

When disguising:

Method Function
Right Click Activate skill
Left Click Open disguise action selection

Hint

You can add lore to the crafted item, to make it more easier for players to use, for example:

# ...

# The lore for the item
#
# Example:
# result_item_lore:
#   - Lore1
#   - <rainbow>Supports MiniMessage!
result_item_lore:
  - "<italic:false><#666666>While sneaking:"
  - "<italic:false><gray><key:key.mouse.right> ~> Open disguise selection / Quick disguise"
  - "<italic:false><gray><key:key.mouse.left> ~> Undisguise"
  - ""
  - "<italic:false><#666666>While disguising:"
  - "<italic:false><gray><key:key.mouse.right> ~> Activate skill"
  - "<italic:false><gray><key:key.mouse.left> ~> Open disguise action selection"

# ...