Wiki 9Minecraft Pehkui Wiki
Pehkui Wiki › Configuration

Pehkui — Configuration

The Scale Command

All resizing is done with the /scale command. The main forms are:

Command What it does
/scale set <type> <value> [targets] Sets a scale to an exact value
/scale add <type> <amount> [targets] Increases or decreases a scale by an amount
/scale get <type> [target] Shows the current value of a scale
/scale reset <type> [targets] Returns a scale to its default (1.0)
  • <value> of 1 is normal size. 2 is twice as big, 0.5 is half size.
  • [targets] is a standard entity selector such as @s (yourself), @e[type=pig], or a player name. If left out, the command usually applies to whoever runs it.

Examples:

/scale set base 3 @s
/scale set base 0.3 @e[type=chicken]
/scale add base 0.5
/scale reset base @s