Skip to content
BurgiSimon edited this page May 16, 2026 · 1 revision

PlayerScale

A client-side Fabric mod for Minecraft 1.21.11 that lets you visually resize player models. The scaling is purely cosmetic and only visible to you.

Features

  • Scale your own player model and other players' models (0.1x – 10x)
  • Config GUI with sliders for your size and others' size
  • Configurable keybind to open the config screen (unbound by default)
  • Mod Menu integration
  • Client-side only — no server installation needed

Installation

  1. Install Fabric Loader 0.18.0+ for Minecraft 1.21.11
  2. Install Fabric API
  3. Download the latest PlayerScale release and place the jar in your mods/ folder
  4. (Optional) Install Mod Menu for config button in the mod list

Config GUI

Open the settings screen using any of these methods:

  • Command: /playerscale
  • Keybind: Set one in Options > Controls > PlayerScale, or in the mod's config screen
  • Mod Menu: PlayerScale > Config button

The config screen has two sliders:

Slider Description
My Size Scale your own player model
Others Size Scale all other players' models

You can also set the keybind directly from the config screen by clicking the "Open Key" button and pressing the desired key.

Commands

Command Description
/playerscale Open the config GUI
/playerscale set <player> <scale> Set a player's visual scale (0.1 – 10.0)
/playerscale reset <player> Reset a player to normal size
/playerscale resetall Reset all players to normal size

Per-Player Scaling

Besides the global "My Size" and "Others Size" sliders, you can set individual scales for specific players using the /playerscale set command. Per-player scales take priority over the global "Others Size" setting.

License

This project is licensed under the GNU Affero General Public License v3.0.

Clone this wiki locally